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:
authorcbrealey2004-11-22 19:44:37 +0000
committercbrealey2004-11-22 19:44:37 +0000
commit31e62311d3bf955e8ae303906668be51f7a58a18 (patch)
treec46df0660d1687117b789519e26655ead1f4e1ea /bundles/org.eclipse.wst.command.env/build.properties
parent389fd7d27b4e58b81087b52cae378e58083ec2b2 (diff)
downloadwebtools.webservices-31e62311d3bf955e8ae303906668be51f7a58a18.tar.gz
webtools.webservices-31e62311d3bf955e8ae303906668be51f7a58a18.tar.xz
webtools.webservices-31e62311d3bf955e8ae303906668be51f7a58a18.zip
Initial version.
Diffstat (limited to 'bundles/org.eclipse.wst.command.env/build.properties')
-rw-r--r--bundles/org.eclipse.wst.command.env/build.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.command.env/build.properties b/bundles/org.eclipse.wst.command.env/build.properties
new file mode 100644
index 000000000..21d2c09bc
--- /dev/null
+++ b/bundles/org.eclipse.wst.command.env/build.properties
@@ -0,0 +1,12 @@
+bin.includes = plugin.xml,\
+ *.jar,\
+ runtime/env.jar,\
+ plugin.properties
+source.runtime/env.jar = src/
+output.runtime/env.jar = bin/
+src.includes = .classpath,\
+ .project,\
+ build.properties,\
+ plugin.xml,\
+ src/,\
+ plugin.properties

Back to the top