diff --git a/gclc-process/pom.xml b/gclc-process/pom.xml index 5e3cdeb..91ecfb4 100644 --- a/gclc-process/pom.xml +++ b/gclc-process/pom.xml @@ -49,7 +49,7 @@ net.bigeon.config ebigeon-config - 1.8.4 + 1.8.9 diff --git a/gclc-socket/pom.xml b/gclc-socket/pom.xml index daf1435..74a30fa 100644 --- a/gclc-socket/pom.xml +++ b/gclc-socket/pom.xml @@ -1,101 +1,101 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 4.0.0 - gclc-socket - 1.1.11-SNAPSHOT - jar - http://www.bigeon.net - - UTF-8 - git.code.bigeon.net - cecill_2.1 - emmanuel@bigeon.fr - - - - net.bigeon - gclc - 2.0.7 - - - net.bigeon - smu - 1.0.0 - - - - net.bigeon.config - ebigeon-config - 1.8.4 - - - - manual - CeCILL 2.1 - https://cecill.info/licences/Licence_CeCILL_V2.1-en.html - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.3 - - - com.github.sevntu-checkstyle - dsm-maven-plugin - 2.2.0 - - - - - - emmanuel@bigeon.fr - Emmanuel Bigeon - bigeon.net - - PM - - - - GCLC Socket - Socket implementation of GCLC - - scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git - HEAD - - net.bigeon.gclc - 2016 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4.0.0 + gclc-socket + 1.1.11-SNAPSHOT + jar + http://www.bigeon.net + + UTF-8 + git.code.bigeon.net + cecill_2.1 + emmanuel@bigeon.fr + + + + net.bigeon + gclc + 2.0.7 + + + net.bigeon + smu + 1.0.0 + + + + net.bigeon.config + ebigeon-config + 1.8.9 + + + + manual + CeCILL 2.1 + https://cecill.info/licences/Licence_CeCILL_V2.1-en.html + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + com.github.sevntu-checkstyle + dsm-maven-plugin + 2.2.0 + + + + + + emmanuel@bigeon.fr + Emmanuel Bigeon + bigeon.net + + PM + + + + GCLC Socket + Socket implementation of GCLC + + scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git + HEAD + + net.bigeon.gclc + 2016 + diff --git a/gclc-swt/pom.xml b/gclc-swt/pom.xml index 4f09c75..0333824 100644 --- a/gclc-swt/pom.xml +++ b/gclc-swt/pom.xml @@ -42,7 +42,7 @@ net.bigeon.config swt-config - 1.8.5 + 1.8.7 diff --git a/gclc-swt/src/test/java/net/bigeon/gclc/swt/HistoryTextKeyListenerTest.java b/gclc-swt/src/test/java/net/bigeon/gclc/swt/HistoryTextKeyListenerTest.java index d5c98c7..8b5150c 100644 --- a/gclc-swt/src/test/java/net/bigeon/gclc/swt/HistoryTextKeyListenerTest.java +++ b/gclc-swt/src/test/java/net/bigeon/gclc/swt/HistoryTextKeyListenerTest.java @@ -73,9 +73,6 @@ import static org.junit.Assert.assertEquals; import org.eclipse.swt.SWT; import org.junit.Test; -import net.bigeon.gclc.swt.ConsoleDelayIO; -import net.bigeon.gclc.swt.HistoryTextKeyListener; - /**

