[DebianGIS-dev] [SCM] josm-plugins branch, master, updated. debian/0.0.svn24632-1-17-g3ebfe73

David Paleino dapal at debian.org
Sun Jan 2 09:24:19 UTC 2011


The following commit has been merged in the master branch:
commit 81ce81709e0f87b03118cee877a1da3562e43106
Author: David Paleino <dapal at debian.org>
Date:   Sun Jan 2 00:12:02 2011 +0100

    debian/master.xml: don't reference removed plugins anymore

diff --git a/debian/changelog b/debian/changelog
index 71b472b..c2d58e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,9 @@ josm-plugins (0.0.svn24925-1) UNRELEASED; urgency=low
   * debian/control: removed any reference to webkit-image-*
   * debian/patches/170-fix_webkitimagegtk.patch removed
   * Remove recommendation of webkit-image-*
+  * debian/master.xml: don't reference removed plugins anymore
 
- -- David Paleino <dapal at debian.org>  Sat, 01 Jan 2011 23:40:46 +0100
+ -- David Paleino <dapal at debian.org>  Sun, 02 Jan 2011 00:11:39 +0100
 
 josm-plugins (0.0.svn24632-1) unstable; urgency=low
 
diff --git a/debian/master.xml b/debian/master.xml
index ccee9d1..9988ed1 100644
--- a/debian/master.xml
+++ b/debian/master.xml
@@ -51,28 +51,10 @@
             <property name="plugin.jar"     value="${plugin.dist.dir}/routing.jar"/>
         </ant>
 
-        <ant dir="../slippymap"   antfile="build.xml" target="dist">
-            <property name="plugin.jar"     value="${plugin.dist.dir}/slippymap.jar"/>
-        </ant>
-
         <!-- surveyor must be compiled _after_ livegps -->
         <ant dir="../surveyor"   antfile="build.xml" target="dist">
             <property name="plugin.jar"     value="${plugin.dist.dir}/surveyor.jar"/>
         </ant>
-
-        <ant dir="../remotecontrol"   antfile="build.xml" target="dist">
-            <property name="plugin.jar"     value="${plugin.dist.dir}/remotecontrol.jar"/>
-        </ant>
-
-        <!-- wmsplugin must be compiled _after_ remotecontrol -->
-        <ant dir="../wmsplugin"   antfile="build.xml" target="dist">
-            <property name="plugin.jar"     value="${plugin.dist.dir}/wmsplugin.jar"/>
-        </ant>
-
-        <!-- imagery must be compiled _after_ remotecontrol -->
-        <ant dir="../imagery" antfile="build.xml" target="dist">
-            <property name="plugin.jar" value="${plugin.dist.dir}/imagery.jar"/>
-        </ant>
     </target>
 
     <target name="clean">
@@ -85,11 +67,7 @@
         <ant dir="../measurement"        antfile="build.xml" target="clean"/>
         <ant dir="../openvisible"        antfile="build.xml" target="clean"/>
         <ant dir="../routing"            antfile="build.xml" target="clean"/>
-        <ant dir="../slippymap"          antfile="build.xml" target="clean"/>
         <ant dir="../surveyor"           antfile="build.xml" target="clean"/>
-        <ant dir="../remotecontrol"      antfile="build.xml" target="clean"/>
-        <ant dir="../wmsplugin"          antfile="build.xml" target="clean"/>
-        <ant dir="../imagery"            antfile="build.xml" target="clean"/>
         <delete dir="../tmp"/>
         <delete dir="${plugin.dist.dir}"/>
     </target>

-- 
Plugins for josm



More information about the Pkg-grass-devel mailing list