[Pkg-osm-commits] [SCM] jmapviewer branch, master, updated. upstream/0.0+svn29245+dfsg-11-gf2dfd3e
Andrew Harvey
andrew.harvey4 at gmail.com
Fri Mar 15 09:41:42 UTC 2013
The following commit has been merged in the master branch:
commit 1e724be964ece6ff4059ad17e71d7f66a9677dd4
Author: Andrew Harvey <andrew.harvey4 at gmail.com>
Date: Fri Mar 15 20:34:13 2013 +1100
add patch to use installed library in demo application
diff --git a/debian/patches/03-use-installed-library-in-demo.patch b/debian/patches/03-use-installed-library-in-demo.patch
new file mode 100644
index 0000000..4f13686
--- /dev/null
+++ b/debian/patches/03-use-installed-library-in-demo.patch
@@ -0,0 +1,18 @@
+From: Andrew Harvey <andrew.harvey4 at gmail.com>
+Subject: Use installed library for the demo application
+Forwarded: not-needed
+Last-Update: 2013-03-15
+
+Adjustment to the ant build.xml file. Using the system wide jmapviewer.jar
+library for the JMapViewer_Demo application.
+--- jmapviewer.orig/build.xml
++++ jmapviewer/build.xml
+@@ -42,7 +42,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.jar" />
++ <attribute name="Class-Path" value="/usr/share/java/jmapviewer.jar" />
+ </manifest>
+ </jar>
+ </target>
diff --git a/debian/patches/series b/debian/patches/series
index 0651df0..e7f8f3e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01-build_less.patch
02-build_ensure_dir_exists.patch
+03-use-installed-library-in-demo.patch
--
Java OpenStreetMap Tile Viewer
More information about the Pkg-osm-commits
mailing list