diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 10:38:32 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-26 10:38:32 +0000 |
commit | 3073bdac3b8a147d82a87b94c33ea47a43080c22 (patch) | |
tree | 2d5a39188ed5004d2e7f96ae34624b89abc405c5 /sca-java-1.x/trunk | |
parent | 081d279c6cef0590c160e4a1232adf04bddbb16f (diff) |
Merge r1002086 Add main class so that a run target is generated in build.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/store/store-client/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml b/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml index e2945ed636..078186c6f3 100644 --- a/sca-java-1.x/trunk/tutorials/store/store-client/pom.xml +++ b/sca-java-1.x/trunk/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> |