* TODO * diff --git a/gclc-swt/src/test/java/net/bigeon/gclc/swt/SWTConsoleShellTest.java b/gclc-swt/src/test/java/net/bigeon/gclc/swt/SWTConsoleShellTest.java index 77a8f03..d740163 100644 --- a/gclc-swt/src/test/java/net/bigeon/gclc/swt/SWTConsoleShellTest.java +++ b/gclc-swt/src/test/java/net/bigeon/gclc/swt/SWTConsoleShellTest.java @@ -85,8 +85,6 @@ import net.bigeon.gclc.exception.CommandRunException; import net.bigeon.gclc.exception.InvalidCommandName; import net.bigeon.gclc.manager.ConsoleInput; import net.bigeon.gclc.manager.ConsoleOutput; -import net.bigeon.gclc.swt.SWTConsole; -import net.bigeon.gclc.swt.SWTConsoleShell; /** *

diff --git a/gclc-swt/src/test/java/net/bigeon/gclc/swt/SWTConsoleViewTest.java b/gclc-swt/src/test/java/net/bigeon/gclc/swt/SWTConsoleViewTest.java index 414822f..b145b8f 100644 --- a/gclc-swt/src/test/java/net/bigeon/gclc/swt/SWTConsoleViewTest.java +++ b/gclc-swt/src/test/java/net/bigeon/gclc/swt/SWTConsoleViewTest.java @@ -84,7 +84,6 @@ import net.bigeon.gclc.exception.CommandRunException; import net.bigeon.gclc.exception.InvalidCommandName; import net.bigeon.gclc.manager.ConsoleInput; import net.bigeon.gclc.manager.ConsoleOutput; -import net.bigeon.gclc.swt.SWTConsoleView; import net.bigeon.gclc.utils.PipedConsoleInput; import net.bigeon.gclc.utils.PipedConsoleOutput; diff --git a/gclc.system/pom.xml b/gclc.system/pom.xml index c707b3c..92d0b04 100644 --- a/gclc.system/pom.xml +++ b/gclc.system/pom.xml @@ -1,75 +1,70 @@ - - 4.0.0 - net.bigeon.gclc - system - 0.0.2-SNAPSHOT - jar - http://www.bigeon.net - - UTF-8 - emmanuel@bigeon.fr - cecill_2.1 - - - - - - - - junit - junit - 4.11 - test - - - net.bigeon - gclc - 2.0.7 - - - GCLC system command - Provide an exec command to execute system commands - 2016 - - - - manual - CeCILL 2.1 - https://cecill.info/licences/Licence_CeCILL_V2.1-en.html - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.3 - - - com.github.sevntu-checkstyle - dsm-maven-plugin - 2.2.0 - - - - - - emmanuel@bigeon.fr - Emmanuel Bigeon - bigeon.net - - PM - - - - - - scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git - HEAD - - - net.bigeon.config - ebigeon-config - 1.8.4 - - + + 4.0.0 + net.bigeon.gclc + system + 0.0.2-SNAPSHOT + jar + http://www.bigeon.net + + UTF-8 + emmanuel@bigeon.fr + cecill_2.1 + + + + + + + + junit + junit + 4.11 + test + + + net.bigeon + gclc + 2.0.7 + + + GCLC system command + Provide an exec command to execute system commands + 2016 + + + + manual + CeCILL 2.1 + https://cecill.info/licences/Licence_CeCILL_V2.1-en.html + + + + + + com.github.sevntu-checkstyle + dsm-maven-plugin + 2.2.0 + + + + + + emmanuel@bigeon.fr + Emmanuel Bigeon + bigeon.net + + PM + + + + + + scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git + HEAD + + + net.bigeon.config + ebigeon-config + 1.8.9 + + diff --git a/gclc/pom.xml b/gclc/pom.xml index 618de8c..6b7ebe7 100644 --- a/gclc/pom.xml +++ b/gclc/pom.xml @@ -22,7 +22,7 @@ net.bigeon.config ebigeon-config - 1.8.3 + 1.8.9 diff --git a/gclc/src/site/resources/banner_dev_60.png b/gclc/src/site/resources/banner_dev_60.png deleted file mode 100644 index 6b06775..0000000 Binary files a/gclc/src/site/resources/banner_dev_60.png and /dev/null differ diff --git a/gclc/src/site/resources/logo_16.png b/gclc/src/site/resources/logo_16.png deleted file mode 100644 index 7066a7d..0000000 Binary files a/gclc/src/site/resources/logo_16.png and /dev/null differ diff --git a/gclc/src/site/resources/logo_48.png b/gclc/src/site/resources/logo_48.png deleted file mode 100644 index 0b33b19..0000000 Binary files a/gclc/src/site/resources/logo_48.png and /dev/null differ diff --git a/gclc/src/site/site.xml b/gclc/src/site/site.xml index 3b3887e..0a6e536 100644 --- a/gclc/src/site/site.xml +++ b/gclc/src/site/site.xml @@ -34,11 +34,10 @@ --> - - GCLC - banner_dev_60.png - http://bigeon.net/ - + + https://bigeon.net/images/logo_48.png + https://bigeon.net/ +