[josm-plugins] 226/369: debian/master.xml: don't reference removed plugins anymore

Bas Couwenberg sebastic at xs4all.nl
Sat Oct 18 12:03:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository josm-plugins.

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
---
 debian/changelog  |  3 ++-
 debian/master.xml | 22 ----------------------
 2 files changed, 2 insertions(+), 23 deletions(-)

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>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git



More information about the Pkg-grass-devel mailing list