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 di...@apache.org on 2005/12/01 18:06:10 UTC

svn commit: r350277 - /webservices/axis2/trunk/java/build.xml

Author: dims
Date: Thu Dec  1 09:05:57 2005
New Revision: 350277

URL: http://svn.apache.org/viewcvs?rev=350277&view=rev
Log:
copy the axis2.xml into the repo


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

Modified: webservices/axis2/trunk/java/build.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/build.xml?rev=350277&r1=350276&r2=350277&view=diff
==============================================================================
--- webservices/axis2/trunk/java/build.xml (original)
+++ webservices/axis2/trunk/java/build.xml Thu Dec  1 09:05:57 2005
@@ -164,6 +164,9 @@
       <fileset dir="${basedir}/modules/core/conf">
         <include name="**/*.properties"/>
       </fileset>
+      <fileset dir="${basedir}/modules/core/src">
+        <include name="**/axis2.xml"/>
+      </fileset>
       <fileset dir="${basedir}/modules/codegen/src">
         <include name="**/*.properties"/>
         <include name="**/*.xsl"/>