You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bl...@apache.org on 2006/11/13 11:01:38 UTC

svn commit: r474223 - in /incubator/cxf/trunk: distribution/pom.xml distribution/src/main/assembly/bin.xml distribution/src/main/release/docs/release_notes.txt rt/transports/jms/pom.xml

Author: blin
Date: Mon Nov 13 02:01:38 2006
New Revision: 474223

URL: http://svn.apache.org/viewvc?view=rev&rev=474223
Log:
1. update release notes to include a couple more completed items
2. adding back geronimo_jms_spec jar, also adding back jms component to default classpath. It is really part of CXF runtime.
3. including a version file in distribution for convinient of integration component environment setup.


Modified:
    incubator/cxf/trunk/distribution/pom.xml
    incubator/cxf/trunk/distribution/src/main/assembly/bin.xml
    incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt
    incubator/cxf/trunk/rt/transports/jms/pom.xml

Modified: incubator/cxf/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/pom.xml?view=diff&rev=474223&r1=474222&r2=474223
==============================================================================
--- incubator/cxf/trunk/distribution/pom.xml (original)
+++ incubator/cxf/trunk/distribution/pom.xml Mon Nov 13 02:01:38 2006
@@ -119,6 +119,12 @@
             <version>${pom.version}</version>
         </dependency>
 
+	<dependency>
+	    <groupId>${pom.groupId}</groupId>
+	    <artifactId>cxf-rt-transports-jms</artifactId>
+	    <version>${pom.version}</version>
+	</dependency>
+
         <dependency>
             <groupId>${pom.groupId}</groupId>
             <artifactId>cxf-rt-bindings-soap</artifactId>
@@ -232,11 +238,6 @@
 				    <artifactId>cxf-integration-jca</artifactId>
 				    <version>${pom.version}</version>
 				</artifactItem>
-				<artifactItem>
-				    <groupId>${pom.groupId}</groupId>
-				    <artifactId>cxf-rt-transports-jms</artifactId>
-				    <version>${pom.version}</version>
-				</artifactItem>
 		            </artifactItems>
 			</configuration>
 		    </execution>
@@ -317,6 +318,7 @@
                                 <property name="output.cp" value="export CXF_CLASSPATH=${cp}" />
                                 <property name="output.ext" value="" />
                                 <echo file="${basedir}/target/srcbuild_env${output.ext}" message="${output.cp}" />
+				 <echo file="${basedir}/target/version.properties" message="cxf.version=${pom.version}"/>
                             </tasks>
                         </configuration>
                         <goals>

Modified: incubator/cxf/trunk/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/assembly/bin.xml?view=diff&rev=474223&r1=474222&r2=474223
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/assembly/bin.xml (original)
+++ incubator/cxf/trunk/distribution/src/main/assembly/bin.xml Mon Nov 13 02:01:38 2006
@@ -90,6 +90,13 @@
 	         <include>cxf-incubator.jar</include>
              </includes>
 	</fileSet>
+	<fileSet>
+	    <directory>target</directory>
+	    <outputDirectory>cxf-${cxf.version}/etc</outputDirectory>
+	    <includes>
+	        <include>version.properties</include>
+            </includes>
+	</fileSet>
     </fileSets>
     <dependencySets>
         <dependencySet>

Modified: incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt?view=diff&rev=474223&r1=474222&r2=474223
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/docs/release_notes.txt Mon Nov 13 02:01:38 2006
@@ -16,8 +16,12 @@
       lightweight container
     * Servlet container support
     * Complete tooling support, including wsdl2java and java2wsdl, plus a
-      bunch of other convenient tools.
+      bunch of other convenient tools
     * RESTful web service support
+    * JBI container support, CXF services can be deployed into any JBI
+      compliant container (ServiceMix or OpenESB)
+    * JCA 1.0 support, J2EE application can integrate with legacy application
+      through JCA 1.0 support in CXF
 
 2. Installation Prerequisites 
 
@@ -176,4 +180,4 @@
     * [CXF-182] - Port remaining system tests from Celtix
 
 6.6 Wishes
-    * [CXF-146] - Add Bus factory method that takes a URL
\ No newline at end of file
+    * [CXF-146] - Add Bus factory method that takes a URL

Modified: incubator/cxf/trunk/rt/transports/jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/jms/pom.xml?view=diff&rev=474223&r1=474222&r2=474223
==============================================================================
--- incubator/cxf/trunk/rt/transports/jms/pom.xml (original)
+++ incubator/cxf/trunk/rt/transports/jms/pom.xml Mon Nov 13 02:01:38 2006
@@ -98,7 +98,6 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jms_1.1_spec</artifactId>
             <version>1.0.1</version>
-	    <scope>provided</scope>
         </dependency>
         <dependency>
                 <groupId>incubator-activemq</groupId>