summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/interaction/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-09 09:26:32 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-09 09:26:32 +0000
commit5a35f1df3c77ebedd6503dc27002175964db2802 (patch)
tree7612336edc8b65323bbe1430692ff727a326ffd2 /sandbox/travelsample/launchers/interaction/pom.xml
parent9cdd9bbb48bc0b03db61cb3b71d7dc55fae241d3 (diff)
Update interaction-* and calendar contributions and launcher to new naming convention
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@812852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/launchers/interaction/pom.xml (renamed from sandbox/travelsample/launchers/interaction-launcher/pom.xml)23
1 files changed, 2 insertions, 21 deletions
diff --git a/sandbox/travelsample/launchers/interaction-launcher/pom.xml b/sandbox/travelsample/launchers/interaction/pom.xml
index df93a11d5f..9cda63c345 100644
--- a/sandbox/travelsample/launchers/interaction-launcher/pom.xml
+++ b/sandbox/travelsample/launchers/interaction/pom.xml
@@ -25,11 +25,11 @@
<version>1.6-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent><version>1.0-SNAPSHOT</version>
- <artifactId>scatours-interaction-launcher</artifactId>
+ <artifactId>scatours-launcher-interaction</artifactId>
<name>Apache Tuscany SCA Tours Interaction Launcher</name>
<dependencies>
- <dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
<version>1.6-SNAPSHOT</version>
@@ -143,24 +143,5 @@
<build>
<finalName>${artifactId}</finalName>
- <!--
- <plugins>
- <plugin>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-maven-ant-generator</artifactId>
- <version>1.6-SNAPSHOT</version>
- <executions>
- <execution>
- <configuration>
- <mainClass>scatours.LaunchNode</mainClass>
- </configuration>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- -->
</build>
</project>