Author: alexdma
Date: Sun Mar 27 17:32:10 2011
New Revision: 1085995

URL: http://svn.apache.org/viewvc?rev=1085995&view=rev
Log:
STANBOL-39 :
- Created reactor POMs for ontologymanager, reasoners, reengineer and rules.

Added:
    incubator/stanbol/trunk/kres/ontologymanager/pom.xml
    incubator/stanbol/trunk/kres/reasoners/pom.xml
    incubator/stanbol/trunk/kres/reengineer/pom.xml
    incubator/stanbol/trunk/kres/rules/pom.xml

Added: incubator/stanbol/trunk/kres/ontologymanager/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/pom.xml?rev=1085995&view=auto
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/pom.xml (added)
+++ incubator/stanbol/trunk/kres/ontologymanager/pom.xml Sun Mar 27 17:32:10 
2011
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+  <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+               <groupId>org.apache.stanbol</groupId>
+               <artifactId>stanbol-parent</artifactId>
+               <version>${stanbol-version}</version>
+               <relativePath>../../parent</relativePath>
+       </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.ontologymanager.reactor</artifactId>
+  <packaging>pom</packaging>
+  <version>${stanbol-version}</version>
+
+  <name>Apache Stanbol Ontology Manager reactor</name>
+  <description>
+    Pseudo project to build the complete Apache Stanbol Ontology Manager.
+  </description>
+
+  <inceptionYear>2011</inceptionYear>
+
+  <modules>
+    <module>../jersey</module>   
+    <module>../owlapi</module>  
+    <module>ontonet</module>    
+    <module>web</module>
+  </modules>
+  
+</project>

Added: incubator/stanbol/trunk/kres/reasoners/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/reasoners/pom.xml?rev=1085995&view=auto
==============================================================================
--- incubator/stanbol/trunk/kres/reasoners/pom.xml (added)
+++ incubator/stanbol/trunk/kres/reasoners/pom.xml Sun Mar 27 17:32:10 2011
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+  <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+               <groupId>org.apache.stanbol</groupId>
+               <artifactId>stanbol-parent</artifactId>
+               <version>${stanbol-version}</version>
+               <relativePath>../../parent</relativePath>
+       </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.reasoners.reactor</artifactId>
+  <packaging>pom</packaging>
+  <version>${stanbol-version}</version>
+
+  <name>Apache Stanbol Reasoners reactor</name>
+  <description>
+    Pseudo project to build the complete Apache Stanbol Reasoners.
+  </description>
+
+  <inceptionYear>2011</inceptionYear>
+
+  <modules>
+    <module>../jersey</module>   
+    <module>../ontologymanager/ontonet</module>
+    <module>../owlapi</module>  
+    <module>../rules/base</module>  
+    <module>../rules/manager</module> 
+    <module>base</module>      
+    <module>hermit</module>
+    <module>owllink</module>    
+    <module>web</module>
+  </modules>
+  
+</project>

Added: incubator/stanbol/trunk/kres/reengineer/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/reengineer/pom.xml?rev=1085995&view=auto
==============================================================================
--- incubator/stanbol/trunk/kres/reengineer/pom.xml (added)
+++ incubator/stanbol/trunk/kres/reengineer/pom.xml Sun Mar 27 17:32:10 2011
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+  <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+               <groupId>org.apache.stanbol</groupId>
+               <artifactId>stanbol-parent</artifactId>
+               <version>${stanbol-version}</version>
+               <relativePath>../../parent</relativePath>
+       </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.reengineer.reactor</artifactId>
+  <packaging>pom</packaging>
+  <version>${stanbol-version}</version>
+
+  <name>Apache Stanbol Reengineer reactor</name>
+  <description>
+    Pseudo project to build the complete Apache Stanbol Reengineer.
+  </description>
+
+  <inceptionYear>2011</inceptionYear>
+
+  <modules>
+    <module>../jersey</module>
+    <module>../ontologymanager/ontonet</module>    
+    <module>../owlapi</module>
+    <module>base</module>      
+    <module>db</module>   
+    <module>mysql</module>    
+    <module>web</module>
+    <module>xerces</module> 
+    <module>xml</module>          
+  </modules>
+  
+</project>

Added: incubator/stanbol/trunk/kres/rules/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/rules/pom.xml?rev=1085995&view=auto
==============================================================================
--- incubator/stanbol/trunk/kres/rules/pom.xml (added)
+++ incubator/stanbol/trunk/kres/rules/pom.xml Sun Mar 27 17:32:10 2011
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+  <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+               <groupId>org.apache.stanbol</groupId>
+               <artifactId>stanbol-parent</artifactId>
+               <version>${stanbol-version}</version>
+               <relativePath>../../parent</relativePath>
+       </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.rules.reactor</artifactId>
+  <packaging>pom</packaging>
+  <version>${stanbol-version}</version>
+
+  <name>Apache Stanbol Rules reactor</name>
+  <description>
+    Pseudo project to build the complete Apache Stanbol Rules.
+  </description>
+
+  <inceptionYear>2011</inceptionYear>
+
+  <modules>
+    <module>../jersey</module>    
+    <module>../ontologymanager/ontonet</module>   
+    <module>../owlapi</module>  
+    <module>../reasoners/base</module>  
+    <module>base</module>      
+    <module>manager</module>
+    <module>refactor</module>    
+    <module>web</module>
+  </modules>
+  
+</project>


Reply via email to