diff options
Diffstat (limited to '')
5 files changed, 5 insertions, 6 deletions
diff --git a/sca-java-2.x/trunk/samples/contribution-binding-sca-calculator/pom.xml b/sca-java-2.x/trunk/samples/contribution-binding-sca-calculator/pom.xml index 9d4cf93835..3fa16f4c2c 100644 --- a/sca-java-2.x/trunk/samples/contribution-binding-sca-calculator/pom.xml +++ b/sca-java-2.x/trunk/samples/contribution-binding-sca-calculator/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> <artifactId>sample-contribution-binding-sca-calculator</artifactId> - <name>Apache Tuscany SCA Sample binding-sca Calculator Contribution</name> + <name>Apache Tuscany SCA Sample Contribution binding-sca Calculator</name> <dependencies> <dependency> diff --git a/sca-java-2.x/trunk/samples/contribution-binding-ws-calculator/pom.xml b/sca-java-2.x/trunk/samples/contribution-binding-ws-calculator/pom.xml index 06662b1d08..e6c6d3bf20 100644 --- a/sca-java-2.x/trunk/samples/contribution-binding-ws-calculator/pom.xml +++ b/sca-java-2.x/trunk/samples/contribution-binding-ws-calculator/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath> </parent> <artifactId>sample-contribution-binding-ws-calculator</artifactId> - <name>Apache Tuscany SCA Sample Binding WS Calculator Contribution</name> + <name>Apache Tuscany SCA Sample Contribution Binding WS Calculator</name> <repositories> <repository> diff --git a/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml b/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml index 0f510f91ab..f707b720ac 100644 --- a/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml +++ b/sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-launcher-embedded-jse</artifactId>
- <name>Apache Tuscany SCA Sample Embedded Launcher JSE</name>
+ <name>Apache Tuscany SCA Sample Launcher Embedded JSE</name>
<repositories>
<repository>
diff --git a/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml b/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml index a09094b402..746c41c766 100644 --- a/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml +++ b/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml @@ -26,7 +26,7 @@ <relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>sample-launcher-embedded-osgi</artifactId>
- <name>Apache Tuscany SCA Sample Embedded Launcher OSGi</name>
+ <name>Apache Tuscany SCA Sample Launcher Embedded OSGi</name>
<repositories>
<repository>
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml index 2dd5fb6186..e07ba26f5a 100644 --- a/sca-java-2.x/trunk/samples/pom.xml +++ b/sca-java-2.x/trunk/samples/pom.xml @@ -90,10 +90,9 @@ <!-- don't need to process this as it has just a README in it <module>launcher-command-line</module> --> -<!-- breaking the hudson build <module>launcher-embedded-jse</module> <module>launcher-embedded-osgi</module> ---> + <!-- Application samples --> <!-- TODO --> |