[wsas-java-dev] svn commit r13632 - branches/wsas/java/2.2/wsas/java/modules/distribution

svn at wso2.org svn at wso2.org
Tue Feb 12 01:20:03 PST 2008


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>



More information about the Wsas-java-dev mailing list