You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/03/03 22:34:01 UTC

svn commit: r633282 - /incubator/tuscany/java/sca/tools/maven/pom.xml

Author: lresende
Date: Mon Mar  3 13:33:58 2008
New Revision: 633282

URL: http://svn.apache.org/viewvc?rev=633282&view=rev
Log:
Adding maven-definitions to build to avoid continuum build break

Modified:
    incubator/tuscany/java/sca/tools/maven/pom.xml

Modified: incubator/tuscany/java/sca/tools/maven/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/maven/pom.xml?rev=633282&r1=633281&r2=633282&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tools/maven/pom.xml (original)
+++ incubator/tuscany/java/sca/tools/maven/pom.xml Mon Mar  3 13:33:58 2008
@@ -37,12 +37,13 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-                <module>maven-dependency-lister</module>
-                <module>maven-java2wsdl</module>
-                <module>maven-wsdl2java</module>
                 <module>maven-ant-generator</module>
+                <module>maven-definitions</module>
+                <module>maven-dependency-lister</module>
                 <module>maven-incremental-build</module>
+                <module>maven-java2wsdl</module>
                 <module>maven-web-junit</module>
+                <module>maven-wsdl2java</module>
             </modules>
         </profile>
     </profiles>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org