Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.command.env/build.properties')
-rw-r--r--bundles/org.eclipse.wst.command.env/build.properties16
1 files changed, 10 insertions, 6 deletions
diff --git a/bundles/org.eclipse.wst.command.env/build.properties b/bundles/org.eclipse.wst.command.env/build.properties
index de223926a..c771e614a 100644
--- a/bundles/org.eclipse.wst.command.env/build.properties
+++ b/bundles/org.eclipse.wst.command.env/build.properties
@@ -1,9 +1,13 @@
bin.includes = plugin.xml,\
- *.jar,\
plugin.properties,\
- .,\
+ env.jar,\
META-INF/,\
- about.html
-source.. = src/
-output.. = bin/
-
+ about.html,\
+ ant/,\
+ ant-lib/anttasks.jar
+source.env.jar = src/
+output.env.jar = bin/
+jars.compile.order = env.jar,\
+ ant-lib/anttasks.jar
+source.ant-lib/anttasks.jar = ant-src/
+output.ant-lib/anttasks.jar = bin/

Back to the top