Author: enridaga
Date: Tue Jun 28 17:06:50 2011
New Revision: 1140727
URL: http://svn.apache.org/viewvc?rev=1140727&view=rev
Log:
Moving the /rules module out of the kres profile (SANBOL-177)
Modified:
incubator/stanbol/trunk/pom.xml
Modified: incubator/stanbol/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1140727&r1=1140726&r2=1140727&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Tue Jun 28 17:06:50 2011
@@ -53,6 +53,7 @@
<module>contenthub/web</module>
<module>ontologymanager/ontonet</module>
<module>ontologymanager/web</module>
+ <module>rules</module>
<module>launchers/stateless</module>
<module>launchers/full</module>
<module>integration-tests</module>
@@ -69,7 +70,7 @@
<module>owl</module>
-->
<module>ontologymanager/store</module>
- <module>rules</module>
+ <!--module>rules</module-->
<module>reengineer</module>
<module>reasoners</module>
<module>launchers/kres</module>