[jbosstools-commits] JBoss Tools SVN: r24365 - trunk/build/target-platform.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Aug 23 12:38:35 EDT 2010


Author: nickboldt
Date: 2010-08-23 12:38:35 -0400 (Mon, 23 Aug 2010)
New Revision: 24365

Modified:
   trunk/build/target-platform/e36-wtp32.target
Log:
add jdom 1.0.0 into target to hopefully resolve org.eclipse.jst.ws.jaxws.feature deps (or expose the next one)

Modified: trunk/build/target-platform/e36-wtp32.target
===================================================================
--- trunk/build/target-platform/e36-wtp32.target	2010-08-23 16:33:13 UTC (rev 24364)
+++ trunk/build/target-platform/e36-wtp32.target	2010-08-23 16:38:35 UTC (rev 24365)
@@ -21,6 +21,9 @@
 <repository location="http://download.eclipse.org/technology/subversive/0.7/update-site/"/>
 </location>
 <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+<unit id="javax.wsdl" version="1.6.2.v201005080631"/>
+<unit id="org.apache.oro" version="2.0.8.v201005080400"/>
+<unit id="org.jdom" version="1.0.0"/>
 <repository location="http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519200754/"/>
 </location>
 <location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">



More information about the jbosstools-commits mailing list