[jboss-cvs] Repository SVN: r22365 - in jboss: jbossws-framework/2.0.1.GA_CP02_JBPAPP-1640 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 22 10:32:14 EST 2009


Author: darran.lofthouse at jboss.com
Date: 2009-01-22 10:32:14 -0500 (Thu, 22 Jan 2009)
New Revision: 22365

Modified:
   jboss/jbossws-framework/2.0.1.GA_CP02_JBPAPP-1640/component-info.xml
   jboss/jbossws/2.0.1.SP2_CP04_JBPAPP-1640/component-info.xml
Log:
[JBPAPP-1640] WS-Security Usename Token Profile JAAS Implementation for JSE based WebServices.

Modified: jboss/jbossws/2.0.1.SP2_CP04_JBPAPP-1640/component-info.xml
===================================================================
--- jboss/jbossws/2.0.1.SP2_CP04_JBPAPP-1640/component-info.xml	2009-01-22 15:28:58 UTC (rev 22364)
+++ jboss/jbossws/2.0.1.SP2_CP04_JBPAPP-1640/component-info.xml	2009-01-22 15:32:14 UTC (rev 22365)
@@ -17,7 +17,7 @@
       <compatible version="1.0.0.GA_CP02_JBPAPP-1640"/>
     </import>
     <import componentref="jboss/jbossws-framework">
-      <compatible version="2.0.1.GA_CP02-brew"/>
+      <compatible version="2.0.1.GA_CP02_JBPAPP-1640"/>
     </import>
     <import componentref="jboss/jbossws-spi">
       <compatible version="1.0.0.GA_CP01_JBPAPP-1640"/>

Modified: jboss/jbossws-framework/2.0.1.GA_CP02_JBPAPP-1640/component-info.xml
===================================================================
--- jboss/jbossws-framework/2.0.1.GA_CP02_JBPAPP-1640/component-info.xml	2009-01-22 15:28:58 UTC (rev 22364)
+++ jboss/jbossws-framework/2.0.1.GA_CP02_JBPAPP-1640/component-info.xml	2009-01-22 15:32:14 UTC (rev 22365)
@@ -2,23 +2,22 @@
 	
   <component id="jboss/jbossws-framework" 
     description="JBossWS SPI" 
-    version="2.0.1.GA_CP02-brew"
+    version="2.0.1.GA_CP02_JBPAPP-1640"
     tag="jbossws-framework-2_0_1-1_GA_CP02_1_ep1_el4"
     licenseType="lgpl">
+
+    <!-- This version if a branch of 2.0.1.GA_CP02-brew, the
+         purpose of the branch is to prevent the one-off versions
+         poluting the CP versions. --> 
     
     <artifact id="jbossws-framework.jar"/>
     <artifact id="jbossws-framework-scripts.zip"/>
     
     <import componentref="jboss/jbossws-common">
-      <compatible version="1.0.0.GA"/>
-      <compatible version="1.0.0.GA-brew"/>
-      <compatible version="1.0.0.GA_CP01-brew"/>
-      <compatible version="1.0.0.GA_CP02-brew"/>
+      <compatible version="1.0.0.GA_CP02_JBPAPP-1640"/>
     </import>
     <import componentref="jboss/jbossws-spi">
-      <compatible version="1.0.0.GA"/>
-      <compatible version="1.0.0.GA-brew"/>
-      <compatible version="1.0.0.GA_CP01-brew"/>
+      <compatible version="1.0.0.GA_CP01_JBPAPP-1640"/>
     </import>
     
     <export>




More information about the jboss-cvs-commits mailing list