Author: enridaga
Date: Thu Mar 31 15:37:40 2011
New Revision: 1087345
URL: http://svn.apache.org/viewvc?rev=1087345&view=rev
Log:
STANBOL-130 Changed pom files within the /kres folder. Each module has its own
reactor. The main reactor can include them in the following order: jersey, owl,
ontologymanager, rules, reengineer, reasoners
Modified:
incubator/stanbol/trunk/kres/ontologymanager/pom.xml
incubator/stanbol/trunk/kres/owl/pom.xml
incubator/stanbol/trunk/kres/pom.xml
incubator/stanbol/trunk/kres/reasoners/pom.xml
incubator/stanbol/trunk/kres/reengineer/pom.xml
incubator/stanbol/trunk/kres/rules/pom.xml
Modified: incubator/stanbol/trunk/kres/ontologymanager/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/pom.xml?rev=1087345&r1=1087344&r2=1087345&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/pom.xml Thu Mar 31 15:37:40
2011
@@ -40,8 +40,8 @@
<inceptionYear>2011</inceptionYear>
<modules>
- <module>../jersey</module>
- <module>../owl</module>
+ <!--module>../jersey</module>
+ <module>../owl</module-->
<module>ontonet</module>
<module>web</module>
</modules>
Modified: incubator/stanbol/trunk/kres/owl/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/owl/pom.xml?rev=1087345&r1=1087344&r2=1087345&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/owl/pom.xml (original)
+++ incubator/stanbol/trunk/kres/owl/pom.xml Thu Mar 31 15:37:40 2011
@@ -29,7 +29,7 @@
<artifactId>org.apache.stanbol.owl</artifactId>
<version>${stanbol-version}</version>
<packaging>bundle</packaging>
- <name>Apache Stanbol OSGi bundle for OWL API</name>
+ <name>Apache Stanbol OSGi bundle for OWL</name>
<repositories>
<repository>
Modified: incubator/stanbol/trunk/kres/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/pom.xml?rev=1087345&r1=1087344&r2=1087345&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/pom.xml (original)
+++ incubator/stanbol/trunk/kres/pom.xml Thu Mar 31 15:37:40 2011
@@ -40,34 +40,11 @@
<inceptionYear>2010</inceptionYear>
<modules>
-
- <!-- Jersey -->
- <module>owl</module>
-
<module>jersey</module>
-
- <module>ontologymanager/ontonet</module>
- <module>ontologymanager/web</module>
- <!--
- <module>ontologymanager/store</module>
- -->
-
- <module>reasoners/hermit</module>
- <module>reasoners/owllink</module>
- <module>reasoners/base</module>
- <module>reasoners/web</module>
-
- <module>reengineer/base</module>
- <module>reengineer/mysql</module>
- <module>reengineer/xerces</module>
- <module>reengineer/xml</module>
- <module>reengineer/db</module>
- <module>reengineer/web</module>
-
- <module>rules/base</module>
- <module>rules/manager</module>
- <module>rules/refactor</module>
- <module>rules/web</module>
-
+ <module>owl</module>
+ <module>ontologymanager</module>
+ <module>rules</module>
+ <module>reengineer</module>
+ <module>reasoners</module>
</modules>
</project>
Modified: incubator/stanbol/trunk/kres/reasoners/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/reasoners/pom.xml?rev=1087345&r1=1087344&r2=1087345&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/reasoners/pom.xml (original)
+++ incubator/stanbol/trunk/kres/reasoners/pom.xml Thu Mar 31 15:37:40 2011
@@ -40,11 +40,11 @@
<inceptionYear>2011</inceptionYear>
<modules>
- <module>../jersey</module>
+ <!--module>../jersey</module>
<module>../ontologymanager/ontonet</module>
<module>../owl</module>
<module>../rules/base</module>
- <module>../rules/manager</module>
+ <module>../rules/manager</module-->
<module>base</module>
<module>hermit</module>
<module>owllink</module>
Modified: incubator/stanbol/trunk/kres/reengineer/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/reengineer/pom.xml?rev=1087345&r1=1087344&r2=1087345&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/reengineer/pom.xml (original)
+++ incubator/stanbol/trunk/kres/reengineer/pom.xml Thu Mar 31 15:37:40 2011
@@ -40,9 +40,9 @@
<inceptionYear>2011</inceptionYear>
<modules>
- <module>../jersey</module>
+ <!--module>../jersey</module>
<module>../ontologymanager/ontonet</module>
- <module>../owl</module>
+ <module>../owl</module-->
<module>base</module>
<module>db</module>
<module>mysql</module>
Modified: incubator/stanbol/trunk/kres/rules/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/rules/pom.xml?rev=1087345&r1=1087344&r2=1087345&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/rules/pom.xml (original)
+++ incubator/stanbol/trunk/kres/rules/pom.xml Thu Mar 31 15:37:40 2011
@@ -40,9 +40,9 @@
<inceptionYear>2011</inceptionYear>
<modules>
- <module>../jersey</module>
+ <!--module>../jersey</module>
<module>../ontologymanager/ontonet</module>
- <module>../owl</module>
+ <module>../owl</module-->
<module>base</module>
<module>manager</module>
<module>refactor</module>