You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2011/07/18 11:09:41 UTC

svn commit: r1147792 - in /incubator/stanbol/trunk: ./ cmsadapter/ commons/ data/ data/sites/ data/sites/dblp/ data/sites/dbpedia/ data/sites/geonames/ entityhub/ entityhub/indexing/ ontologymanager/ ontologymanager/store/ reasoners/ reengineer/ rules/

Author: fchrist
Date: Mon Jul 18 09:09:38 2011
New Revision: 1147792

URL: http://svn.apache.org/viewvc?rev=1147792&view=rev
Log:
STANBOL-271 Removed relation to parent POM for reactor POMs

Modified:
    incubator/stanbol/trunk/cmsadapter/pom.xml
    incubator/stanbol/trunk/commons/pom.xml
    incubator/stanbol/trunk/data/pom.xml
    incubator/stanbol/trunk/data/sites/dblp/pom.xml
    incubator/stanbol/trunk/data/sites/dbpedia/pom.xml
    incubator/stanbol/trunk/data/sites/geonames/pom.xml
    incubator/stanbol/trunk/data/sites/pom.xml
    incubator/stanbol/trunk/entityhub/indexing/pom.xml
    incubator/stanbol/trunk/entityhub/pom.xml
    incubator/stanbol/trunk/ontologymanager/pom.xml
    incubator/stanbol/trunk/ontologymanager/store/pom.xml
    incubator/stanbol/trunk/pom.xml
    incubator/stanbol/trunk/reasoners/pom.xml
    incubator/stanbol/trunk/reengineer/pom.xml
    incubator/stanbol/trunk/rules/pom.xml

Modified: incubator/stanbol/trunk/cmsadapter/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/pom.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/pom.xml Mon Jul 18 09:09:38 2011
@@ -4,15 +4,11 @@
 
 	<modelVersion>4.0.0</modelVersion>
 
-	<parent>
-		<groupId>org.apache.stanbol</groupId>
-		<artifactId>org.apache.stanbol.cmsadapter.parent</artifactId>
-		<version>0.9-SNAPSHOT</version>
-		<relativePath>parent</relativePath>
-	</parent>
-
+  <groupId>org.apache.stanbol</groupId>
 	<artifactId>org.apache.stanbol.cmsadapter.reactor</artifactId>
+	<version>0.9-SNAPSHOT</version>
 	<packaging>pom</packaging>
+	
 	<name>Apache Stanbol CMS Adapter Reactor</name>
 
 	<modules>

Modified: incubator/stanbol/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/pom.xml (original)
+++ incubator/stanbol/trunk/commons/pom.xml Mon Jul 18 09:09:38 2011
@@ -1,4 +1,20 @@
-<?xml version="1.0"?>
+<?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>
   <modelVersion>4.0.0</modelVersion>
 

Modified: incubator/stanbol/trunk/data/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/pom.xml (original)
+++ incubator/stanbol/trunk/data/pom.xml Mon Jul 18 09:09:38 2011
@@ -1,4 +1,20 @@
-<?xml version="1.0"?>
+<?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>
     <modelVersion>4.0.0</modelVersion>
 

Modified: incubator/stanbol/trunk/data/sites/dblp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dblp/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/sites/dblp/pom.xml (original)
+++ incubator/stanbol/trunk/data/sites/dblp/pom.xml Mon Jul 18 09:09:38 2011
@@ -1,4 +1,20 @@
 <?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">
 

Modified: incubator/stanbol/trunk/data/sites/dbpedia/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/dbpedia/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/sites/dbpedia/pom.xml (original)
+++ incubator/stanbol/trunk/data/sites/dbpedia/pom.xml Mon Jul 18 09:09:38 2011
@@ -1,4 +1,20 @@
 <?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">
 

Modified: incubator/stanbol/trunk/data/sites/geonames/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/geonames/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/sites/geonames/pom.xml (original)
+++ incubator/stanbol/trunk/data/sites/geonames/pom.xml Mon Jul 18 09:09:38 2011
@@ -1,4 +1,20 @@
 <?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">
 

