summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-30 18:55:36 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-30 18:55:36 +0000
commitf9f3456b1ac4da5ac1d747f8159c12aa7e5499d9 (patch)
tree59ff66efd317d60a42e8713b9a35641b243f6002
parent6d336cd537cd88f4813d3168e0614812af5e0a5f (diff)
Added a setup profile where we can build core tools needed by the build itself.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709223 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-equinox/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-equinox/pom.xml b/branches/sca-equinox/pom.xml
index a2f990c90f..4b6bba1733 100644
--- a/branches/sca-equinox/pom.xml
+++ b/branches/sca-equinox/pom.xml
@@ -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>