summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-17 11:57:13 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-17 11:57:13 +0000
commit6e336edf2f7b9264f89cbc0d62e3fa0225629ff8 (patch)
tree2359e796b5d2112f00461d2630fb0bd8dbd681d9 /sca-java-2.x/trunk
parentdc213fa0b5fc133e3c8e5a1159ef8de6d5507bc3 (diff)
Correct pom names and add launchers back into build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@945106 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/contribution-binding-sca-calculator/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/contribution-binding-ws-calculator/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/launcher-embedded-jse/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml2
-rw-r--r--sca-java-2.x/trunk/samples/pom.xml3
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 -->