Author: jonathan Date: Thu Jun 26 18:09:25 2008 New Revision: 18666 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18666
Log: Adding feedCache to the set of built-in system mashups. 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=18666&r1=18665&r2=18666&view=diff ============================================================================== --- trunk/mashup/java/modules/distribution/pom.xml (original) +++ trunk/mashup/java/modules/distribution/pom.xml Thu Jun 26 18:09:25 2008 @@ -211,6 +211,7 @@ <echo message="### Copy the system mashups ###"/> <copy toDir="${dist.dir}/scripts/system" filtering="on"> <fileset dir="../samples/digit2image"/> + <fileset dir="../samples/feedCache"/> <fileset dir="../samples/storexml"/> <fileset dir="../samples/upgradeChecker"/> </copy> _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
