Author: saminda
Date: Tue Feb 12 01:19:59 2008
New Revision: 13632

Log:

allowing to get the thrid-parties from svn:externels


Modified:
   branches/wsas/java/2.2/wsas/java/modules/distribution/pom.xml

Modified: branches/wsas/java/2.2/wsas/java/modules/distribution/pom.xml
==============================================================================
--- branches/wsas/java/2.2/wsas/java/modules/distribution/pom.xml       
(original)
+++ branches/wsas/java/2.2/wsas/java/modules/distribution/pom.xml       Tue Feb 
12 01:19:59 2008
@@ -784,7 +784,20 @@
                                 <phase>package</phase>
                                 <configuration>
                                     <tasks>
-                                        <exec failonerror="true" 
executable="${basedir}/src-third-party-svn.sh"/>
+                                        <!--<exec failonerror="true" 
executable="${basedir}/src-third-party-svn.sh"/>-->
+                                        <mkdir dir="target/third-party"/>
+                                        <mkdir 
dir="target/third-party/wso2-commons"/>
+                                        <mkdir 
dir="target/third-party/wso2-wsf"/>
+                                        <copy 
todir="target/third-party/third-party">
+                                            <fileset 
dir="../../../../third-party"/>
+                                        </copy>
+                                        <copy 
todir="target/third-party/wso2-commons">
+                                            <fileset 
dir="../../../../commons"/>
+                                        </copy>
+                                        <copy 
todir="target/third-party/wso2-wsf">
+                                            <fileset dir="../../../../wsf"/>
+                                        </copy>
+
                                     </tasks>
                                 </configuration>
                                 <goals>

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to