summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/samples/stock-comet/pom.xml
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-08-14 00:53:45 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-08-14 00:53:45 +0000
commitf6570c4883b596edb5c4111fad32439b8342c8ee (patch)
treeb077025944a074caab479b74953341296ac421e7 /sca-java-2.x/contrib/samples/stock-comet/pom.xml
parent24bb8d65b5ad54121ce666ee1d805f0f6ec3d713 (diff)
Modified sample name to a more general one as it was obsolete due to latest changes.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985417 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/contrib/samples/comet-webapp/pom.xml (renamed from sca-java-2.x/contrib/samples/stock-comet/pom.xml)6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-2.x/contrib/samples/stock-comet/pom.xml b/sca-java-2.x/contrib/samples/comet-webapp/pom.xml
index a329c2bdaf..865bd4da57 100644
--- a/sca-java-2.x/contrib/samples/stock-comet/pom.xml
+++ b/sca-java-2.x/contrib/samples/comet-webapp/pom.xml
@@ -23,10 +23,10 @@
</parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>sample-comet-weather-monitor-webapp</artifactId>
+ <artifactId>sample-comet-webapp</artifactId>
<packaging>war</packaging>
<version>1.0</version>
- <name>weather-monitor</name>
+ <name>comet-webapp</name>
<dependencies>
<dependency>
@@ -67,7 +67,7 @@
</dependencies>
<build>
- <finalName>weather-monitor</finalName>
+ <finalName>comet-webapp</finalName>
</build>
</project>