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 th...@apache.org on 2006/11/13 13:54:24 UTC

svn commit: r474292 - /webservices/axis2/branches/java/1_1/maven.xml

Author: thilina
Date: Mon Nov 13 04:54:23 2006
New Revision: 474292

URL: http://svn.apache.org/viewvc?view=rev&rev=474292
Log:
copying the new std-bin install guide to the std-bin

Modified:
    webservices/axis2/branches/java/1_1/maven.xml

Modified: webservices/axis2/branches/java/1_1/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/maven.xml?view=diff&rev=474292&r1=474291&r2=474292
==============================================================================
--- webservices/axis2/branches/java/1_1/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/maven.xml Mon Nov 13 04:54:23 2006
@@ -726,9 +726,14 @@
         <ant:copy toFile="${std.bin.temp.dir}/NOTICE.txt" filtering="on">
             <ant:fileset file="NOTICE.txt"/>
         </ant:copy>
+        
+        <!--copy NOTICE.txt file-->
+        <ant:copy toFile="${std.bin.temp.dir}/INSTALL.txt" filtering="on">
+            <ant:fileset file="release-docs/readme-files/installation-std-bin.txt"/>
+        </ant:copy>
         <!-- Copy the release documents -->
         <macros:copy-release-docs toDir="${std.bin.temp.dir}"
-                                  readmeFile="release-docs/readme-files/README-std-bin.txt"/>
+                    readmeFile="release-docs/readme-files/README-std-bin.txt"/>
 
         <ant:zip file="${dist.dir}/axis2-${pom.currentVersion}.zip"
                  basedir="target/temp/main"/>



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