summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-12-10 09:29:16 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-12-10 09:29:16 +0000
commit31524306788227052639c12d68780db54cb84a27 (patch)
tree8f85b21303c706b22bc787283c82902e369f0f67 /sca-java-2.x/trunk
parent242404f8a8b40d179d4631c3c79f42507ab02ae3 (diff)
Remove 1.x pom.xml definitions
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889155 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r--sca-java-2.x/trunk/samples/store-webapp/pom.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/sca-java-2.x/trunk/samples/store-webapp/pom.xml b/sca-java-2.x/trunk/samples/store-webapp/pom.xml
index b9bb4af45b..1bf0e6d73e 100644
--- a/sca-java-2.x/trunk/samples/store-webapp/pom.xml
+++ b/sca-java-2.x/trunk/samples/store-webapp/pom.xml
@@ -29,13 +29,6 @@
<packaging>war</packaging>
<name>Apache Tuscany SCA Sample Getting Started Online Store as WebApp</name>
- <repositories>
- <repository>
- <id>apache.incubator</id>
- <url>http://people.apache.org/repo/m2-incubating-repository</url>
- </repository>
- </repositories>
-
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
@@ -103,23 +96,6 @@
<build>
<finalName>${artifactId}</finalName>
- <plugins>
- <plugin>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-maven-ant-generator</artifactId>
- <version>2.0-SNAPSHOT</version>
- <executions>
- <execution>
- <configuration>
- <buildDependencyFileOnly>true</buildDependencyFileOnly>
- </configuration>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
</build>
</project>