You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/01/30 20:46:25 UTC

svn commit: r616871 - /webservices/axis2/trunk/java/modules/integration/itest-build.xml

Author: dims
Date: Wed Jan 30 11:46:13 2008
New Revision: 616871

URL: http://svn.apache.org/viewvc?rev=616871&view=rev
Log:
breaks under other platforms :(

Modified:
    webservices/axis2/trunk/java/modules/integration/itest-build.xml

Modified: webservices/axis2/trunk/java/modules/integration/itest-build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/itest-build.xml?rev=616871&r1=616870&r2=616871&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-build.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-build.xml Wed Jan 30 11:46:13 2008
@@ -43,7 +43,6 @@
 		<java classname="org.apache.axis2.wsdl.WSDL2Java" fork="true">
 			<classpath refid="maven.runtime.classpath" />
 			<classpath location="${compiled.classes.dir}" />
-			<sysproperty key="javax.xml.transform.TransformerFactory" value="org.apache.xalan.xsltc.trax.TransformerFactoryImpl"/>
 			<arg line="-ap -o target/wsdl/complexdatatype -s -u -uw -uri test-resources/ComplexDataTypes/ComplexDataTypes.wsdl" />
 		</java>
 		<javac fork="true" destdir="target/classes" debug="on">



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org