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:
authorkchan2005-11-09 18:28:33 +0000
committerkchan2005-11-09 18:28:33 +0000
commit2bda2d20277ff0fe105a99cfc57152c742ac833f (patch)
tree7a683b39171bf5c1dcc0c68705e5eef57b62186b /bundles/org.eclipse.wst.command.env/build.properties
parent67a5402059e46c39c519b2f3802c27b5ed32a4f2 (diff)
downloadwebtools.webservices-2bda2d20277ff0fe105a99cfc57152c742ac833f.tar.gz
webtools.webservices-2bda2d20277ff0fe105a99cfc57152c742ac833f.tar.xz
webtools.webservices-2bda2d20277ff0fe105a99cfc57152c742ac833f.zip
[98921] Define ANT task and command line interfaces to scenarios.
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