Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2011-03-17 04:01:36 +0000
committertle2011-03-17 04:01:36 +0000
commit26886d35bc05ff9387f2694361cd08ba4066d1b0 (patch)
tree7708bbb58c9ccae4f752198afa12b71c75d2f83d /jaxb/features/org.eclipse.jpt.dbws.eclipselink.feature/feature.xml
parent34bc7f85957ece83a012ba7981c9e4cad2778434 (diff)
downloadwebtools.dali-26886d35bc05ff9387f2694361cd08ba4066d1b0.tar.gz
webtools.dali-26886d35bc05ff9387f2694361cd08ba4066d1b0.tar.xz
webtools.dali-26886d35bc05ff9387f2694361cd08ba4066d1b0.zip
Added javax.wsdl dependency
Diffstat (limited to 'jaxb/features/org.eclipse.jpt.dbws.eclipselink.feature/feature.xml')
-rw-r--r--jaxb/features/org.eclipse.jpt.dbws.eclipselink.feature/feature.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/jaxb/features/org.eclipse.jpt.dbws.eclipselink.feature/feature.xml b/jaxb/features/org.eclipse.jpt.dbws.eclipselink.feature/feature.xml
index 3f064c2128..fe0aebeb60 100644
--- a/jaxb/features/org.eclipse.jpt.dbws.eclipselink.feature/feature.xml
+++ b/jaxb/features/org.eclipse.jpt.dbws.eclipselink.feature/feature.xml
@@ -63,6 +63,11 @@
unpack="false"/>
<plugin
+ id="javax.wsdl"
+ version="1.6.2.qualifier"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.persistence.asm"
version="2.3.0.qualifier"
unpack="false"/>

Back to the top