You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2014/06/17 14:12:40 UTC

svn commit: r1603145 - in /stanbol/trunk/launchers/full-war: pom.xml src/main/bundles/list.xml

Author: rwesten
Date: Tue Jun 17 12:12:39 2014
New Revision: 1603145

URL: http://svn.apache.org/r1603145
Log:
STANBOL-1190: re-adds a WAR launcher to the trunk. Also tried to get the tomcat7:run task working. But for some reason this does not yet work. However the war file is fully functional

Modified:
    stanbol/trunk/launchers/full-war/pom.xml
    stanbol/trunk/launchers/full-war/src/main/bundles/list.xml

Modified: stanbol/trunk/launchers/full-war/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full-war/pom.xml?rev=1603145&r1=1603144&r2=1603145&view=diff
==============================================================================
--- stanbol/trunk/launchers/full-war/pom.xml (original)
+++ stanbol/trunk/launchers/full-war/pom.xml Tue Jun 17 12:12:39 2014
@@ -108,6 +108,15 @@
           </excludes>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.tomcat.maven</groupId>
+        <artifactId>tomcat7-maven-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <path>/stanbol</path>
+          <port>8081</port>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 

Modified: stanbol/trunk/launchers/full-war/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full-war/src/main/bundles/list.xml?rev=1603145&r1=1603144&r2=1603145&view=diff
==============================================================================
--- stanbol/trunk/launchers/full-war/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/full-war/src/main/bundles/list.xml Tue Jun 17 12:12:39 2014
@@ -24,28 +24,6 @@
           start level 10 TO 19 reserved for required libraries
           (internal and external)
        ********************************************************************* -->
-  <!-- General-purpose libraries -->
-  <startLevel level="20">
-		<bundle> <!-- only used by the Contenthub -->
-			<groupId>eu.medsea.mimeutil</groupId>
-			<artifactId>mime-util</artifactId>
-			<version>2.1.3</version>
-		</bundle>
-<!--		<bundle>  only used by the Factstore 
-			<groupId>org.apache.derby</groupId>
-			<artifactId>derby</artifactId>
-			<version>10.7.1.1</version>
-		</bundle -->
-  </startLevel>
-
-  <!-- Jersey -->
-  <startLevel level="25">
-    <bundle>
-      <groupId>com.sun.jersey</groupId>
-      <artifactId>jersey-client</artifactId>
-      <version>1.15</version>
-    </bundle>
-  </startLevel>
 
   <!-- Stanbol Commons -->
   <startLevel level="27">
@@ -53,7 +31,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.sparql</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
     </bundle>
   </startLevel>