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 2012/12/04 16:00:41 UTC

svn commit: r1416975 - in /stanbol/trunk: cmsadapter/bundlelist/ cmsadapter/pom.xml launchers/bundlelists/cmsadapter/pom.xml launchers/bundlelists/pom.xml launchers/full-war/pom.xml launchers/full/pom.xml

Author: fchrist
Date: Tue Dec  4 15:00:39 2012
New Revision: 1416975

URL: http://svn.apache.org/viewvc?rev=1416975&view=rev
Log:
STANBOL-806 Moved CMS Adapter bundelists to /launchers/bundlelists/cmsadapter

Removed:
    stanbol/trunk/cmsadapter/bundlelist/
Modified:
    stanbol/trunk/cmsadapter/pom.xml
    stanbol/trunk/launchers/bundlelists/cmsadapter/pom.xml
    stanbol/trunk/launchers/bundlelists/pom.xml
    stanbol/trunk/launchers/full-war/pom.xml
    stanbol/trunk/launchers/full/pom.xml

Modified: stanbol/trunk/cmsadapter/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/cmsadapter/pom.xml?rev=1416975&r1=1416974&r2=1416975&view=diff
==============================================================================
--- stanbol/trunk/cmsadapter/pom.xml (original)
+++ stanbol/trunk/cmsadapter/pom.xml Tue Dec  4 15:00:39 2012
@@ -39,7 +39,6 @@
 		<module>jcr</module>
 		<module>cmis</module>
 		<module>web</module>
-		<module>bundlelist</module>
 	</modules>
 </project>
 

Modified: stanbol/trunk/launchers/bundlelists/cmsadapter/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/cmsadapter/pom.xml?rev=1416975&r1=1416974&r2=1416975&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/cmsadapter/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/cmsadapter/pom.xml Tue Dec  4 15:00:39 2012
@@ -1,39 +1,39 @@
 <?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. -->
+  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">
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-	<modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.0.0</modelVersion>
 
-	<parent>
-		<groupId>org.apache.stanbol</groupId>
-		<artifactId>org.apache.stanbol.cmsadapter.parent</artifactId>
-		<version>0.10.0-SNAPSHOT</version>
-		<relativePath>../parent</relativePath>
-	</parent>
-
-	<groupId>org.apache.stanbol</groupId>
-	<artifactId>org.apache.stanbol.cmsadapter.bundlelist</artifactId>
-	<packaging>partialbundlelist</packaging>
-
-	<name>Apache Stanbol CMS Adapter Bundle List</name>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.sling</groupId>
-				<artifactId>maven-launchpad-plugin</artifactId>
-			</plugin>
-		</plugins>
-	</build>
+  <parent>
+    <artifactId>stanbol-parent</artifactId>
+    <groupId>org.apache.stanbol</groupId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.cmsadapter</artifactId>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for CMS Adapter</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
 </project>
 

Modified: stanbol/trunk/launchers/bundlelists/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/pom.xml?rev=1416975&r1=1416974&r2=1416975&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/pom.xml Tue Dec  4 15:00:39 2012
@@ -67,6 +67,7 @@
     <module>sentimentdata</module>
 
     <!-- Components -->
+    <module>cmsadapter</module>
     <module>ontologymanager</module>
     <module>reasoners</module>
     <module>rules</module>

Modified: stanbol/trunk/launchers/full-war/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full-war/pom.xml?rev=1416975&r1=1416974&r2=1416975&view=diff
==============================================================================
--- stanbol/trunk/launchers/full-war/pom.xml (original)
+++ stanbol/trunk/launchers/full-war/pom.xml Tue Dec  4 15:00:39 2012
@@ -147,7 +147,7 @@
     <!-- Stanbol CMS Adapter Bundle List -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.cmsadapter.bundlelist</artifactId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.cmsadapter</artifactId>
       <version>0.10.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
     </dependency>

Modified: stanbol/trunk/launchers/full/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1416975&r1=1416974&r2=1416975&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/pom.xml (original)
+++ stanbol/trunk/launchers/full/pom.xml Tue Dec  4 15:00:39 2012
@@ -187,7 +187,7 @@
     <!-- Stanbol CMS Adapter Bundle List -->
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.cmsadapter.bundlelist</artifactId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.cmsadapter</artifactId>
       <version>0.10.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
       <scope>provided</scope>