Author: lahiru
Date: Thu May 21 08:44:03 2009
New Revision: 36462
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=36462

Log:
changing the version of zip.


Modified:
   branches/wsas/java/3.1-M1/wsas/modules/distribution/pom.xml

Modified: branches/wsas/java/3.1-M1/wsas/modules/distribution/pom.xml
URL: 
http://wso2.org/svn/browse/wso2/branches/wsas/java/3.1-M1/wsas/modules/distribution/pom.xml?rev=36462&r1=36461&r2=36462&view=diff
==============================================================================
--- branches/wsas/java/3.1-M1/wsas/modules/distribution/pom.xml (original)
+++ branches/wsas/java/3.1-M1/wsas/modules/distribution/pom.xml Thu May 21 
08:44:03 2009
@@ -675,14 +675,14 @@
                                 <mkdir dir="${tempdir}"/>
                                 <unzip dest="${tempdir}">
                                     <fileset dir="target">
-                                        <include 
name="wso2wsas-${pom.version}.zip"/>
+                                        <include name="wso2wsas-3.1.0-M1.zip"/>
                                     </fileset>
                                 </unzip>
                                 <copy 
todir="target/wso2carbon-${carbon.version}/webapps/ROOT/WEB-INF/plugins/" 
overwrite="false">
                                     <fileset 
dir="${tempdir}/wso2wsas-${pom.version}/webapps/ROOT/WEB-INF/plugins/">
                                     </fileset>
                                 </copy>
-                                <delete 
file="target/wso2wsas-${pom.version}.zip"/>
+                                <delete file="target/wso2wsas-3.1.0-M1.zip"/>
                                 <delete dir="${tempdir}"/>
                                 <mkdir dir="${tempdir}"/>
                                 <unzip dest="${tempdir}">

_______________________________________________
Wsas-java-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to