[DebianGIS-dev] r2132 - packages/josm-plugins/trunk/debian/patches

gmascellani-guest at alioth.debian.org gmascellani-guest at alioth.debian.org
Sat Apr 4 23:14:36 UTC 2009


Author: gmascellani-guest
Date: 2009-04-04 23:14:36 +0000 (Sat, 04 Apr 2009)
New Revision: 2132

Modified:
   packages/josm-plugins/trunk/debian/patches/10_colorscheme.dpatch
Log:
Removed .rej file from patch


Modified: packages/josm-plugins/trunk/debian/patches/10_colorscheme.dpatch
===================================================================
--- packages/josm-plugins/trunk/debian/patches/10_colorscheme.dpatch	2009-04-04 23:14:12 UTC (rev 2131)
+++ packages/josm-plugins/trunk/debian/patches/10_colorscheme.dpatch	2009-04-04 23:14:36 UTC (rev 2132)
@@ -6,47 +6,3 @@
 ## DP:  * Fix wrong classpath and dependencies
 
 @DPATCH@
-diff -urNad trunk~/colorscheme/build.xml trunk/colorscheme/build.xml
---- trunk~/colorscheme/build.xml	2009-01-01 18:55:45.000000000 +0100
-+++ trunk/colorscheme/build.xml	2009-02-15 19:57:22.000000000 +0100
-@@ -15,7 +15,7 @@
-     <property name="plugin.site.url" value="http://www.tegmento.org/~cdaller/josm/colorscheme/"/>
-     <property name="plugin.site.upload.target" value="cdaller at www.tegmento.org:public_html/josm/colorscheme/"/>
-     <property name="ant.build.javac.target" value="1.5"/>
--    <target name="dist" depends="compile, site">
-+    <target name="dist" depends="compile">
-         <echo message="creating ${plugin.jar}"/>
- <!-- images -->
- <!--
-@@ -29,14 +29,6 @@
-                 <include name="*.xml"/>
-             </fileset>
-         </copy>
--        <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
--            <env key="LANG" value="C"/>
--            <arg value="info"/>
--            <arg value="--xml"/>
--            <arg value="."/>
--        </exec>
--        <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
--        <delete file="REVISION"/>
- <!-- create jar file -->
-         <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
-             <manifest>
-@@ -48,14 +40,11 @@
-             </manifest>
-         </jar>
-     </target>
--    <target name="compile" depends="init">
-+    <target name="compile" depends="">
-         <mkdir dir="${plugin.build.dir}"/>
-         <javac srcdir="src" destdir="${plugin.build.dir}" debug="true" source="1.5" target="1.5">
-             <classpath>
--                <pathelement path="${josm.build.dir}/build"/>
--                <fileset dir="${josm.build.dir}/lib">
--                    <include name="**/*.jar"/>
--                </fileset>
-+                <pathelement path="${josm}"/>
-             </classpath>
-         </javac>
-     </target>




More information about the Pkg-grass-devel mailing list