# HG changeset patch # User Kostis Kyzirakos # Date 1332190540 -3600 # Node ID ec4719a2c580899158a0d264da5e9cf1f907ab65 # Parent a6217ca68b697cae9a580e17e0aabf136134cb37 Removed jars module. Runtime gathers all jars. diff -r a6217ca68b69 -r ec4719a2c580 jars/pom.xml --- a/jars/pom.xml Mon Mar 19 21:18:32 2012 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,135 +0,0 @@ - - - 4.0.0 - - - eu.earthobservatory - strabon - 3.1.7-SNAPSHOT - - - strabon-jars - - Strabon: Jars - Strabon jars - - - UTF-8 - UTF-8 - - 3.11.0 - 2.5.6 - - - - - - org.openrdf.sesame - sesame-queryalgebra-evaluation-spatial - - - eu.earthobservatory - strabon-runtime - - - org.openrdf.sesame - sesame-sail-postgis - - - org.openrdf.sesame - sesame-sail-monetdb - - - org.openrdf.sesame - sesame-sail-generaldb - - - - - - - - - org.apache.maven.plugins - maven-assembly-plugin - 2.2-beta-1 - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.3,) - - copy-dependencies - - - - - - - - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - utf8 - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.3 - - - copy-dependencies - package - - copy-dependencies - - - ${project.build.directory} - false - false - true - - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.4 - - true - - - - - test-jar - - - - - - - - - - diff -r a6217ca68b69 -r ec4719a2c580 pom.xml --- a/pom.xml Mon Mar 19 21:18:32 2012 +0100 +++ b/pom.xml Mon Mar 19 21:55:40 2012 +0100 @@ -25,7 +25,6 @@ monetdb generaldb resultio - jars @@ -343,11 +342,10 @@ - org.apache.maven.plugins maven-assembly-plugin - 2.2-beta-1 + 2.3 diff -r a6217ca68b69 -r ec4719a2c580 runtime/pom.xml --- a/runtime/pom.xml Mon Mar 19 21:18:32 2012 +0100 +++ b/runtime/pom.xml Mon Mar 19 21:55:40 2012 +0100 @@ -314,5 +314,91 @@ --> + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2-beta-1 + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.3,) + + copy-dependencies + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + utf8 + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.4 + + + copy-dependencies + package + + copy-dependencies + + + ${project.build.directory} + false + false + true + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + true + + + + + test-jar + + + + + +