You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by bl...@apache.org on 2010/03/29 16:22:09 UTC

svn commit: r928788 - /incubator/wink/trunk/pom.xml

Author: bluk
Date: Mon Mar 29 14:22:08 2010
New Revision: 928788

URL: http://svn.apache.org/viewvc?rev=928788&view=rev
Log:
Add wink-guice-server by default to build

Thanks Jason Dillon for the suggestion.

Modified:
    incubator/wink/trunk/pom.xml

Modified: incubator/wink/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/pom.xml?rev=928788&r1=928787&r2=928788&view=diff
==============================================================================
--- incubator/wink/trunk/pom.xml (original)
+++ incubator/wink/trunk/pom.xml Mon Mar 29 14:22:08 2010
@@ -45,6 +45,7 @@
         <module>wink-spring-support</module>
         <module>wink-webdav</module>
         <module>wink-providers</module>
+        <module>wink-guice-server</module>
         <module>wink-examples</module>
         <module>wink-scripts</module>
         <module>wink-assembly</module>