You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2008/10/02 14:23:12 UTC

svn commit: r701103 - /webservices/axis2/trunk/java/pom.xml

Author: dims
Date: Thu Oct  2 05:23:12 2008
New Revision: 701103

URL: http://svn.apache.org/viewvc?rev=701103&view=rev
Log:
when you do a svn checkout of wscommons transport into a directory parallel to axis2 check out, build them together

Modified:
    webservices/axis2/trunk/java/pom.xml

Modified: webservices/axis2/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/pom.xml?rev=701103&r1=701102&r2=701103&view=diff
==============================================================================
--- webservices/axis2/trunk/java/pom.xml (original)
+++ webservices/axis2/trunk/java/pom.xml Thu Oct  2 05:23:12 2008
@@ -74,6 +74,18 @@
     </modules>
     <profiles>
         <profile>
+            <id>transport</id>
+            <activation>
+      	        <file>
+                    <exists>../transport</exists>
+      	        </file>
+            </activation>
+            <modules>
+                <module>../transport</module>
+            </modules>
+        </profile>
+        <profile>
+            <id>release</id>
             <activation>
                 <property>
                     <name>release</name>