Author: jsdelfino
Date: Thu Oct 30 11:55:36 2008
New Revision: 709223
URL: http://svn.apache.org/viewvc?rev=709223&view=rev
Log:
Added a setup profile where we can build core tools needed by the build itself.
Modified:
tuscany/branches/sca-equinox/pom.xml
Modified: tuscany/branches/sca-equinox/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-equinox/pom.xml?rev=709223&r1=709222&r2=709223&view=diff
==============================================================================
--- tuscany/branches/sca-equinox/pom.xml (original)
+++ tuscany/branches/sca-equinox/pom.xml Thu Oct 30 11:55:36 2008
@@ -173,6 +173,13 @@
<profiles>
<profile>
+ <id>setup</id>
+ <modules>
+ <module>tools/maven/maven-eclipse-compiler</module>
+ </modules>
+ </profile>
+
+ <profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>