Hi,
I just fixed what follows, noticed it because the
systests/container-integration/grizzly was failing here with JDK6 and
jaxws22 profile enabled. However, this does not seem to be something
covered by Hudson as it went unnoticed for some days. Should we have
both jdk5 and jdk6 version for the "deploy" jobs too?
Cheers
Alessio
-------- Original Message --------
Subject: svn commit: r1027553 - /cxf/trunk/rt/frontend/jaxws/pom.xml
Date: Tue, 26 Oct 2010 13:44:42 -0000
From: [email protected]
Reply-To: [email protected]
To: [email protected]
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>