[Pkg-osm-commits] [SCM] jmapviewer branch, master, updated. upstream/1.0+dfsg1-42-g41d21f0

Felix Natter fnatter at gmx.net
Sat Oct 12 08:02:53 UTC 2013


The following commit has been merged in the master branch:
commit 3bff28956bff8b7a981aea3d6a73520c758eb968
Author: Felix Natter <fnatter at gmx.net>
Date:   Sat Oct 12 09:29:32 2013 +0200

    Imported Upstream version 1.02+dfsg1

diff --git a/build.xml b/build.xml
index 234f438..a164e74 100644
--- a/build.xml
+++ b/build.xml
@@ -14,7 +14,7 @@
 	</target>
 
 	<target name="build">
-		<javac srcdir="src" destdir="bin" source="1.6" target="1.6" debug="true" includeantruntime="false">
+		<javac srcdir="src" destdir="bin" source="1.6" target="1.6" debug="true" includeantruntime="false" encoding="UTF-8">
 			<include name="org/openstreetmap/gui/jmapviewer/**" />
 		</javac>
 
@@ -50,7 +50,7 @@
 		<jar destfile="JMapViewer_Demo.jar" filesetmanifest="mergewithoutmain">
 			<manifest>
 				<attribute name="Main-Class" value="org.openstreetmap.gui.jmapviewer.Demo" />
-				<attribute name="Class-Path" value="JMapViewer_${svnReleaseVersion}.jar" />
+				<attribute name="Class-Path" value="JMapViewer.jar" />
 			</manifest>
 		</jar>
 	</target>

-- 
Java OpenStreetMap Tile Viewer



More information about the Pkg-osm-commits mailing list