diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5602edb --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# maven files +target/ +# Eclipse files +.settings/ +.classpath +.project diff --git a/gclc-swt/.gitignore b/gclc-swt/.gitignore deleted file mode 100644 index 8bd3a05..0000000 --- a/gclc-swt/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/target/ -/.settings/ -/.classpath -/.project diff --git a/gclc-test/pom.xml b/gclc-test/pom.xml new file mode 100644 index 0000000..f3870a3 --- /dev/null +++ b/gclc-test/pom.xml @@ -0,0 +1,69 @@ + + 4.0.0 + + net.bigeon.config + ebigeon-config + 1.8.21 + + net.bigeon.gclc + test + 0.0.1-SNAPSHOT + jar + + GCLC Tests + Test utilities for GCLC applications and extensions + 2018 + + Bigeon + https://bigeon.net + + + + manual + CeCILL 2.1 + https://cecill.info/licences/Licence_CeCILL_V2.1-en.html + + + + + emmanuel@bigeon.fr + Emmanuel Bigeon + bigeon.net + + PM + + + + + scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git + HEAD + + + UTF-8 + cecill_2.1 + + + + + net.bigeon + gclc + 2.0.12 + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + com.github.sevntu-checkstyle + dsm-maven-plugin + 2.2.0 + + + +