From: Mathieu Baudier Date: Tue, 8 Jul 2008 12:08:58 +0000 (+0000) Subject: Introduce automated builds with Maven X-Git-Tag: argeo-slc-2.1.7~2654 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=642d08b63b4773232ba738e9d7e8004322f25df3;p=gpl%2Fargeo-slc.git Introduce automated builds with Maven git-svn-id: https://svn.argeo.org/slc/trunk@1389 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml b/eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml new file mode 100644 index 000000000..9597f8e58 --- /dev/null +++ b/eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml @@ -0,0 +1,52 @@ + + 4.0.0 + + org.argeo.slc + argeo-slc + 0.9.4-SNAPSHOT + ../org.argeo.slc + + org.argeo.slc.ui.launch.feature + pom + Argeo SLC Launch Eclipse Feature + + + /home/mbaudier/dev/eclipseBases/eclipse-3.3 + + + + + + org.argeo.slc.maven.plugins + maven-argeo-pde-plugin + + + argeo-pde-build + compile + + build + + + ${eclipse.base} + + build.update.jar + + + -DjavacSource=1.5 -DjavacTarget=1.5 + + + + + argeo-pde-clean + clean + + clean + + + + + + + \ No newline at end of file