You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by as...@apache.org on 2010/10/26 15:44:42 UTC

svn commit: r1027553 - /cxf/trunk/rt/frontend/jaxws/pom.xml

Author: asoldano
Date: Tue Oct 26 13:44:42 2010
New Revision: 1027553

URL: http://svn.apache.org/viewvc?rev=1027553&view=rev
Log:
Fixing another leftover from the build properties rename, causing wrong META-INF/services/java.xml.ws.spi.Provider prop to be included in installed artifact when providing -Pjaxws22 profile w/ JDK6

Modified:
    cxf/trunk/rt/frontend/jaxws/pom.xml

Modified: cxf/trunk/rt/frontend/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxws/pom.xml?rev=1027553&r1=1027552&r2=1027553&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/jaxws/pom.xml (original)
+++ cxf/trunk/rt/frontend/jaxws/pom.xml Tue Oct 26 13:44:42 2010
@@ -194,7 +194,7 @@
                 </dependency>
             </dependencies>
             <properties>
-                <spi-dir>spi-2.2</spi-dir>
+                <cxf.spi-dir>spi-2.2</cxf.spi-dir>
             </properties>
             <build>
                 <plugins>