You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by an...@apache.org on 2012/03/28 17:15:56 UTC

svn commit: r1306407 - /incubator/stanbol/trunk/rules/pom.xml

Author: anuzzolese
Date: Wed Mar 28 15:15:56 2012
New Revision: 1306407

URL: http://svn.apache.org/viewvc?rev=1306407&view=rev
Log:
[STANBOL-560] Added the adapters module to the list of module in the ractor POM of rules. 

Modified:
    incubator/stanbol/trunk/rules/pom.xml

Modified: incubator/stanbol/trunk/rules/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/pom.xml?rev=1306407&r1=1306406&r2=1306407&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/pom.xml (original)
+++ incubator/stanbol/trunk/rules/pom.xml Wed Mar 28 15:15:56 2012
@@ -35,6 +35,7 @@
   <modules>
     <module>base</module>
     <module>manager</module>
+    <module>adapters</module>
     <module>refactor</module>
     <module>web</module>
     <module>bundlelist</module>