summaryrefslogtreecommitdiffstats
path: root/otest/newlayout/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-15 21:23:21 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-01-15 21:23:21 +0000
commit48f1b91425a87111de5c0f43ccdb3f3c26a5b222 (patch)
tree14b59671fe3c98467da18d39e6113a67f502d107 /otest/newlayout/pom.xml
parentb5795f0876b7ceea20bdb523327af217af5a318b (diff)
Updating profile names to follow the same naming pattern
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@899817 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest/newlayout/pom.xml')
-rw-r--r--otest/newlayout/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/otest/newlayout/pom.xml b/otest/newlayout/pom.xml
index 54996d8e99..1b0cf6d8a0 100644
--- a/otest/newlayout/pom.xml
+++ b/otest/newlayout/pom.xml
@@ -69,6 +69,9 @@
<profiles>
<profile>
<id>all</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<modules>
<module>sca-assembly</module>
<module>tuscany-test-runner</module>
@@ -83,9 +86,6 @@
<profile>
<id>assembly</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
<modules>
<module>sca-assembly</module>
<module>tuscany-test-runner</module>
@@ -93,7 +93,7 @@
</profile>
<profile>
- <id>scajcaa</id>
+ <id>javacaa</id>
<modules>
<module>sca-java-caa</module>
<module>tuscany-java-caa-test-runner</module>
@@ -101,7 +101,7 @@
</profile>
<profile>
- <id>scajci</id>
+ <id>javaci</id>
<modules>
<module>sca-java-ci</module>
<module>tuscany-java-ci-test-runner</module>
@@ -109,7 +109,7 @@
</profile>
<profile>
- <id>scapolicy</id>
+ <id>policy</id>
<modules>
<module>sca-policy</module>
<module>tuscany-policy-test-runner</module>