diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-19 08:03:27 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-19 08:03:27 +0000 |
commit | d0daf171b007814b987e1a3a57c355de216eb6a3 (patch) | |
tree | 4125d7658698c0db3abf3c3a22db01776a74a960 /sca-java-2.x/trunk | |
parent | 20752d29aeb6ac502a4c1c66768d62fe960e7817 (diff) |
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
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024153 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
21 files changed, 17 insertions, 17 deletions
diff --git a/sca-java-2.x/trunk/features/all/pom.xml b/sca-java-2.x/trunk/features/all/pom.xml index a340474c22..fdfc991150 100644 --- a/sca-java-2.x/trunk/features/all/pom.xml +++ b/sca-java-2.x/trunk/features/all/pom.xml @@ -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> diff --git a/sca-java-2.x/trunk/modules/base-runtime/pom.xml b/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml index d9c301472c..af89f29288 100644 --- a/sca-java-2.x/trunk/modules/base-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml @@ -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>
<!--
diff --git a/sca-java-2.x/trunk/modules/base-runtime/src/main/resources/LICENSE b/sca-java-2.x/trunk/modules/base-runtime-pom/src/main/resources/LICENSE index 69a1a5eee6..69a1a5eee6 100644 --- a/sca-java-2.x/trunk/modules/base-runtime/src/main/resources/LICENSE +++ b/sca-java-2.x/trunk/modules/base-runtime-pom/src/main/resources/LICENSE diff --git a/sca-java-2.x/trunk/modules/base-runtime/src/main/resources/NOTICE b/sca-java-2.x/trunk/modules/base-runtime-pom/src/main/resources/NOTICE index 1bfb4e16c3..1bfb4e16c3 100644 --- a/sca-java-2.x/trunk/modules/base-runtime/src/main/resources/NOTICE +++ b/sca-java-2.x/trunk/modules/base-runtime-pom/src/main/resources/NOTICE diff --git a/sca-java-2.x/trunk/modules/base-runtime/src/main/resources/README.txt b/sca-java-2.x/trunk/modules/base-runtime-pom/src/main/resources/README.txt index d8be6ae636..d8be6ae636 100644 --- a/sca-java-2.x/trunk/modules/base-runtime/src/main/resources/README.txt +++ b/sca-java-2.x/trunk/modules/base-runtime-pom/src/main/resources/README.txt diff --git a/sca-java-2.x/trunk/modules/core-runtime/pom.xml b/sca-java-2.x/trunk/modules/core-runtime-pom/pom.xml index 1880bbc993..bcb7b39787 100644 --- a/sca-java-2.x/trunk/modules/core-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/core-runtime-pom/pom.xml @@ -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>
<!--
diff --git a/sca-java-2.x/trunk/modules/core-runtime/src/main/resources/LICENSE b/sca-java-2.x/trunk/modules/core-runtime-pom/src/main/resources/LICENSE index 69a1a5eee6..69a1a5eee6 100644 --- a/sca-java-2.x/trunk/modules/core-runtime/src/main/resources/LICENSE +++ b/sca-java-2.x/trunk/modules/core-runtime-pom/src/main/resources/LICENSE diff --git a/sca-java-2.x/trunk/modules/core-runtime/src/main/resources/NOTICE b/sca-java-2.x/trunk/modules/core-runtime-pom/src/main/resources/NOTICE index 1bfb4e16c3..1bfb4e16c3 100644 --- a/sca-java-2.x/trunk/modules/core-runtime/src/main/resources/NOTICE +++ b/sca-java-2.x/trunk/modules/core-runtime-pom/src/main/resources/NOTICE diff --git a/sca-java-2.x/trunk/modules/core-runtime/src/main/resources/README.txt b/sca-java-2.x/trunk/modules/core-runtime-pom/src/main/resources/README.txt index d8be6ae636..d8be6ae636 100644 --- a/sca-java-2.x/trunk/modules/core-runtime/src/main/resources/README.txt +++ b/sca-java-2.x/trunk/modules/core-runtime-pom/src/main/resources/README.txt diff --git a/sca-java-2.x/trunk/modules/osgi-runtime/pom.xml b/sca-java-2.x/trunk/modules/osgi-runtime-pom/pom.xml index 9841203101..2eda48cd14 100644 --- a/sca-java-2.x/trunk/modules/osgi-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/osgi-runtime-pom/pom.xml @@ -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>
<!--
diff --git a/sca-java-2.x/trunk/modules/osgi-runtime/src/main/resources/LICENSE b/sca-java-2.x/trunk/modules/osgi-runtime-pom/src/main/resources/LICENSE index 69a1a5eee6..69a1a5eee6 100644 --- a/sca-java-2.x/trunk/modules/osgi-runtime/src/main/resources/LICENSE +++ b/sca-java-2.x/trunk/modules/osgi-runtime-pom/src/main/resources/LICENSE diff --git a/sca-java-2.x/trunk/modules/osgi-runtime/src/main/resources/NOTICE b/sca-java-2.x/trunk/modules/osgi-runtime-pom/src/main/resources/NOTICE index 1bfb4e16c3..1bfb4e16c3 100644 --- a/sca-java-2.x/trunk/modules/osgi-runtime/src/main/resources/NOTICE +++ b/sca-java-2.x/trunk/modules/osgi-runtime-pom/src/main/resources/NOTICE diff --git a/sca-java-2.x/trunk/modules/osgi-runtime/src/main/resources/README.txt b/sca-java-2.x/trunk/modules/osgi-runtime-pom/src/main/resources/README.txt index d8be6ae636..d8be6ae636 100644 --- a/sca-java-2.x/trunk/modules/osgi-runtime/src/main/resources/README.txt +++ b/sca-java-2.x/trunk/modules/osgi-runtime-pom/src/main/resources/README.txt diff --git a/sca-java-2.x/trunk/modules/pom.xml b/sca-java-2.x/trunk/modules/pom.xml index c10a9feb63..14671d1ae9 100644 --- a/sca-java-2.x/trunk/modules/pom.xml +++ b/sca-java-2.x/trunk/modules/pom.xml @@ -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> diff --git a/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml index fe83772bbf..084f1146db 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml +++ b/sca-java-2.x/trunk/samples/running-tuscany/embedded-jse/pom.xml @@ -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>
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml b/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml index 169c4bad3a..fae8540337 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml +++ b/sca-java-2.x/trunk/samples/running-tuscany/embedded-osgi/pom.xml @@ -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>
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml index b838fabcf4..8964fa66a9 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/assembly/pom.xml @@ -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>
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml index 92fe0435c7..79cf97383b 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/binding-ws/pom.xml @@ -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> diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml index 9fc571332b..c2d1b610a4 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml @@ -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>
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml index 493d27d060..796a0a0df0 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml @@ -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>
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml index 5779b0c728..1801ed7b29 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml @@ -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>
|