[Schmitzm-commits] r755 - in trunk: . dist src_junit/skrueger/i8n

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Mar 5 17:14:42 CET 2010


Author: alfonx
Date: 2010-03-05 17:14:29 +0100 (Fri, 05 Mar 2010)
New Revision: 755

Added:
   trunk/pom.xml
Modified:
   trunk/
   trunk/dist/
   trunk/dist/schmitzm-2.0.x.jar
   trunk/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java
Log:
Habe eine pom.xml f?\195?\188r maven erstellt. Es hat sich aber dadurch nix am existierenden Projekt ver?\195?\164ndert.


Property changes on: trunk
___________________________________________________________________
Name: svn:ignore
   - classes
javadoc

schmitzm.jar

.project

.classpath

.settings

schmitzm.jar.zip

schmitzm-src.zip
unused

   + classes
javadoc

schmitzm.jar

.project

.classpath

.settings

schmitzm.jar.zip

schmitzm-src.zip
unused
surefire-reports
test-classes
surefire-reports
maven-archiver
surefire-reports
maven-archiver
surefire-reports
maven-archiver



Property changes on: trunk/dist
___________________________________________________________________
Name: ignore
   + surefire-reports

Modified: trunk/dist/schmitzm-2.0.x.jar
===================================================================
(Binary files differ)

Added: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-03 19:13:22 UTC (rev 754)
+++ trunk/pom.xml	2010-03-05 16:14:29 UTC (rev 755)
@@ -0,0 +1,207 @@
+<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">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>schmitzm</groupId>
+	<artifactId>library</artifactId>
+	<name>SCHMITZM</name>
+	<version>2.0.0-SNAPSHOT</version>
+	<description>A jar full of utility methods for Java, Swing, Geotools
+		and JFreeChart</description>
+	<issueManagement>
+		<system>gforge</system>
+		<url>http://wald.intevation.org/tracker/?group_id=47</url>
+	</issueManagement>
+	<developers>
+		<developer>
+			<id>alfonx</id>
+			<name>Stefan A. Tzeggai</name>
+			<email>tzeggai at wikisquare.de</email>
+			<url>http://www.wikisquare.de</url>
+			<organization>Wikisquare.de</organization>
+			<organizationUrl>http://www.wikisquare.de</organizationUrl>
+			<timezone>GMT+1</timezone>
+			<roles>
+				<role>Developer</role>
+				<role>Maven package maintainer</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>mschmitz</id>
+			<name>Martin Schmitz</name>
+			<timezone>GMT+1</timezone>
+			<roles>
+				<role>Developer</role>
+			</roles>
+		</developer>
+	</developers>
+	<scm>
+		<connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>
+		<url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url>
+	</scm>
+	<organization>
+		<url>http://www.wikisquare.de</url>
+	</organization>
+	<dependencies>
+		<dependency>
+			<groupId>org.geotools</groupId>
+			<artifactId>gt-render</artifactId>
+			<version>2.6.2</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.geotools</groupId>
+			<artifactId>gt-shapefile-renderer</artifactId>
+			<version>2.6.2</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.geotools</groupId>
+			<artifactId>gt-legacy</artifactId>
+			<version>2.6.2</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+		
+		
+		<dependency>
+			<groupId>org.geotools</groupId>
+			<artifactId>gt-brewer</artifactId>
+			<version>2.6.2</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+		
+		
+		<dependency>
+			<groupId>org.geotools</groupId>
+			<artifactId>gt-image</artifactId>
+			<version>2.6.2</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+		
+		<dependency>
+			<groupId>org.geotools</groupId>
+			<artifactId>gt-geotiff</artifactId>
+			<version>2.6.2</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+		
+		
+		<dependency>
+			<groupId>org.geotools</groupId>
+			<artifactId>gt-swing</artifactId>
+			<version>2.6.2</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>jfree</groupId>
+			<artifactId>jfreechart</artifactId>
+			<version>1.0.13</version>
+		</dependency>
+
+		<dependency>
+			<groupId>org.geotools</groupId>
+			<artifactId>gt-main</artifactId>
+			<version>2.6.2</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+
+		<dependency>
+			<groupId>org.geotools</groupId>
+			<artifactId>gt-arcgrid</artifactId>
+			<version>2.6.2</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+
+
+		<dependency>
+			<groupId>log4j</groupId>
+			<artifactId>log4j</artifactId>
+			<version>1.2.14</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+			<version>4.8.1</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+		<dependency>
+			<groupId>colt</groupId>
+			<artifactId>colt</artifactId>
+			<version>1.2.0</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+		<dependency>
+			<groupId>javax.media</groupId>
+			<artifactId>jai_core</artifactId>
+			<version>1.1.3</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+		<dependency>
+			<groupId>commons-io</groupId>
+			<artifactId>commons-io</artifactId>
+			<version>1.4</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+		<dependency>
+			<groupId>net.jini</groupId>
+			<artifactId>jini-ext</artifactId>
+			<version>2.1</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+	</dependencies>
+
+	<build>
+		<sourceDirectory>src</sourceDirectory>
+		<testSourceDirectory>src_junit</testSourceDirectory>
+		<outputDirectory>classes</outputDirectory>
+		<testOutputDirectory>test-classes</testOutputDirectory>
+		<directory>dist</directory>
+		<finalName>schmitzm-2.0.x</finalName>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.6</source>
+					<target>1.6</target>
+				</configuration>
+			</plugin>
+
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-eclipse-plugin</artifactId>
+				<version>2.5</version>
+				<configuration>
+					<downloadSources>true</downloadSources>
+					<downloadJavadocs>true</downloadJavadocs>
+				</configuration>
+			</plugin>
+
+		</plugins>
+	</build>
+
+	<repositories>
+		<repository>
+			<id>osgeo</id>
+			<name>Open Source Geospatial Foundation Repository</name>
+			<url>http://download.osgeo.org/webdav/geotools/</url>
+		</repository>
+	</repositories>
+</project>


Property changes on: trunk/pom.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Id URL
Name: svn:eol-style
   + native

Modified: trunk/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java
===================================================================
--- trunk/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java	2010-03-03 19:13:22 UTC (rev 754)
+++ trunk/src_junit/skrueger/i8n/SwitchLanguageDialogTest.java	2010-03-05 16:14:29 UTC (rev 755)
@@ -31,14 +31,17 @@
 
 import java.util.ArrayList;
 
+import org.junit.Test;
+
 import junit.framework.TestCase;
 
 public class SwitchLanguageDialogTest extends TestCase {
 
-	public void  testDialog() {
+	public void testDialog() {
 		ArrayList<String> langsa = new ArrayList<String>();
 		langsa.add("fr");
 		langsa.add("tr");
-		new SwitchLanguageDialog(null, langsa);
+		// INteractive test diabled
+		// new SwitchLanguageDialog(null, langsa).setModal(false);
 	}
 }



More information about the Schmitzm-commits mailing list