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/03/23 16:15:51 UTC

svn commit: r1304421 - /cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/java_first_jms/pom.xml

Author: dkulp
Date: Fri Mar 23 15:15:51 2012
New Revision: 1304421

URL: http://svn.apache.org/viewvc?rev=1304421&view=rev
Log:
Merged revisions 1303532 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1303532 | dkulp | 2012-03-21 15:46:18 -0400 (Wed, 21 Mar 2012) | 2 lines

  Fix pom so -Pclient works

........

Modified:
    cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/java_first_jms/pom.xml

Modified: cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/java_first_jms/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/java_first_jms/pom.xml?rev=1304421&r1=1304420&r2=1304421&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/java_first_jms/pom.xml (original)
+++ cxf/branches/2.5.x-fixes/distribution/src/main/release/samples/java_first_jms/pom.xml Fri Mar 23 15:15:51 2012
@@ -35,6 +35,7 @@
 	<properties>
 	  <cxf.version>${project.version}</cxf.version>
 	  <cxf.amq.version>5.3.0</cxf.amq.version>
+      <usingJaxws>-jaxws</usingJaxws>
 	</properties>
     <build>
         <plugins>
@@ -50,9 +51,6 @@
     <profiles>
         <profile>
             <id>jaxws</id>
-            <properties>
-                <usingJaxws>-jaxws</usingJaxws>
-            </properties>
         </profile>
         <profile>
             <id>server</id>