Modified: incubator/stanbol/trunk/data/sites/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/sites/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/sites/pom.xml (original)
+++ incubator/stanbol/trunk/data/sites/pom.xml Mon Jul 18 09:09:38 2011
@@ -1,4 +1,20 @@
-<?xml version="1.0"?>
+<?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>
     <modelVersion>4.0.0</modelVersion>
 

Modified: incubator/stanbol/trunk/entityhub/indexing/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/indexing/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/indexing/pom.xml Mon Jul 18 09:09:38 2011
@@ -20,15 +20,9 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId>
-    <version>0.9-SNAPSHOT</version>
-    <relativePath>./parent</relativePath>
-  </parent>
-
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.indexing.reactor</artifactId>
+  <version>0.9-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Entityhub Indexing reactor</name>

Modified: incubator/stanbol/trunk/entityhub/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/pom.xml Mon Jul 18 09:09:38 2011
@@ -20,15 +20,9 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.9-SNAPSHOT</version>
-    <relativePath>./parent</relativePath>
-  </parent>
-
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.reactor</artifactId>
+  <version>0.9-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Entityhub reactor</name>

Modified: incubator/stanbol/trunk/ontologymanager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/pom.xml Mon Jul 18 09:09:38 2011
@@ -20,15 +20,9 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>stanbol-parent</artifactId>
-    <version>0.9-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
-  </parent>
-
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.ontologymanager.reactor</artifactId>
+  <version>0.9-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Ontology Manager reactor</name>

Modified: incubator/stanbol/trunk/ontologymanager/store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/store/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/store/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/store/pom.xml Mon Jul 18 09:09:38 2011
@@ -1,27 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    IKS Persistence Store software is licensed under the Apache License, Version 2.0,
-    see 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.
-  -->
+   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>org.apache.stanbol.ontologymanager.store.parent</artifactId>
-    <version>0.9-SNAPSHOT</version>
-    <relativePath>./parent</relativePath>
-  </parent>
-
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.ontologymanager.store.reactor</artifactId>
+  <version>0.9-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Ontology Manager Store - Reactor</name>

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Mon Jul 18 09:09:38 2011
@@ -13,21 +13,12 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <!--
-  <parent>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>stanbol-parent</artifactId>
-    <version>0.9-SNAPSHOT</version>
-    <relativePath>parent</relativePath>
-  </parent>
-  -->
-
   <groupId>org.apache.stanbol</groupId>
   <artifactId>stanbol-reactor</artifactId>
   <version>0.9-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol : Reactor</name>
+  <name>Apache Stanbol Reactor</name>
   <description>
     Pseudo project to build the complete stanbol project
   </description>
@@ -89,6 +80,8 @@
         <module>ontologymanager/ontonet</module>
         <module>ontologymanager/web</module>
         <module>rules</module>
+        <module>launchers/stable</module>
+        <module>launchers/stateless</module>
         <module>launchers/full</module>
         <module>integration-tests</module>
       </modules>

Modified: incubator/stanbol/trunk/reasoners/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/pom.xml Mon Jul 18 09:09:38 2011
@@ -20,15 +20,9 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>stanbol-parent</artifactId>
-    <version>0.9-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
-  </parent>
-
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.reasoners.reactor</artifactId>
+  <version>0.9-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Reasoners reactor</name>

Modified: incubator/stanbol/trunk/reengineer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/pom.xml Mon Jul 18 09:09:38 2011
@@ -20,18 +20,12 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>stanbol-parent</artifactId>
-    <version>0.9-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
-  </parent>
-
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.reengineer.reactor</artifactId>
+  <version>0.9-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Reengineer reactor</name>
+  <name>Apache Stanbol Reengineer Reactor</name>
   <description>
     Pseudo project to build the complete Apache Stanbol Reengineer.
   </description>

Modified: incubator/stanbol/trunk/rules/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/pom.xml?rev=1147792&r1=1147791&r2=1147792&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/pom.xml (original)
+++ incubator/stanbol/trunk/rules/pom.xml Mon Jul 18 09:09:38 2011
@@ -20,15 +20,9 @@
 
   <modelVersion>4.0.0</modelVersion>
 
-  <parent>
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>stanbol-parent</artifactId>
-    <version>0.9-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
-  </parent>
-
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.rules.reactor</artifactId>
+  <version>0.9-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Rules reactor</name>