From d6698a22fb88a51032682f4ce6557bec18eb93d7 Mon Sep 17 00:00:00 2001 From: Emmanuel Bigeon Date: Fri, 30 Nov 2018 09:21:46 -0500 Subject: [PATCH] Initial sharing of test. Moved gitignore to global ignore Signed-off-by: Emmanuel Bigeon --- .gitignore | 6 ++++ gclc-swt/.gitignore | 4 --- gclc-test/pom.xml | 69 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 4 deletions(-) create mode 100644 .gitignore delete mode 100644 gclc-swt/.gitignore create mode 100644 gclc-test/pom.xml 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 + + + +