Author: keith
Date: Sun Jan 27 18:05:29 2008
New Revision: 13015

Log:

minor fix



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      Sun Jan 
27 18:05:29 2008
@@ -226,33 +226,20 @@
             <fileset 
file="../coreservices/scraperservice/target/wso2mashup-scraperService.aar"/>
         </copy>
 
-        <copy 
toFile="${dist.dir}/services/wso2mashup-coreservices-servicesharinghelper.aar" 
filtering="off">
-            <fileset 
file="../coreservices/servicesharinghelper/target/wso2mashup-coreservices-servicesharinghelper-${wso2mashup.version}.aar"/>
-        </copy>
+        <copy 
file="../coreservices/servicesharinghelper/target/wso2mashup-coreservices-servicesharinghelper-${wso2mashup.version}.aar"
 toFile="${dist.dir}/services/wso2mashup-coreservices-servicesharinghelper.aar" 
filtering="off"/>
 
-        <copy 
toFile="${dist.dir}/services/wso2mashup-coreservices-servicemetadatalister.aar" 
filtering="off">
-            <fileset 
file="../coreservices/servicemetadatalister/target/wso2mashup-coreservices-servicemetadatalister-${wso2mashup.version}.aar"/>
-        </copy>
+        <copy 
file="../coreservices/servicemetadatalister/target/wso2mashup-coreservices-servicemetadatalister-${wso2mashup.version}.aar"
 
toFile="${dist.dir}/services/wso2mashup-coreservices-servicemetadatalister.aar" 
filtering="off"/>
 
-        <copy 
toFile="${dist.dir}/services/wso2mashup-coreservices-sharingservice.aar" 
filtering="off">
-            <fileset 
file="../coreservices/sharingservice/target/wso2mashup-coreservices-sharingservice-${wso2mashup.version}.aar"/>
-        </copy>
+        <copy 
toFile="${dist.dir}/services/wso2mashup-coreservices-sharingservice.aar" 
filtering="off" 
file="../coreservices/sharingservice/target/wso2mashup-coreservices-sharingservice-${wso2mashup.version}.aar"/>
 
-        <copy 
toFile="${dist.dir}/services/wso2mashup-coreservices-JSStubGenaratorService.aar"
 filtering="off">
-            <fileset 
file="../coreservices/JSStubGenaratorService/target/wso2mashup-coreservices-JSStubGenaratorService-${wso2mashup.version}.aar"/>
-        </copy>
+        <copy 
toFile="${dist.dir}/services/wso2mashup-coreservices-JSStubGenaratorService.aar"
 filtering="off" 
file="../coreservices/JSStubGenaratorService/target/wso2mashup-coreservices-JSStubGenaratorService-${wso2mashup.version}.aar"/>
 
-        <copy toFile="${dist.dir}/services/wso2mashup-adminServices.aar" 
filtering="off">
-            <fileset 
file="../admin/service/target/wso2mashup-adminServices-${wso2mashup.version}.aar"/>
-        </copy>
+        <copy toFile="${dist.dir}/services/wso2mashup-adminServices.aar" 
filtering="off" 
file="../admin/service/target/wso2mashup-adminServices-${wso2mashup.version}.aar"/>
 
-        <copy toFile="${dist.dir}/modules/wso2mashup-adminModule.mar" 
filtering="off">
-            <fileset 
file="../admin/module/target/wso2mashup-adminModule-${wso2mashup.version}.mar"/>
-        </copy>
+        <copy toFile="${dist.dir}/modules/wso2mashup-adminModule.mar" 
filtering="off" 
file="../admin/module/target/wso2mashup-adminModule-${wso2mashup.version}.mar"/>
+
+        <copy toFile="${dist.dir}/scripts/system/version.js" filtering="on" 
file="../core/scripts/services/version.js"/>
 
-        <copy toFile="${dist.dir}/scripts/system/version.js" filtering="on">
-            <fileset file="../core/scripts/services/version.js"/>
-        </copy>
         <copy toDir="${dist.dir}/scripts/system/version.resources" 
filtering="on">
             <fileset dir="../core/scripts/services/version.resources"/>
         </copy>

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

Reply via email to