From: Mathieu Baudier Date: Wed, 9 Jul 2008 19:07:21 +0000 (+0000) Subject: Introduce automated buid X-Git-Tag: argeo-slc-2.1.7~2638 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=6b391a47810a65368518a58dc73e7ae6fe9b2386;p=gpl%2Fargeo-slc.git Introduce automated buid git-svn-id: https://svn.argeo.org/slc/trunk@1405 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/eclipse/plugins/org.argeo.slc.pde/buildConfiguration/build.properties b/eclipse/plugins/org.argeo.slc.pde/buildConfiguration/build.properties new file mode 100644 index 000000000..74cee6eee --- /dev/null +++ b/eclipse/plugins/org.argeo.slc.pde/buildConfiguration/build.properties @@ -0,0 +1,3 @@ +archivePrefix=argeo-slc-pde +product=org.argeo.slc.pde/argeo-slc-pde.product +configs = linux, gtk, x86 diff --git a/eclipse/plugins/org.argeo.slc.pde/pom.xml b/eclipse/plugins/org.argeo.slc.pde/pom.xml new file mode 100644 index 000000000..9aead300a --- /dev/null +++ b/eclipse/plugins/org.argeo.slc.pde/pom.xml @@ -0,0 +1,66 @@ + + 4.0.0 + org.argeo.slc.eclipse + org.argeo.slc.pde + 0.1.1-SNAPSHOT + pom + Argeo PDE Builder + + + + org.argeo.slc.maven.plugins + maven-argeo-pde-plugin + + + argeo-pde-build + compile + + buildProduct + + + + ${eclipseBuildDir} + + + + + + argeo-pde-clean + clean + + clean + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + + ${project.build.directory}/${project.artifactId}-linux.gtk.x86.zip + + zip + + linux.gtk.x86 + + + + + + + + + + \ No newline at end of file