diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-28 10:01:49 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-28 10:01:49 +0000 |
commit | ba21a1bf59fdaab0cd4a821442493bee021c6ee0 (patch) | |
tree | cfec3c4b630285eeaf4bdd5cd80101aa86d38750 /sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client | |
parent | 864162562b43defc6d3a5715006afb364e8b50ad (diff) |
Add main class so that a run target is generated in build.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002086 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml index b1499a014b..9398c66d8e 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/store-client/pom.xml @@ -99,7 +99,7 @@ <exclude>**/*.java</exclude> <exclude>**/.*/**</exclude> <exclude>pom.xml</exclude> - <exclude>build.xml</exclude> + <exclude>build*.xml</exclude> <exclude>target/**</exclude> </excludes> </resource> @@ -112,6 +112,7 @@ <executions> <execution> <configuration> + <mainClass>launch.LaunchStoreClientNode</mainClass> <pathToRootDir>../../..</pathToRootDir> </configuration> <goals> |