diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/contrib/samples/learning-more/binding-comet/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-java-2.x/contrib/samples/learning-more/binding-comet/pom.xml b/sca-java-2.x/contrib/samples/learning-more/binding-comet/pom.xml index fefce3bdd2..7ffe05f9dd 100644 --- a/sca-java-2.x/contrib/samples/learning-more/binding-comet/pom.xml +++ b/sca-java-2.x/contrib/samples/learning-more/binding-comet/pom.xml @@ -37,6 +37,8 @@ </activation>
<modules>
<module>weather-webapp</module> + <module>pubsub-webapp</module> + <module>chat-webapp</module> </modules>
</profile>
</profiles>
|