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 2010/10/19 10:03:27 UTC

svn commit: r1024153 - in /tuscany/sca-java-2.x/trunk: features/all/ modules/ modules/base-runtime-pom/ modules/base-runtime/ modules/core-runtime-pom/ modules/core-runtime/ modules/osgi-runtime-pom/ modules/osgi-runtime/ samples/running-tuscany/embedd...

Author: antelder
Date: Tue Oct 19 08:03:27 2010
New Revision: 1024153

URL: http://svn.apache.org/viewvc?rev=1024153&view=rev
Log:
Update *-runtime pom types to be *-runtime-pom so its consistent with the base one and more obvious you need to have <type>pom</type> when using the dependency

Added:
    tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/
      - copied from r1024150, tuscany/sca-java-2.x/trunk/modules/base-runtime/
    tuscany/sca-java-2.x/trunk/modules/core-runtime-pom/
      - copied from r1024150, tuscany/sca-java-2.x/trunk/modules/core-runtime/
    tuscany/sca-java-2.x/trunk/modules/osgi-runtime-pom/
      - copied from r1024150, tuscany/sca-java-2.x/trunk/modules/osgi-runtime/
Removed:
    tuscany/sca-java-2.x/trunk/modules/base-runtime/
    tuscany/sca-java-2.x/trunk/modules/core-runtime/
    tuscany/sca-java-2.x/trunk/modules/osgi-runtime/
Modified:
    tuscany/sca-java-2.x/trunk/features/all/pom.xml
    tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml
    tuscany/sca-java-2.x/trunk/modules/core-runtime-pom/pom.xml
    tuscany/sca-java-2.x/trunk/modules/osgi-runtime-pom/pom.xml
    tuscany/sca-java-2.x/trunk/modules/pom.xml
    tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml
    tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml

Modified: tuscany/sca-java-2.x/trunk/features/all/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/features/all/pom.xml?rev=1024153&r1=1024152&r2=1024153&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/features/all/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/features/all/pom.xml Tue Oct 19 08:03:27 2010
@@ -117,7 +117,7 @@
         <!-- base runtimes -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-core-runtime</artifactId>
+            <artifactId>tuscany-core-runtime-pom</artifactId>
             <type>pom</type>
             <version>2.0-SNAPSHOT</version>
         </dependency>
@@ -131,7 +131,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-osgi-runtime</artifactId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <type>pom</type>
             <version>2.0-SNAPSHOT</version>
         </dependency>

Modified: tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml?rev=1024153&r1=1024150&r2=1024153&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml Tue Oct 19 08:03:27 2010
@@ -27,7 +27,7 @@
     </parent>
 
     <artifactId>tuscany-base-runtime-pom</artifactId>
-    <name>Apache Tuscany SCA Base Runtime</name>
+    <name>Apache Tuscany SCA Base Runtime POM</name>
     <packaging>pom</packaging>
 
     <!-- 

Modified: tuscany/sca-java-2.x/trunk/modules/core-runtime-pom/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/core-runtime-pom/pom.xml?rev=1024153&r1=1024150&r2=1024153&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/core-runtime-pom/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/core-runtime-pom/pom.xml Tue Oct 19 08:03:27 2010
@@ -26,8 +26,8 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>tuscany-core-runtime</artifactId>
-    <name>Apache Tuscany SCA Core Runtime</name>
+    <artifactId>tuscany-core-runtime-pom</artifactId>
+    <name>Apache Tuscany SCA Core Runtime POM</name>
     <packaging>pom</packaging>
 
     <!-- 

Modified: tuscany/sca-java-2.x/trunk/modules/osgi-runtime-pom/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/osgi-runtime-pom/pom.xml?rev=1024153&r1=1024150&r2=1024153&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/osgi-runtime-pom/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/osgi-runtime-pom/pom.xml Tue Oct 19 08:03:27 2010
@@ -26,8 +26,8 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>tuscany-osgi-runtime</artifactId>
-    <name>Apache Tuscany SCA OSGi Runtime</name>
+    <artifactId>tuscany-osgi-runtime-pom</artifactId>
+    <name>Apache Tuscany SCA OSGi Runtime POM</name>
     <packaging>pom</packaging>
 
     <!-- 

Modified: tuscany/sca-java-2.x/trunk/modules/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/pom.xml?rev=1024153&r1=1024152&r2=1024153&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/pom.xml Tue Oct 19 08:03:27 2010
@@ -162,9 +162,9 @@
             Extensions are included using maven dependencies on the *-runtime
             modules in the /modules directory 
         -->
-        <module>core-runtime</module>
-        <module>base-runtime</module>
-        <module>osgi-runtime</module>
+        <module>core-runtime-pom</module>
+        <module>base-runtime-pom</module>
+        <module>osgi-runtime-pom</module>
 
     </modules>
 

Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml?rev=1024153&r1=1024152&r2=1024153&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml Tue Oct 19 08:03:27 2010
@@ -38,7 +38,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-osgi-runtime</artifactId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 

Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml?rev=1024153&r1=1024152&r2=1024153&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml Tue Oct 19 08:03:27 2010
@@ -38,7 +38,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-osgi-runtime</artifactId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml?rev=1024153&r1=1024152&r2=1024153&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml Tue Oct 19 08:03:27 2010
@@ -47,7 +47,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-osgi-runtime</artifactId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml?rev=1024153&r1=1024152&r2=1024153&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml Tue Oct 19 08:03:27 2010
@@ -53,7 +53,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-osgi-runtime</artifactId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml?rev=1024153&r1=1024152&r2=1024153&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml Tue Oct 19 08:03:27 2010
@@ -47,7 +47,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-osgi-runtime</artifactId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml?rev=1024153&r1=1024152&r2=1024153&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml Tue Oct 19 08:03:27 2010
@@ -47,7 +47,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-osgi-runtime</artifactId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
         </dependency> 

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml?rev=1024153&r1=1024152&r2=1024153&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml Tue Oct 19 08:03:27 2010
@@ -47,7 +47,7 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-osgi-runtime</artifactId>
+            <artifactId>tuscany-osgi-runtime-pom</artifactId>
             <version>2.0-SNAPSHOT</version>
             <type>pom</type>
         </dependency>