[Schmitzm-commits] r1825 - in trunk: schmitzm-db schmitzm-gt

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sun Jan 15 10:50:47 CET 2012


Author: alfonx
Date: 2012-01-15 10:50:46 +0100 (Sun, 15 Jan 2012)
New Revision: 1825

Modified:
   trunk/schmitzm-db/.classpath
   trunk/schmitzm-gt/pom.xml
Log:
schmitzm-db

Modified: trunk/schmitzm-db/.classpath
===================================================================
--- trunk/schmitzm-db/.classpath	2012-01-15 09:47:51 UTC (rev 1824)
+++ trunk/schmitzm-db/.classpath	2012-01-15 09:50:46 UTC (rev 1825)
@@ -2,6 +2,10 @@
 <classpath>
 	<classpathentry excluding="**/.svn" kind="src" output="target/classes" path="src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+		<attributes>
+			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: trunk/schmitzm-gt/pom.xml
===================================================================
--- trunk/schmitzm-gt/pom.xml	2012-01-15 09:47:51 UTC (rev 1824)
+++ trunk/schmitzm-gt/pom.xml	2012-01-15 09:50:46 UTC (rev 1825)
@@ -22,8 +22,8 @@
 			<groupId>de.schmitzm</groupId>
 			<artifactId>schmitzm-db</artifactId>
 			<version>${project.version}</version>
-			<type>test-jar</type>
-			<scope>test</scope>
+			<type>jar</type>
+			<scope>compile</scope>
 		</dependency>
 		
 		<dependency>



More information about the Schmitzm-commits mailing list