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:
authorkchan2008-05-14 02:14:22 +0000
committerkchan2008-05-14 02:14:22 +0000
commitf10b5cea8a9cb3631621e5027bf5972cd1beb088 (patch)
tree9be2f93cbcc503832acd45addf81af7abdbfdd68 /bundles
parente65f2f3a83c1292f634497da4d98cf7531dce196 (diff)
downloadwebtools.webservices-f10b5cea8a9cb3631621e5027bf5972cd1beb088.tar.gz
webtools.webservices-f10b5cea8a9cb3631621e5027bf5972cd1beb088.tar.xz
webtools.webservices-f10b5cea8a9cb3631621e5027bf5972cd1beb088.zip
[204602] Build WSE into a JAR.
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF1
-rw-r--r--bundles/org.eclipse.wst.ws.explorer/build.properties7
2 files changed, 3 insertions, 5 deletions
diff --git a/bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF
index 5e57c44d9..a4840a982 100644
--- a/bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF
@@ -3,7 +3,6 @@ Bundle-ManifestVersion: 2
Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.eclipse.wst.ws.explorer; singleton:=true
Bundle-Version: 1.0.305.qualifier
-Bundle-ClassPath: explorer.jar
Bundle-Activator: org.eclipse.wst.ws.internal.explorer.plugin.ExplorerPlugin
Bundle-Vendor: %PLUGIN_PROVIDER
Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.wst.ws.explorer/build.properties b/bundles/org.eclipse.wst.ws.explorer/build.properties
index 6906de6c2..27863b65b 100644
--- a/bundles/org.eclipse.wst.ws.explorer/build.properties
+++ b/bundles/org.eclipse.wst.ws.explorer/build.properties
@@ -8,13 +8,12 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
-source.explorer.jar = src/,wsexplorer-properties/
-jars.compile.order = explorer.jar
+source.. = src/,wsexplorer-properties/
+jars.compile.order = .
-output.wsexplorer/WEB-INF/lib/wsexplorer.jar = bin/
+output.. = bin/
bin.includes = plugin.xml,\
.,\
- explorer.jar,\
plugin.properties,\
properties/,\
META-INF/,\

Back to the top