summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-08-29 08:47:18 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-08-29 08:47:18 +0000
commit2a3ed04a57be9fdc99bbdf2d2d96cc38ebff4de7 (patch)
tree257060d8d196fcb5a2f50010de215ddf3aa8bf5c /sca-java-2.x/trunk/samples/pom.xml
parentc8ae4045ad993a010899378206a13bd6f6eb8687 (diff)
TUSCANY-3595 - Calculator sample running under OSGi runtime and using REST binding
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990504 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml
index bf80b4a037..e081de764a 100644
--- a/sca-java-2.x/trunk/samples/pom.xml
+++ b/sca-java-2.x/trunk/samples/pom.xml
@@ -31,6 +31,7 @@
<modules>
<module>calculator-osgi</module>
+ <module>calculator-rest-osgi</module>
<module>dosgi-calculator</module>
<module>dosgi-calculator-operations</module>
<module>dosgi-dynamic-calculator</module>