[jboss-cvs] Repository SVN: r2401 - in jboss: jbossws/2.0.3.GA and 10 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 24 04:27:08 EST 2008


Author: heiko.braun at jboss.com
Date: 2008-01-24 04:27:08 -0500 (Thu, 24 Jan 2008)
New Revision: 2401

Added:
   jboss/jbossws-native40/2.0.3.GA/
   jboss/jbossws-native40/2.0.3.GA/component-info.xml
   jboss/jbossws-native40/2.0.3.GA/lib/
   jboss/jbossws-native40/2.0.3.GA/lib/jbossws-native40.sar
   jboss/jbossws-native42/2.0.3.GA/
   jboss/jbossws-native42/2.0.3.GA/component-info.xml
   jboss/jbossws-native42/2.0.3.GA/lib/
   jboss/jbossws-native42/2.0.3.GA/lib/jbossws-native42.sar
   jboss/jbossws-native50/2.0.3.GA/
   jboss/jbossws-native50/2.0.3.GA/component-info.xml
   jboss/jbossws-native50/2.0.3.GA/lib/
   jboss/jbossws-native50/2.0.3.GA/lib/jbossws-native50.sar
   jboss/jbossws/2.0.3.GA/
   jboss/jbossws/2.0.3.GA/component-info.xml
   jboss/jbossws/2.0.3.GA/lib/
   jboss/jbossws/2.0.3.GA/lib/jboss-jaxrpc.jar
   jboss/jbossws/2.0.3.GA/lib/jboss-jaxws-ext.jar
   jboss/jbossws/2.0.3.GA/lib/jboss-jaxws.jar
   jboss/jbossws/2.0.3.GA/lib/jboss-saaj.jar
   jboss/jbossws/2.0.3.GA/lib/jbossws-client.jar
   jboss/jbossws/2.0.3.GA/lib/jbossws-core-scripts.zip
   jboss/jbossws/2.0.3.GA/lib/jbossws-core-src.zip
   jboss/jbossws/2.0.3.GA/lib/jbossws-core.jar
Log:
Release 2.0.3.GA

Added: jboss/jbossws/2.0.3.GA/component-info.xml
===================================================================
--- jboss/jbossws/2.0.3.GA/component-info.xml	                        (rev 0)
+++ jboss/jbossws/2.0.3.GA/component-info.xml	2008-01-24 09:27:08 UTC (rev 2401)
@@ -0,0 +1,65 @@
+<project name="jboss/jbossws">
+  
+  <component id="jboss/jbossws" 
+    description="JBossWS an implementation of J2EE Web Services"
+    version="2.0.3.GA" 
+    licenseType="lgpl">
+    
+    <artifact id="jbossws-client.jar"/>
+    <artifact id="jbossws-core.jar"/>
+    <artifact id="jboss-jaxrpc.jar"/>
+    <artifact id="jboss-jaxws.jar"/>
+    <artifact id="jboss-jaxws-ext.jar"/>
+    <artifact id="jboss-saaj.jar"/>
+    <artifact id="jbossws-core-src.zip"/>
+    <artifact id="jbossws-core-scripts.zip"/>
+
+    <import componentref="jboss/jbossws-common">
+      <compatible version="1.0.3.GA"/>
+    </import>
+    <import componentref="jboss/jbossws-framework">
+      <compatible version="2.0.3.GA"/>
+    </import>
+    <import componentref="jboss/jbossws-spi">
+      <compatible version="1.0.1.GA"/>
+    </import>
+    
+    <import componentref="apache-xmlsec">
+      <compatible version="1.3.0"/>
+      <compatible version="1.3.0-brew"/>
+    </import>
+    <import componentref="ibm-wsdl4j">
+      <compatible version="1.6.2"/>
+      <compatible version="1.6.2-brew"/>
+    </import>
+    <import componentref="jbpm/bpel">
+      <compatible version="1.1.0.Beta5"/>
+    </import>
+    <import componentref="stax-api">
+      <compatible version="1.0"/>
+    </import>
+    <import componentref="sun-jaxb">
+      <compatible version="2.1.4"/>
+    </import>
+    <import componentref="sun-jaxws">
+      <compatible version="2.1.1"/>
+    </import>
+    <import componentref="woodstox">
+      <compatible version="3.1.1"/>
+      <compatible version="3.1.1-brew"/>
+    </import>
+    <import componentref="wscommons-policy">
+      <compatible version="1.0"/>
+    </import>
+    
+    <export>
+      <include input="jbossws-core.jar"/>
+      <include input="jboss-jaxrpc.jar"/>
+      <include input="jboss-jaxws.jar"/>
+      <include input="jboss-jaxws-ext.jar"/>
+      <include input="jboss-saaj.jar"/>
+    </export>
+    
+  </component>
+  
+</project>


Property changes on: jboss/jbossws/2.0.3.GA/component-info.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: jboss/jbossws/2.0.3.GA/lib/jboss-jaxrpc.jar
===================================================================
(Binary files differ)


Property changes on: jboss/jbossws/2.0.3.GA/lib/jboss-jaxrpc.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jbossws/2.0.3.GA/lib/jboss-jaxws-ext.jar
===================================================================
(Binary files differ)


Property changes on: jboss/jbossws/2.0.3.GA/lib/jboss-jaxws-ext.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jbossws/2.0.3.GA/lib/jboss-jaxws.jar
===================================================================
(Binary files differ)


