Author: dkulp
Date: Wed Jan 18 20:02:11 2012
New Revision: 1233030
URL: http://svn.apache.org/viewvc?rev=1233030&view=rev
Log:
Add the services jars to the distro
Modified:
cxf/trunk/distribution/manifest/pom.xml
cxf/trunk/distribution/pom.xml
cxf/trunk/distribution/src/main/assembly/bin.xml
cxf/trunk/distribution/src/main/release/lib/WHICH_JARS
Modified: cxf/trunk/distribution/manifest/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/manifest/pom.xml?rev=1233030&r1=1233029&r2=1233030&view=diff
==============================================================================
--- cxf/trunk/distribution/manifest/pom.xml (original)
+++ cxf/trunk/distribution/manifest/pom.xml Wed Jan 18 20:02:11 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/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=1233030&r1=1233029&r2=1233030&view=diff
==============================================================================
--- cxf/trunk/distribution/pom.xml (original)
+++ cxf/trunk/distribution/pom.xml Wed Jan 18 20:02:11 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/trunk/distribution/src/main/assembly/bin.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/assembly/bin.xml?rev=1233030&r1=1233029&r2=1233030&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/assembly/bin.xml (original)
+++ cxf/trunk/distribution/src/main/assembly/bin.xml Wed Jan 18 20:02:11 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/trunk/distribution/src/main/release/lib/WHICH_JARS
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/lib/WHICH_JARS?rev=1233030&r1=1233029&r2=1233030&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/lib/WHICH_JARS (original)
+++ cxf/trunk/distribution/src/main/release/lib/WHICH_JARS Wed Jan 18 20:02:11
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
+