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:
authorcbrealey2005-02-03 22:39:46 +0000
committercbrealey2005-02-03 22:39:46 +0000
commitbffbec262a70e777812c777c54bfde343fbbceb7 (patch)
treea31d36cf0ee9570255a6df194727c502f5d31ce2 /bundles/org.eclipse.wst.wsdl/build.properties
parent8444994cbf1a7f2a31bc1bbee854a30a391dc3d5 (diff)
downloadwebtools.webservices-bffbec262a70e777812c777c54bfde343fbbceb7.tar.gz
webtools.webservices-bffbec262a70e777812c777c54bfde343fbbceb7.tar.xz
webtools.webservices-bffbec262a70e777812c777c54bfde343fbbceb7.zip
[84393] Require ANT scripts to copy auxiliary jars into plugins
Diffstat (limited to 'bundles/org.eclipse.wst.wsdl/build.properties')
-rw-r--r--bundles/org.eclipse.wst.wsdl/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.wsdl/build.properties b/bundles/org.eclipse.wst.wsdl/build.properties
index b732ed989..5bc58da49 100644
--- a/bundles/org.eclipse.wst.wsdl/build.properties
+++ b/bundles/org.eclipse.wst.wsdl/build.properties
@@ -9,14 +9,14 @@
# IBM Corporation - initial API and implementation
###############################################################################
bin.includes = wsdl.jar,\
- jars/,\
+ lib/,\
plugin.properties,\
plugin.xml,\
xsd/
jars.compile.order = wsdl.jar
source.wsdl.jar = src/
output.wsdl.jar = bin/
-src.includes = jars/,\
+src.includes = lib/,\
plugin.properties,\
plugin.xml,\
src/,\

Back to the top