summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-07-28 08:52:16 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-07-28 08:52:16 +0000
commit560654146dfe71f2f5e1409868a3f316e2422494 (patch)
treeae7986f37602bec8b1b6ab349a7a8565c7ed965b /sca-java-2.x/trunk/samples
parente9fa361dbf3dbf34f8d9aa26f08374103c62c8de (diff)
Update all the getting-started samples to not use an explicit relative parent. I've tried this with both Maven v2 and v3 and there are no fatal build errors and it enables build the individual samples in issolation without a full tuscany checkout
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151769 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples')
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml2
10 files changed, 10 insertions, 10 deletions
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml
index 214965f1fc..06fb9364f0 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<!-- packaging>zip</packaging -->
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml
index 1c151663c4..2f4ff52282 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld-jaxrs</artifactId>
<version>2.0-SNAPSHOT</version>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml
index c01aea0a49..90fdd582dd 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld-jsonp</artifactId>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml
index 432e080fb6..9cdbd06477 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld-jsonrpc</artifactId>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
index 469333aab5..303eb9efd0 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld-scaclient</artifactId>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml
index f5d6a0e1e6..6ea93f7ce5 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld-spring</artifactId>
<version>2.0-SNAPSHOT</version>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
index 74175a0492..48c5ddb38d 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld-webapp</artifactId>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml
index cefc544042..072d43d81a 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld-webservice</artifactId>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml
index da3593e1a1..306e75ba62 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld-withdeps</artifactId>
<version>2.0-SNAPSHOT</version>
diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
index 367ba62cf6..8098e1d4fd 100644
--- a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath />
</parent>
<artifactId>helloworld</artifactId>
<version>2.0-SNAPSHOT</version>