Author: alessio.soldano(a)jboss.com
Date: 2012-03-14 10:17:35 -0400 (Wed, 14 Mar 2012)
New Revision: 15940
Modified:
stack/cxf/branches/jbossws-cxf-4.0.x/
stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/pom.xml
Log:
[JBPAPP-8454] JBossWS appclient and SOAP-over-JMS tests final cleanup
Merged revisions 15936 via svnmerge from
https://svn.jboss.org/repos/jbossws/stack/cxf/trunk
.......
r15936 | ropalka | 2012-03-14 14:12:38 +0100 (Wed, 14 Mar 2012) | 1 line
[JBWS-3435] finalizing appclient integration
.......
Property changes on: stack/cxf/branches/jbossws-cxf-4.0.x
___________________________________________________________________
Modified: svnmerge-integrated
-
https://svn.jboss.org/repos/jbossws/stack/cxf/trunk:1-15635,15658,15668,1...
+
https://svn.jboss.org/repos/jbossws/stack/cxf/trunk:1-15635,15658,15668,1...
Modified: svn:mergeinfo
- /stack/cxf/branches/asoldano:14032-14050,14068
/stack/cxf/trunk:15658,15668,15674-15675,15682,15695-15697,15708,15711,15713,15719,15723-15730,15738,15743,15748,15750-15751,15754-15757,15765-15766,15768,15773,15780-15781,15784,15794,15806-15808,15824,15835,15837-15857,15859,15866,15879-15881,15886-15889,15896,15900-15920
+ /stack/cxf/branches/asoldano:14032-14050,14068
/stack/cxf/trunk:15658,15668,15674-15675,15682,15695-15697,15708,15711,15713,15719,15723-15730,15738,15743,15748,15750-15751,15754-15757,15765-15766,15768,15773,15780-15781,15784,15794,15806-15808,15824,15835,15837-15857,15859,15866,15879-15881,15886-15889,15896,15900-15920,15936
Modified: stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/pom.xml 2012-03-14 14:09:33 UTC
(rev 15939)
+++ stack/cxf/branches/jbossws-cxf-4.0.x/modules/testsuite/pom.xml 2012-03-14 14:17:35 UTC
(rev 15940)
@@ -386,9 +386,13 @@
</property>
<property>
<name>log4j.output.dir</name>
- <value>${project.build.directory}</value>
+ <value>${log4j.output.dir}</value>
</property>
<property>
+ <name>appclient.output.dir</name>
+ <value>${appclient.output.dir}</value>
+ </property>
+ <property>
<name>org.jboss.ws.testsuite.securityDomain.users.propfile</name>
<value>${project.build.directory}/test-classes/jbossws-users.properties</value>
</property>