summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/extending-tuscany/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-01 07:56:18 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-10-01 07:56:18 +0000
commit4557455428b08ff38811bd2cbb4595580430956a (patch)
tree6c1c7f172debe37160180818a02d965240bc4c85 /sca-java-2.x/trunk/samples/extending-tuscany/pom.xml
parent10a5d07e7963b0239ca0969f0b79484df50b06d3 (diff)
Add a binding extension sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1003421 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/extending-tuscany/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/extending-tuscany/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/samples/extending-tuscany/pom.xml b/sca-java-2.x/trunk/samples/extending-tuscany/pom.xml
index c8c006f702..b03551994f 100644
--- a/sca-java-2.x/trunk/samples/extending-tuscany/pom.xml
+++ b/sca-java-2.x/trunk/samples/extending-tuscany/pom.xml
@@ -25,9 +25,8 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.tuscany.sca</groupId>
+
<artifactId>tuscany-samples-extending-tuscany</artifactId>
- <version>2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Tuscany SCA Extending Tuscany Samples</name>
@@ -38,8 +37,10 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
+ <module>binding-sample</module>
<module>implementation-sample</module>
</modules>
</profile>
</profiles>
-</project>
+
+</project> \ No newline at end of file