Author: keith
Date: Wed Jan 2 00:57:05 2008
New Revision: 11736
Log:
Adding the javascriptgenarator service to the distro build
Modified:
trunk/mashup/java/modules/distribution/create-distro-build.xml
Modified: trunk/mashup/java/modules/distribution/create-distro-build.xml
==============================================================================
--- trunk/mashup/java/modules/distribution/create-distro-build.xml
(original)
+++ trunk/mashup/java/modules/distribution/create-distro-build.xml Wed Jan
2 00:57:05 2008
@@ -225,6 +225,10 @@
<fileset
file="../coreservices/sharingservice/target/wso2mashup-coreservices-sharingservice-${wso2mashup.version}.aar"/>
</copy>
+ <copy
toFile="${dist.dir}/services/wso2mashup-coreservices-JSStubGenaratorService.aar"
filtering="off">
+ <fileset
file="../coreservices/sharingservice/target/wso2mashup-coreservices-JSStubGenaratorService-${wso2mashup.version}.aar"/>
+ </copy>
+
<copy toFile="${dist.dir}/scripts/system/version.js" filtering="on">
<fileset file="../core/scripts/services/version.js"/>
</copy>
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev