diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 10:32:55 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 10:32:55 +0000 |
commit | 6a5482d6bd5d6ed5dfe218ab9cf2fa2aa3463daa (patch) | |
tree | fed1fc3e73f2775080a92d7643c855f8246a0bf7 | |
parent | bddeed6992832492df0c2931cb17276b84b5ab14 (diff) |
Merge r1002083 Add run targets to launch the nodes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027452 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/store/domain/pom.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/domain/pom.xml b/sca-java-1.x/trunk/tutorials/store/domain/pom.xml index 918e99c5a0..8bd27c13d4 100644 --- a/sca-java-1.x/trunk/tutorials/store/domain/pom.xml +++ b/sca-java-1.x/trunk/tutorials/store/domain/pom.xml @@ -212,7 +212,7 @@ <exclude>**/*.java</exclude> <exclude>**/.*/**</exclude> <exclude>pom.xml</exclude> - <exclude>build.xml</exclude> + <exclude>build*.xml</exclude> <exclude>target/**</exclude> </excludes> </resource> @@ -227,6 +227,17 @@ <configuration> <mainClass>launch.LaunchTutorialDomainManager</mainClass> <pathToRootDir>../../..</pathToRootDir> + <runTargets> + <runCatalogs>launch.LaunchCatalogsNode</runCatalogs> + <runCurrency>launch.LaunchCurrencyNode</runCurrency> + <runStore>launch.LaunchStoreNode</runStore> + <runStoreDB>launch.LaunchStoreDBNode</runStoreDB> + <runStoreEnterprise>launch.LaunchStoreEnterpriseNode</runStoreEnterprise> + <runStoreEU>launch.LaunchStoreEUNode</runStoreEU> + <runStoreMerger>launch.LaunchStoreMergerNode</runStoreMerger> + <runStoreSupplier>launch.LaunchStoreSupplierNode</runStoreSupplier> + <runWarehouseSpring>launch.LaunchWarehouseSpring</runWarehouseSpring> + </runTargets> </configuration> <goals> <goal>generate</goal> |