You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by jo...@apache.org on 2008/11/04 07:22:35 UTC

svn commit: r711188 - /webservices/axis/trunk/java/build.xml

Author: jochen
Date: Mon Nov  3 22:22:35 2008
New Revision: 711188

URL: http://svn.apache.org/viewvc?rev=711188&view=rev
Log:
The XSD folder was missing in the source distribution. Consequently it was not possible to build Axis from the source distribution.

Modified:
    webservices/axis/trunk/java/build.xml

Modified: webservices/axis/trunk/java/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/java/build.xml?rev=711188&r1=711187&r2=711188&view=diff
==============================================================================
--- webservices/axis/trunk/java/build.xml (original)
+++ webservices/axis/trunk/java/build.xml Mon Nov  3 22:22:35 2008
@@ -519,6 +519,7 @@
         <include name="tools/**"/>
         <include name="webapps/**"/>
         <include name="xmls/**"/>
+      	<include name="xsd/**"/>
 
         <exclude name="**/.svn/**"/>
       </fileset>