summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/databinding-launcher/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 14:11:14 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2009-09-15 14:11:14 +0000
commitbc398b011124c0aec5826fcf8a25d0f084bb7c5f (patch)
treed6374181262afa75064fcade9bfc30ad89d103a8 /sandbox/travelsample/launchers/databinding-launcher/pom.xml
parent1b108a3c622e36a2baabcb89dbbd13d93f69e8c9 (diff)
Fix naming inconsistencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@815338 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/launchers/databinding-launcher/pom.xml')
-rw-r--r--sandbox/travelsample/launchers/databinding-launcher/pom.xml21
1 files changed, 1 insertions, 20 deletions
diff --git a/sandbox/travelsample/launchers/databinding-launcher/pom.xml b/sandbox/travelsample/launchers/databinding-launcher/pom.xml
index f226b37f05..8d86f71730 100644
--- a/sandbox/travelsample/launchers/databinding-launcher/pom.xml
+++ b/sandbox/travelsample/launchers/databinding-launcher/pom.xml
@@ -25,7 +25,7 @@
<version>1.6-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent><version>1.0-SNAPSHOT</version>
- <artifactId>scatours-databinding-launcher</artifactId>
+ <artifactId>scatours-launcher-databinding</artifactId>
<name>Apache Tuscany SCA Tours Databinding Launcher</name>
<dependencies>
@@ -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>