[freemind] fixed the patch

hannes hannes at fedoraproject.org
Tue Aug 23 15:15:58 UTC 2011


commit e29a61a2ecb3768a8d49d86d3a736f6a555893fd
Author: hannes <hannes at fedoraproject.org>
Date:   Tue Aug 23 17:15:42 2011 +0200

    fixed the patch

 freemind-0.9.0-javadoc.patch |   29 +++++++++++++++++++++++++++--
 1 files changed, 27 insertions(+), 2 deletions(-)
---
diff --git a/freemind-0.9.0-javadoc.patch b/freemind-0.9.0-javadoc.patch
index 0eb9378..3a7b59e 100644
--- a/freemind-0.9.0-javadoc.patch
+++ b/freemind-0.9.0-javadoc.patch
@@ -1,6 +1,6 @@
 --- freemind/build.xml	2011-02-06 21:49:12.000000000 +0100
-+++ freemind/build.xml	2011-08-23 16:52:44.267698276 +0200
-@@ -87,6 +87,7 @@
++++ freemind/build.xml	2011-08-23 17:14:19.396506941 +0200
+@@ -87,13 +87,14 @@
  			debug="${debug}"
      	   source="${java_source_version}"
  	       target="${java_target_version}"
@@ -8,3 +8,28 @@
  			>
  			<include name="de/foltin/**" />
  		</javac>
+ 		<java fork="true" classpath="binding/run" classname="de.foltin.CompileXsdStart"></java>
+ 		<delete dir="binding/run"  quiet="true"/>
+ <!-- 		<java fork="true" jar="lib/compileXsd.jar"></java> -->
+-		<javac includeantruntime="false"  srcdir="binding/src" destdir="binding/classes" source="${java_source_version}" target="${java_target_version}" debug="on" />
++		<javac includeantruntime="false"  srcdir="binding/src" destdir="binding/classes" source="${java_source_version}" target="${java_target_version}" debug="on" encoding="utf-8" />
+ <!--
+  		<xslt style="binding.xslt" in="binding/src/freemind/controller/actions/generated/instance/binding.xml" out="binding_new.xml" />
+ 		<move file="binding_new.xml" tofile="binding/src/freemind/controller/actions/generated/instance/binding.xml" overwrite="true" /> 
+@@ -145,6 +146,7 @@
+ 			debug="${debug}"
+     	   source="${java_source_version}"
+ 	       target="${java_target_version}"
++	       encoding="utf-8"
+ 			 >
+ 			<exclude name="${gen.dir}/**" />
+ 			<exclude name="accessories/plugins/**" />
+@@ -155,7 +157,7 @@
+ 		</javac>
+ 		<!-- Starter should work with java 1.1, too as it checks the java version.-->
+ 		<delete failonerror="false" file="${build}/freemind/main/FreeMindStarter.class"></delete>
+-		<javac includeantruntime="false" 	srcdir="${src}" destdir="${build}" classpath="${classpath}"	debug="${debug}" source="1.3" target="1.1">
++		<javac includeantruntime="false" 	srcdir="${src}" destdir="${build}" classpath="${classpath}"	debug="${debug}" source="1.3" target="1.1" encoding="utf-8">
+ 			<include name="freemind/main/FreeMindStarter.java"/>
+ 		</javac>
+ 		<ant antfile="${acc_build}" target="build"/>


More information about the scm-commits mailing list