You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by da...@apache.org on 2012/12/07 22:56:10 UTC

svn commit: r1418498 - /incubator/onami/trunk/pom.xml

Author: danielmanzke
Date: Fri Dec  7 21:56:10 2012
New Revision: 1418498

URL: http://svn.apache.org/viewvc?rev=1418498&view=rev
Log:
;enabled autobind in parent

Modified:
    incubator/onami/trunk/pom.xml

Modified: incubator/onami/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/pom.xml?rev=1418498&r1=1418497&r2=1418498&view=diff
==============================================================================
--- incubator/onami/trunk/pom.xml (original)
+++ incubator/onami/trunk/pom.xml Fri Dec  7 21:56:10 2012
@@ -35,7 +35,7 @@
 
   <modules>
     <module>parent</module>
-    <!-- <module>autobind</module> -->
+    <module>autobind</module>
     <module>cache</module>
     <module>configuration</module>
     <module>guava</module>