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
This commit is contained in:
lresende 2010-01-15 21:23:21 +00:00
parent b5795f0876
commit 48f1b91425
2 changed files with 11 additions and 11 deletions

View file

@ -15,9 +15,9 @@ should build and run all of the spec otests
To run specific spec otests, the following profiles are available
assembly : Run all Assembly spec otests
scajcaa : Run all SCA-J CAA spec otests
scajci : Run all SCA-J CI spec otests
scapolicy: Run all Policy spec otests
javacaa : Run all SCA-J CAA spec otests
javaci : Run all SCA-J CI spec otests
policy : Run all Policy spec otests
To run a specific profile, use:
@ -46,14 +46,14 @@ import which ever other contributions you need into eclipse (depends on which te
For the SCA-J CAA tests:
mvn -Pscajcaa eclipse:eclipse
mvn -Pjavacaa eclipse:eclipse
import tuscany-java-caa-test-runner into eclipse
import sca-java-caa into eclipse
For the SCA-J CI tests:
mvn -Pscajci eclipse:eclipse
mvn -Pjavaci eclipse:eclipse
import tuscany-java-ci-test-runner into eclipse
import sca-java-ci into eclipse

View file

@ -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>