[pkg-java] r4298 - trunk/argouml/debian/patches
avdyk at alioth.debian.org
avdyk at alioth.debian.org
Wed Oct 3 13:16:18 UTC 2007
Author: avdyk
Date: 2007-10-03 13:16:17 +0000 (Wed, 03 Oct 2007)
New Revision: 4298
Removed:
trunk/argouml/debian/patches/05a_not_the_good_gef_version.patch
trunk/argouml/debian/patches/06_build_xml_dont_build_model-mdr.patch
Log:
patches not needed?
Deleted: trunk/argouml/debian/patches/05a_not_the_good_gef_version.patch
===================================================================
--- trunk/argouml/debian/patches/05a_not_the_good_gef_version.patch 2007-09-30 21:40:57 UTC (rev 4297)
+++ trunk/argouml/debian/patches/05a_not_the_good_gef_version.patch 2007-10-03 13:16:17 UTC (rev 4298)
@@ -1,13 +0,0 @@
---- argouml/src_new/org/argouml/uml/ui/ActionSaveGraphics.java~ 2005-09-01 20:39:49.000000000 +0200
-+++ argouml/src_new/org/argouml/uml/ui/ActionSaveGraphics.java 2005-10-13 18:46:36.000000000 +0200
-@@ -195,8 +195,8 @@
- }
- FileOutputStream fo = new FileOutputStream(theFile);
- cmd.setStream(fo);
-- cmd.setScale(Configuration.getInteger(
-- SaveGraphicsManager.KEY_GRAPHICS_RESOLUTION, 1));
-+ // cmd.setScale(Configuration.getInteger(
-+ // SaveGraphicsManager.KEY_GRAPHICS_RESOLUTION, 1));
- cmd.doIt();
- fo.close();
- if (useUI) {
Deleted: trunk/argouml/debian/patches/06_build_xml_dont_build_model-mdr.patch
===================================================================
--- trunk/argouml/debian/patches/06_build_xml_dont_build_model-mdr.patch 2007-09-30 21:40:57 UTC (rev 4297)
+++ trunk/argouml/debian/patches/06_build_xml_dont_build_model-mdr.patch 2007-10-03 13:16:17 UTC (rev 4298)
@@ -1,19 +0,0 @@
---- argouml/src_new/build.xml~ 2006-06-18 20:23:58.000000000 +0000
-+++ argouml/src_new/build.xml 2006-08-03 13:04:10.000000000 +0000
-@@ -798,13 +798,13 @@
- <target name="build-mdr" depends="init,build-model">
- <!-- We build unconditionally because only the MDR build itself knows if
- everything is up to date -->
-- <echo message="=== Calling MDR build ==="/>
-- <copy file="${log4j.jar.path}" tofile="${argo.build.dir}/log4j.jar"/>
-+ <echo message="=== Don't build MDR ==="/>
-+ <!-- copy file="${log4j.jar.path}" tofile="${argo.build.dir}/log4j.jar"/>
- <ant dir="${argo.mdr.dir}" target="install" inheritAll="false" >
- <propertyset dynamic="false">
- <propertyset refid="absolute-properties"/>
- </propertyset>
-- </ant>
-+ </ant -->
- </target>
-
- <!-- =================================================================== -->
More information about the pkg-java-commits
mailing list