From 69b62f7f79b0d3331adde659a79dc80f7a5cce3f Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 9 Jul 2008 18:23:01 +0000 Subject: [PATCH] Add mojo file git-svn-id: https://svn.argeo.org/slc/trunk@1402 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../src/main/scripts/download.mojos.xml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 maven/plugins/maven-argeo-pde-plugin/src/main/scripts/download.mojos.xml diff --git a/maven/plugins/maven-argeo-pde-plugin/src/main/scripts/download.mojos.xml b/maven/plugins/maven-argeo-pde-plugin/src/main/scripts/download.mojos.xml new file mode 100644 index 000000000..dae8a1556 --- /dev/null +++ b/maven/plugins/maven-argeo-pde-plugin/src/main/scripts/download.mojos.xml @@ -0,0 +1,28 @@ + + + + eclipseBuildDir + eclipseBuildDir + + Prepare an eclispe build dir by downloading the required + components + + + true + + + + + eclipseBuildDir + eclipseBuildDir + true + ${eclipseBuildDir} + java.lang.String + + The Eclipse build dir location + + + + + + \ No newline at end of file -- 2.39.5