Author: lresende
Date: Thu Dec 11 14:44:32 2008
New Revision: 725851

URL: http://svn.apache.org/viewvc?rev=725851&view=rev
Log:
Adding a setup profile to help build maven-eclipse-compiler before building any 
other modules

Modified:
    tuscany/java/sca/pom.xml

Modified: tuscany/java/sca/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=725851&r1=725850&r2=725851&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Thu Dec 11 14:44:32 2008
@@ -188,6 +188,13 @@
         </profile>
 
         <profile>
+            <id>setup</id>
+            <modules>
+                <module>tools/maven/maven-eclipse-compiler</module>
+            </modules>
+        </profile>
+
+        <profile>
             <id>distribution</id>
             <modules>
                 <module>modules</module>


Reply via email to