Author: ogrisel
Date: Sat Apr  9 11:25:36 2011
New Revision: 1090568

URL: http://svn.apache.org/viewvc?rev=1090568&view=rev
Log:
STANBOL-159: Move the launchers and integration tests to the toplevel source 
folder

Added:
    incubator/stanbol/trunk/integration-tests/
      - copied from r1090560, 
incubator/stanbol/trunk/enhancer/integration-tests/
    incubator/stanbol/trunk/launchers/full/
      - copied from r1090560, incubator/stanbol/trunk/enhancer/launchers/full/
    incubator/stanbol/trunk/launchers/lite/
      - copied from r1090560, incubator/stanbol/trunk/enhancer/launchers/lite/
Removed:
    incubator/stanbol/trunk/enhancer/integration-tests/
    incubator/stanbol/trunk/enhancer/launchers/full/
    incubator/stanbol/trunk/enhancer/launchers/lite/
Modified:
    incubator/stanbol/trunk/enhancer/pom.xml
    incubator/stanbol/trunk/integration-tests/pom.xml
    incubator/stanbol/trunk/launchers/full/pom.xml
    incubator/stanbol/trunk/launchers/lite/pom.xml
    incubator/stanbol/trunk/pom.xml

Modified: incubator/stanbol/trunk/enhancer/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/pom.xml?rev=1090568&r1=1090567&r2=1090568&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/pom.xml Sat Apr  9 11:25:36 2011
@@ -66,11 +66,6 @@
     <module>clerezza/org.apache.stanbol.enhancer.clerezza</module>
     <module>clerezza/clerezza-sparql</module>
 
-    <module>launchers/full</module>
-    <module>launchers/lite</module>
-
-    <module>integration-tests</module>
-
     <module>SemiAutomaticContentEnhancer</module>
   </modules>
 </project>

Modified: incubator/stanbol/trunk/integration-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/integration-tests/pom.xml?rev=1090568&r1=1090560&r2=1090568&view=diff
==============================================================================
--- incubator/stanbol/trunk/integration-tests/pom.xml (original)
+++ incubator/stanbol/trunk/integration-tests/pom.xml Sat Apr  9 11:25:36 2011
@@ -5,23 +5,22 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.enhancer.parent</artifactId>
+    <artifactId>stanbol-parent</artifactId>
     <version>0.9-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.enhancer.integration-tests</artifactId>
+  <artifactId>org.apache.stanbol.integration-tests</artifactId>
   <packaging>jar</packaging>
 
-  <name>Apache Stanbol Enhancer Integration Tests</name>
+  <name>Apache Stanbol Integration Tests</name>
 
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/integration-tests/
+      
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/integration-tests/
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/integration-tests/
+      
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/integration-tests/
     </developerConnection>
     <url>http://incubator.apache.org/stanbol/</url>
   </scm>
@@ -43,7 +42,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.launchers.full</artifactId>
+      <artifactId>org.apache.stanbol.launchers.full</artifactId>
       <version>0.9-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
@@ -93,7 +92,7 @@
             </goals>
             <phase>process-resources</phase>
             <configuration>
-              
<includeArtifactIds>org.apache.stanbol.enhancer.launchers.full</includeArtifactIds>
+              
<includeArtifactIds>org.apache.stanbol.launchers.full</includeArtifactIds>
               <excludeTransitive>true</excludeTransitive>
               <overWriteReleases>false</overWriteReleases>
               <overWriteSnapshots>false</overWriteSnapshots>

Modified: incubator/stanbol/trunk/launchers/full/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/pom.xml?rev=1090568&r1=1090560&r2=1090568&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full/pom.xml Sat Apr  9 11:25:36 2011
@@ -4,24 +4,24 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.enhancer.parent</artifactId>
+    <artifactId>stanbol-parent</artifactId>
     <version>0.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.enhancer.launchers.full</artifactId>
+  <artifactId>org.apache.stanbol.launchers.full</artifactId>
   <packaging>jar</packaging>
 
   <name>Apache Stanbol Enhancer Sling-based standalone launcher</name>
-  <description>Runnable jar that runs the full Enhancer 
configuration</description>
+  <description>Runnable jar that runs the full Stanbol 
configuration</description>
 
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/launchers/full/
+      
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/launchers/full/
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/launchers/full/
+      
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/launchers/full/
     </developerConnection>
     <url>http://incubator.apache.org/stanbol/</url>
   </scm>

Modified: incubator/stanbol/trunk/launchers/lite/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/lite/pom.xml?rev=1090568&r1=1090560&r2=1090568&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/lite/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/lite/pom.xml Sat Apr  9 11:25:36 2011
@@ -4,24 +4,24 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.enhancer.parent</artifactId>
+    <artifactId>stanbol-parent</artifactId>
     <version>0.9-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.enhancer.launchers.lite</artifactId>
+  <artifactId>org.apache.stanbol.launchers.lite</artifactId>
   <packaging>jar</packaging>
 
   <name>Apache Stanbol Enhancer Sling-based standalone launcher - lite 
version</name>
-  <description>Runnable jar that runs the lite Enhancer 
configuration</description>
+  <description>Runnable jar that runs the lite Stanbol 
configuration</description>
 
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/launchers/lite/
+      
scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/launchers/lite/
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/launchers/lite/
+      
scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/launchers/lite/
     </developerConnection>
     <url>http://incubator.apache.org/stanbol/</url>
   </scm>

Modified: incubator/stanbol/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1090568&r1=1090567&r2=1090568&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Sat Apr  9 11:25:36 2011
@@ -48,7 +48,9 @@
     <module>entityhub</module>
     <module>enhancer</module>
     <module>contenthub/web</module>
-    <module>launchers/mini</module>
+    <module>launchers/lite</module>
+    <module>launchers/full</module>
+    <module>integration-tests</module>
   </modules>
 
   <profiles>


Reply via email to