You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/01/18 21:31:10 UTC

svn commit: r1233047 - in /cxf/branches/2.5.x-fixes: ./ distribution/manifest/pom.xml distribution/pom.xml distribution/src/main/assembly/bin.xml distribution/src/main/release/lib/WHICH_JARS

Author: dkulp
Date: Wed Jan 18 20:31:09 2012
New Revision: 1233047

URL: http://svn.apache.org/viewvc?rev=1233047&view=rev
Log:
Merged revisions 1233030 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1233030 | dkulp | 2012-01-18 15:02:11 -0500 (Wed, 18 Jan 2012) | 1 line
  
  Add the services jars to the distro
........

Modified:
    cxf/branches/2.5.x-fixes/   (props changed)
    cxf/branches/2.5.x-fixes/distribution/manifest/pom.xml
    cxf/branches/2.5.x-fixes/distribution/pom.xml
    cxf/branches/2.5.x-fixes/distribution/src/main/assembly/bin.xml
    cxf/branches/2.5.x-fixes/distribution/src/main/release/lib/WHICH_JARS

Propchange: cxf/branches/2.5.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.5.x-fixes/distribution/manifest/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/manifest/pom.xml?rev=1233047&r1=1233046&r2=1233047&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/distribution/manifest/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/distribution/manifest/pom.xml Wed Jan 18 20:31:09 2012
@@ -280,6 +280,24 @@
             <artifactId>cxf-bundle</artifactId>
             <version>${project.version}</version>
         </dependency>
+
+        <!-- services jars -->
+        <dependency>
+            <groupId>org.apache.cxf.services.sts</groupId>
+            <artifactId>cxf-services-sts-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf.services.wsn</groupId>
+            <artifactId>cxf-services-wsn-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf.services.wsn</groupId>
+            <artifactId>cxf-services-wsn-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
         <dependency>
             <groupId>org.codehaus.jettison</groupId>
             <artifactId>jettison</artifactId>

Modified: cxf/branches/2.5.x-fixes/distribution/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/pom.xml?rev=1233047&r1=1233046&r2=1233047&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/distribution/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/distribution/pom.xml Wed Jan 18 20:31:09 2012
@@ -322,6 +322,24 @@
             <artifactId>cxf-rt-rs-security-xml</artifactId>
             <version>${project.version}</version>
         </dependency>
+
+        <!-- services jars -->
+        <dependency>
+            <groupId>org.apache.cxf.services.sts</groupId>
+            <artifactId>cxf-services-sts-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf.services.wsn</groupId>
+            <artifactId>cxf-services-wsn-api</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.cxf.services.wsn</groupId>
+            <artifactId>cxf-services-wsn-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
         <dependency>
             <groupId>org.codehaus.jettison</groupId>
             <artifactId>jettison</artifactId>

Modified: cxf/branches/2.5.x-fixes/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/assembly/bin.xml?rev=1233047&r1=1233046&r2=1233047&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/distribution/src/main/assembly/bin.xml (original)
+++ cxf/branches/2.5.x-fixes/distribution/src/main/assembly/bin.xml Wed Jan 18 20:31:09 2012
@@ -158,6 +158,7 @@
             <includes>
                 <include>org.apache.cxf:*</include>
                 <include>org.apache.cxf.xjcplugins:*</include>
+                <include>org.apache.cxf.services.*:*</include>
             </includes>
             <excludes>
                 <exclude>org.apache.cxf:cxf-bundle*</exclude>

Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/lib/WHICH_JARS
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/lib/WHICH_JARS?rev=1233047&r1=1233046&r2=1233047&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/distribution/src/main/release/lib/WHICH_JARS (original)
+++ cxf/branches/2.5.x-fixes/distribution/src/main/release/lib/WHICH_JARS Wed Jan 18 20:31:09 2012
@@ -114,4 +114,11 @@ For schema validation with the Aegis dat
  - isorelax.jar (version 20030108)
  - relaxngDatatype.jar (version 20020414)
 
+For the WS-Notification Service:
+ - cxf-services-wsn-api.jar
+ - cxf-services-wsn-core.jar  
+
+For the CXF Security Token Service:
+ - cxf-services-sts-core.jar
+