Author: keith
Date: Sat Jan 26 23:08:52 2008
New Revision: 12981

Log:

Fixing the value passed to nsis



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      Sat Jan 26 23:08:52 2008
@@ -346,7 +346,7 @@
                                 <configuration>
                                     <tasks>
                                         <filter token="output_file" 
value="${nsis.filename}"/>
-                                        <filter token="build_location" 
value="wso2-mashup-${wso2mashup.version}"/>
+                                        <filter token="build_location" 
value="wso2-mashup-server-${wso2mashup.version}"/>
                                         <filter token="monitor_version" 
value="${wso2-monitor.version}"/>
                                         <filter token="mashup_version" 
value="${wso2mashup.version}"/>
 

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

Reply via email to