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
This commit is contained in:
slaws 2010-05-17 11:57:13 +00:00
parent dc213fa0b5
commit 6e336edf2f
5 changed files with 5 additions and 6 deletions
sca-java-2.x/trunk/samples
contribution-binding-sca-calculator
contribution-binding-ws-calculator
launcher-embedded-jse
launcher-embedded-osgi
pom.xml

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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 -->