You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/07/28 10:52:18 UTC

svn commit: r1151769 - in /tuscany/sca-java-2.x/trunk/samples/getting-started: helloworld-bpel/ helloworld-jaxrs/ helloworld-jsonp/ helloworld-jsonrpc/ helloworld-scaclient/ helloworld-spring/ helloworld-webapp/ helloworld-webservice/ helloworld-withde...

Author: antelder
Date: Thu Jul 28 08:52:16 2011
New Revision: 1151769

URL: http://svn.apache.org/viewvc?rev=1151769&view=rev
Log:
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

Modified:
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml
    tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml?rev=1151769&r1=1151768&r2=1151769&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml Thu Jul 28 08:52:16 2011
@@ -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 -->

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml?rev=1151769&r1=1151768&r2=1151769&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml Thu Jul 28 08:52:16 2011
@@ -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>

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml?rev=1151769&r1=1151768&r2=1151769&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonp/pom.xml Thu Jul 28 08:52:16 2011
@@ -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>

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml?rev=1151769&r1=1151768&r2=1151769&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml Thu Jul 28 08:52:16 2011
@@ -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>

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml?rev=1151769&r1=1151768&r2=1151769&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml Thu Jul 28 08:52:16 2011
@@ -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>

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml?rev=1151769&r1=1151768&r2=1151769&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml Thu Jul 28 08:52:16 2011
@@ -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>

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml?rev=1151769&r1=1151768&r2=1151769&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml Thu Jul 28 08:52:16 2011
@@ -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>

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml?rev=1151769&r1=1151768&r2=1151769&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml Thu Jul 28 08:52:16 2011
@@ -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>

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml?rev=1151769&r1=1151768&r2=1151769&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld-withdeps/pom.xml Thu Jul 28 08:52:16 2011
@@ -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>

Modified: tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml?rev=1151769&r1=1151768&r2=1151769&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml Thu Jul 28 08:52:16 2011
@@ -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>