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 am...@apache.org on 2007/06/27 07:31:58 UTC

svn commit: r551044 - in /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general: adbAntBuildTemplate.xsl jibxAntBuildTemplate.xsl

Author: amilas
Date: Tue Jun 26 22:31:57 2007
New Revision: 551044

URL: http://svn.apache.org/viewvc?view=rev&rev=551044
Log:
commit the patch to Axis2-2438

Modified:
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/adbAntBuildTemplate.xsl
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/jibxAntBuildTemplate.xsl

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/adbAntBuildTemplate.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/adbAntBuildTemplate.xsl?view=diff&rev=551044&r1=551043&r2=551044
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/adbAntBuildTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/adbAntBuildTemplate.xsl Tue Jun 26 22:31:57 2007
@@ -216,7 +216,10 @@
                     </pathelement>
                     <path>
                         <xsl:attribute name="refid">axis2.class.path</xsl:attribute>
-                    </path>
+                    </path>
+                    <pathelement>
+                        <xsl:attribute name="location">${classes}</xsl:attribute>
+                    </pathelement>
                 </path>
                 <mkdir>
                     <xsl:attribute name="dir">${build}/test-reports/</xsl:attribute>

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/jibxAntBuildTemplate.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/jibxAntBuildTemplate.xsl?view=diff&rev=551044&r1=551043&r2=551044
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/jibxAntBuildTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/general/jibxAntBuildTemplate.xsl Tue Jun 26 22:31:57 2007
@@ -218,7 +218,10 @@
                     </pathelement>
                     <path>
                         <xsl:attribute name="refid">axis2.class.path</xsl:attribute>
-                    </path>
+                    </path>
+                    <pathelement>
+                        <xsl:attribute name="location">${classes}</xsl:attribute>
+                    </pathelement>
                 </path>
                 <mkdir>
                     <xsl:attribute name="dir">${build}/test-reports/</xsl:attribute>



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