summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-07-27 23:33:07 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-07-27 23:33:07 +0000
commitf96ec6839ec75b5ab807f224c548549066753186 (patch)
tree211ddbac091ea1caba41164851873b7579337b2b /sca-java-2.x/trunk/samples
parent859ece142d7941cb567885cd23d81432017683ba (diff)
Fix the relative path in pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1151669 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-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-webservice/pom.xml2
3 files changed, 3 insertions, 3 deletions
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 c026370687..c01aea0a49 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/>
+ <relativePath>../../pom.xml</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 b5e7b7ee96..432e080fb6 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/>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>helloworld-jsonrpc</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 276d8525c1..cefc544042 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/>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>helloworld-webservice</artifactId>