diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-12-14 13:12:49 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-12-14 13:12:49 +0000 |
commit | 423e9741c50730f2f9c509889227f2c614a35e8e (patch) | |
tree | a23f2c8d2b3ec6e013080167ad3b836b8360f027 | |
parent | 37950aec04c2abce05e16d676ca97b4514ecff22 (diff) |
Add static distributed OSGi samples to the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214231 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/samples/learning-more/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/pom.xml b/sca-java-2.x/trunk/samples/learning-more/pom.xml index 9364d99a8f..6c33295476 100644 --- a/sca-java-2.x/trunk/samples/learning-more/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/pom.xml @@ -42,6 +42,7 @@ <module>binding-comet</module> <module>binding-websocket</module> <module>contribution-osgi</module> + <module>distributed-osgi-static</module> </modules> </profile> </profiles> |