Author: tyrell Date: Mon Jun 9 19:11:16 2008 New Revision: 18255 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18255
Log: Fixing MASHUP-855 Modified: trunk/mashup/java/modules/distribution/pom.xml Modified: trunk/mashup/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/distribution/pom.xml?rev=18255&r1=18254&r2=18255&view=diff ============================================================================== --- trunk/mashup/java/modules/distribution/pom.xml (original) +++ trunk/mashup/java/modules/distribution/pom.xml Mon Jun 9 19:11:16 2008 @@ -431,7 +431,7 @@ <build> <plugins> <plugin> - <!--Download the dependancies needed by Shindig--> + <!--Download the dependencies needed by Shindig--> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.0-alpha-4</version> @@ -530,6 +530,11 @@ </fileset> </copy> <move file="target/temp/wsrequest/WSRequest.js" todir="${dist.dir}/lib/tomcat/webapps/dashboard/javascript"/> + + <!-- Re-create the distribution zip with dashboard included --> + <echo message="### Re-creating distribution archive with dashboard ###"/> + <delete file="target/wso2-mashup-server-${wso2mashup.version}.zip"/> + <zip basedir="target/dist" destfile="target/wso2-mashup-server-${wso2mashup.version}.zip"/> </tasks> </configuration> <goals> _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