Property changes on: jboss/jbossws/2.0.3.GA/lib/jboss-jaxws.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jbossws/2.0.3.GA/lib/jboss-saaj.jar
===================================================================
(Binary files differ)


Property changes on: jboss/jbossws/2.0.3.GA/lib/jboss-saaj.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jbossws/2.0.3.GA/lib/jbossws-client.jar
===================================================================
(Binary files differ)


Property changes on: jboss/jbossws/2.0.3.GA/lib/jbossws-client.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jbossws/2.0.3.GA/lib/jbossws-core-scripts.zip
===================================================================
(Binary files differ)


Property changes on: jboss/jbossws/2.0.3.GA/lib/jbossws-core-scripts.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jbossws/2.0.3.GA/lib/jbossws-core-src.zip
===================================================================
(Binary files differ)


Property changes on: jboss/jbossws/2.0.3.GA/lib/jbossws-core-src.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jbossws/2.0.3.GA/lib/jbossws-core.jar
===================================================================
(Binary files differ)


Property changes on: jboss/jbossws/2.0.3.GA/lib/jbossws-core.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jbossws-native40/2.0.3.GA/component-info.xml
===================================================================
--- jboss/jbossws-native40/2.0.3.GA/component-info.xml	                        (rev 0)
+++ jboss/jbossws-native40/2.0.3.GA/component-info.xml	2008-01-24 09:27:08 UTC (rev 2401)
@@ -0,0 +1,25 @@
+<project name="jboss/jbossws-native40">
+  
+  <component id="jboss/jbossws-native40"
+    description="JBossWS an implementation of J2EE Web Services" 
+    version="2.0.3.GA"
+    licenseType="lgpl">
+    
+    <artifact id="jbossws-native40.sar"/>
+    
+    <import componentref="jboss/jbossws">
+      <compatible version="2.0.3.GA"/>
+    </import>
+    <import componentref="jboss/jbossxb">
+      <compatible version="1.0.0.CR11"/>
+    </import>
+    <import componentref="jboss/remoting">
+      <compatible version="1.4.3.GA"/>
+    </import>
+    
+    <export>
+    </export>
+    
+  </component>
+  
+</project>


Property changes on: jboss/jbossws-native40/2.0.3.GA/component-info.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: jboss/jbossws-native40/2.0.3.GA/lib/jbossws-native40.sar
===================================================================
(Binary files differ)


Property changes on: jboss/jbossws-native40/2.0.3.GA/lib/jbossws-native40.sar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jbossws-native42/2.0.3.GA/component-info.xml
===================================================================
--- jboss/jbossws-native42/2.0.3.GA/component-info.xml	                        (rev 0)
+++ jboss/jbossws-native42/2.0.3.GA/component-info.xml	2008-01-24 09:27:08 UTC (rev 2401)
@@ -0,0 +1,27 @@
+<project name="jboss/jbossws-native42">
+  
+  <component id="jboss/jbossws-native42"
+    description="JBossWS an implementation of J2EE Web Services" 
+    version="2.0.3.GA"
+    licenseType="lgpl">
+    
+    <artifact id="jbossws-native42.sar"/>
+    
+    <import componentref="jboss/jbossws">
+      <compatible version="2.0.3.GA"/>
+    </import>
+    <import componentref="jboss/jbossxb">
+      <compatible version="1.0.0.SP1"/>
+      <compatible version="1.0.0.SP1-brew"/>
+    </import>
+    <import componentref="jboss/remoting">
+      <compatible version="2.2.2.SP4-brew"/>
+      <compatible version="2.2.2.SP4-brew-brew"/>
+    </import>
+    
+    <export>
+    </export>
+    
+  </component>
+  
+</project>


Property changes on: jboss/jbossws-native42/2.0.3.GA/component-info.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: jboss/jbossws-native42/2.0.3.GA/lib/jbossws-native42.sar
===================================================================
(Binary files differ)


Property changes on: jboss/jbossws-native42/2.0.3.GA/lib/jbossws-native42.sar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss/jbossws-native50/2.0.3.GA/component-info.xml
===================================================================
--- jboss/jbossws-native50/2.0.3.GA/component-info.xml	                        (rev 0)
+++ jboss/jbossws-native50/2.0.3.GA/component-info.xml	2008-01-24 09:27:08 UTC (rev 2401)
@@ -0,0 +1,27 @@
+<project name="jboss/jbossws-native50">
+  
+  <component id="jboss/jbossws-native50"
+    description="JBossWS an implementation of J2EE Web Services" 
+    version="2.0.3.GA"
+    licenseType="lgpl">
+    
+    <artifact id="jbossws-native50.sar"/>
+    
+    <import componentref="jboss/jbossws">
+      <compatible version="2.0.3.GA"/>
+    </import>
+    <import componentref="jboss/jbossxb">
+      <compatible version="2.0.0.CR5"/>
+      <compatible version="2.0.0.CR5-brew"/>
+    </import>
+    <import componentref="jboss/remoting">
+      <compatible version="2.2.2.SP4-brew"/>
+      <compatible version="2.2.2.SP4-brew-brew"/>
+    </import>
+    
+    <export>
+    </export>
+    
+  </component>
+  
+</project>


Property changes on: jboss/jbossws-native50/2.0.3.GA/component-info.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: jboss/jbossws-native50/2.0.3.GA/lib/jbossws-native50.sar
===================================================================
(Binary files differ)


Property changes on: jboss/jbossws-native50/2.0.3.GA/lib/jbossws-native50.sar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list