summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-09 09:47:02 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-01-09 09:47:02 +0000
commit9c79f7307e589f0e4921f7ec1505fd0bff3eb9f1 (patch)
tree1dbcd4ffc3d49ae68a06b57fb4a1a44006def54e /sandbox/travelsample
parent922a47f42b7ad9618d06ede9a7e2ba0ba783ff8d (diff)
Fix name of main class
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@897399 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample')
-rw-r--r--sandbox/travelsample/services/smsgateway-rmi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/travelsample/services/smsgateway-rmi/pom.xml b/sandbox/travelsample/services/smsgateway-rmi/pom.xml
index 6255323a89..b6e1ca0f3f 100644
--- a/sandbox/travelsample/services/smsgateway-rmi/pom.xml
+++ b/sandbox/travelsample/services/smsgateway-rmi/pom.xml
@@ -49,7 +49,7 @@
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>../lib/</classpathPrefix>
- <mainClass>scatours.smsgateway.SMSGatewayRMIServiceBootstrap</mainClass>
+ <mainClass>com.tuscanyscatours.smsgateway.SMSGatewayRMIServiceBootstrap</mainClass>
</manifest>
</archive>
</configuration>