Author: bfitzpat
Date: 2010-06-10 17:07:00 -0400 (Thu, 10 Jun 2010)
New Revision: 22734
Removed:
trunk/ws/plugins/org.jboss.tools.ws.creation.core/lib/
Modified:
trunk/ws/plugins/org.jboss.tools.ws.creation.core/.classpath
trunk/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF
trunk/ws/plugins/org.jboss.tools.ws.creation.core/build.properties
Log:
JBIDE-6428 - fixing weird compile error and getting rid of internally-held wsdl4j.jar in
favor of using javax.wsdl from Orbit/Eclipse
Modified: trunk/ws/plugins/org.jboss.tools.ws.creation.core/.classpath
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.creation.core/.classpath 2010-06-10 19:06:14 UTC
(rev 22733)
+++ trunk/ws/plugins/org.jboss.tools.ws.creation.core/.classpath 2010-06-10 21:07:00 UTC
(rev 22734)
@@ -3,6 +3,5 @@
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry exported="true" kind="lib"
path="lib/wsdl4j.jar"
sourcepath="org.jboss.tools.ws.creation.coresrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: trunk/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF 2010-06-10
19:06:14 UTC (rev 22733)
+++ trunk/ws/plugins/org.jboss.tools.ws.creation.core/META-INF/MANIFEST.MF 2010-06-10
21:07:00 UTC (rev 22734)
@@ -36,14 +36,14 @@
org.eclipse.jdt,
org.eclipse.jdt.launching,
org.eclipse.debug.core,
- org.eclipse.jst.jee.web
+ org.eclipse.jst.jee.web,
+ javax.wsdl;visibility:=reexport
Bundle-ActivationPolicy: lazy
Export-Package: org.jboss.tools.ws.creation.core,
org.jboss.tools.ws.creation.core.commands,
org.jboss.tools.ws.creation.core.data,
org.jboss.tools.ws.creation.core.messages,
org.jboss.tools.ws.creation.core.utils
-Bundle-ClassPath: lib/wsdl4j.jar,
- .
+Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/ws/plugins/org.jboss.tools.ws.creation.core/build.properties
===================================================================
--- trunk/ws/plugins/org.jboss.tools.ws.creation.core/build.properties 2010-06-10 19:06:14
UTC (rev 22733)
+++ trunk/ws/plugins/org.jboss.tools.ws.creation.core/build.properties 2010-06-10 21:07:00
UTC (rev 22734)
@@ -2,7 +2,6 @@
output.. = bin/
bin.includes = META-INF/,\
.,\
- lib/wsdl4j.jar,\
plugin.properties,\
about.html
additional.bundles = org.eclipse.jem.util
Show replies by date