Author: keith
Date: Mon May  5 23:58:02 2008
New Revision: 16559

Log:

Adding the wrapper shipped by the mashup server into the build. Fixing 
Mashup-420


Modified:
   trunk/mashup/java/modules/distribution/pom.xml

Modified: trunk/mashup/java/modules/distribution/pom.xml
==============================================================================
--- trunk/mashup/java/modules/distribution/pom.xml      (original)
+++ trunk/mashup/java/modules/distribution/pom.xml      Mon May  5 23:58:02 2008
@@ -203,6 +203,11 @@
                                     <fileset dir="target/temp/native"/>
                                 </move>
 
+                                <!--The wrapper jar that WSAS ships is 3.2.3 
while the exe is 3.2.1.
+                                So we delete the exe that WSAS ships and put 
in the correct version-->
+                                <delete 
file="${dist.dir}/bin/native/wrapper-windows-x86-32.exe"/>
+                                <copy 
file="bin/native/wrapper-windows-x86-32.exe" 
tofile="${dist.dir}/bin/native/wrapper-windows-x86-32.exe"/>
+
                                 <echo message="### Copy the system mashups 
###"/>
                                 <copy toDir="${dist.dir}/scripts/system" 
filtering="on">
                                     <fileset dir="../samples/digit2image"/>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to