diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-04 14:39:05 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-04 14:39:05 +0000 |
commit | bd541f2fa2a5f26c24ae9965e1f39211bab44b82 (patch) | |
tree | e9592ccd3fa1ea0cb69c59a7f564c301a48a6f01 /sca-java-2.x/trunk/samples/applications | |
parent | e08858d7cc2cd5cbc84a2198cc7587cd0387361e (diff) |
Update all samples to use the top level samples as their parent. Whatever happens with the other sample discussion this hopefully gets them working from the bin distro without having to do a local build first
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1067184 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
6 files changed, 11 insertions, 12 deletions
diff --git a/sca-java-2.x/trunk/samples/applications/eightball-demo/pom.xml b/sca-java-2.x/trunk/samples/applications/eightball-demo/pom.xml index b58b73c0d4..2499576fec 100644 --- a/sca-java-2.x/trunk/samples/applications/eightball-demo/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/eightball-demo/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-samples-applications</artifactId> + <artifactId>tuscany-samples</artifactId> <version>2.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>tuscany-eightball-demo</artifactId> <packaging>pom</packaging> diff --git a/sca-java-2.x/trunk/samples/applications/logging-scribe/helloworld-scribe/pom.xml b/sca-java-2.x/trunk/samples/applications/logging-scribe/helloworld-scribe/pom.xml index 7cef24e977..6a99a1e13e 100644 --- a/sca-java-2.x/trunk/samples/applications/logging-scribe/helloworld-scribe/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/logging-scribe/helloworld-scribe/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sample-logging-scribe</artifactId>
+ <artifactId>tuscany-sample</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
+ <relativePath>../../../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
diff --git a/sca-java-2.x/trunk/samples/applications/logging-scribe/pom.xml b/sca-java-2.x/trunk/samples/applications/logging-scribe/pom.xml index dd759ff2f0..e073c4ed09 100644 --- a/sca-java-2.x/trunk/samples/applications/logging-scribe/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/logging-scribe/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-samples-applications</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>tuscany-sample-logging-scribe</artifactId>
<packaging>pom</packaging>
@@ -36,7 +36,7 @@ <activeByDefault>true</activeByDefault>
</activation>
<modules>
- <!--module>helloworld-scribe</module--> + <!--module>helloworld-scribe</module-->
</modules>
</profile>
</profiles>
diff --git a/sca-java-2.x/trunk/samples/applications/pom.xml b/sca-java-2.x/trunk/samples/applications/pom.xml index 13420065d2..cb5972cb5d 100644 --- a/sca-java-2.x/trunk/samples/applications/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/pom.xml @@ -23,7 +23,6 @@ <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-samples</artifactId> <version>2.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> </parent> <artifactId>tuscany-samples-applications</artifactId> <groupId>org.apache.tuscany.sca</groupId> diff --git a/sca-java-2.x/trunk/samples/applications/store-webapp/pom.xml b/sca-java-2.x/trunk/samples/applications/store-webapp/pom.xml index a68bce2ea6..1eb5160538 100644 --- a/sca-java-2.x/trunk/samples/applications/store-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/store-webapp/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-samples-applications</artifactId> + <artifactId>tuscany-samples</artifactId> <version>2.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>sample-store-webapp</artifactId> <packaging>war</packaging> diff --git a/sca-java-2.x/trunk/samples/applications/store/pom.xml b/sca-java-2.x/trunk/samples/applications/store/pom.xml index 057df05a61..e3eadf8dc3 100644 --- a/sca-java-2.x/trunk/samples/applications/store/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/store/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-samples-applications</artifactId> + <artifactId>tuscany-samples</artifactId> <version>2.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <relativePath>../../pom.xml</relativePath> </parent> <artifactId>sample-store</artifactId> <name>Apache Tuscany SCA Sample Getting Started Online Store</name> |