summaryrefslogtreecommitdiffstats
path: root/otest/newlayout/README
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/README
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/README')
-rw-r--r--otest/newlayout/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/otest/newlayout/README b/otest/newlayout/README
index ae38cbcbd8..6a19665358 100644
--- a/otest/newlayout/README
+++ b/otest/newlayout/README
@@ -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