[jbossws-commits] JBossWS SVN: r3513 - in branches/jbossws-2.0: integration/spi/ant-import and 2 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Jun 8 13:59:06 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-08 13:59:06 -0400 (Fri, 08 Jun 2007)
New Revision: 3513

Modified:
   branches/jbossws-2.0/build/version.properties
   branches/jbossws-2.0/integration/spi/ant-import/build-release.xml
   branches/jbossws-2.0/integration/spi/src/main/etc/component-info.xml
   branches/jbossws-2.0/jbossws-core/src/main/etc/component-info.xml
Log:
Fix release spi

Modified: branches/jbossws-2.0/build/version.properties
===================================================================
--- branches/jbossws-2.0/build/version.properties	2007-06-08 17:21:58 UTC (rev 3512)
+++ branches/jbossws-2.0/build/version.properties	2007-06-08 17:59:06 UTC (rev 3513)
@@ -6,7 +6,7 @@
 specification.version=jbossws-2.0
 
 version.id=2.0.0.GA
-repository.id=2.0.0.GA
+repository.id=snapshot
 
 implementation.title=JBoss Web Services - JBossWS
 implementation.url=http://www.jboss.org/products/jbossws

Modified: branches/jbossws-2.0/integration/spi/ant-import/build-release.xml
===================================================================
--- branches/jbossws-2.0/integration/spi/ant-import/build-release.xml	2007-06-08 17:21:58 UTC (rev 3512)
+++ branches/jbossws-2.0/integration/spi/ant-import/build-release.xml	2007-06-08 17:59:06 UTC (rev 3513)
@@ -23,9 +23,9 @@
     <copy todir="${jboss.repository.dir}/jbossws-spi/${repository.id}/lib" overwrite="true">
       <fileset dir="${spi.output.lib.dir}">
         <include name="jbossws-spi.jar"/>
-        <include name="jbossws-integration-src.zip"/>
-		  <include name="jbossws-spi-scripts.zip"/>
-		</fileset>
+        <include name="jbossws-spi-src.zip"/>
+        <include name="jbossws-spi-scripts.zip"/>
+	  </fileset>
     </copy>
     <copy tofile="${jboss.repository.dir}/jbossws-spi/${repository.id}/component-info.xml" file="${spi.etc.dir}/component-info.xml" filtering="true" overwrite="true">
       <filterset>

Modified: branches/jbossws-2.0/integration/spi/src/main/etc/component-info.xml
===================================================================
--- branches/jbossws-2.0/integration/spi/src/main/etc/component-info.xml	2007-06-08 17:21:58 UTC (rev 3512)
+++ branches/jbossws-2.0/integration/spi/src/main/etc/component-info.xml	2007-06-08 17:59:06 UTC (rev 3513)
@@ -6,6 +6,7 @@
     licenseType="lgpl">
     
     <artifact id="jbossws-spi.jar"/>
+    <artifact id="jbossws-spi-scripts.zip"/>
 
     <export>
       <include input="jbossws-spi.jar"/>

Modified: branches/jbossws-2.0/jbossws-core/src/main/etc/component-info.xml
===================================================================
--- branches/jbossws-2.0/jbossws-core/src/main/etc/component-info.xml	2007-06-08 17:21:58 UTC (rev 3512)
+++ branches/jbossws-2.0/jbossws-core/src/main/etc/component-info.xml	2007-06-08 17:59:06 UTC (rev 3513)
@@ -40,6 +40,9 @@
     <import componentref="sun-jaxb">
       <compatible version="@sun-jaxb@"/>
     </import>
+    <import componentref="sun-jaxws">
+      <compatible version="@sun-jaxws@"/>
+    </import>
     
     <export>
       <include input="jbossws-core.jar"/>




More information about the jbossws-commits mailing list