[pkg-java] r8008 - in trunk/freemind/debian: . patches

ewl-guest at alioth.debian.org ewl-guest at alioth.debian.org
Sun Feb 22 19:46:25 UTC 2009


Author: ewl-guest
Date: 2009-02-22 19:46:25 +0000 (Sun, 22 Feb 2009)
New Revision: 8008

Removed:
   trunk/freemind/debian/patches/03_freemind_sh_cairo.patch
   trunk/freemind/debian/patches/50_groovy.patch
Modified:
   trunk/freemind/debian/changelog
   trunk/freemind/debian/control
   trunk/freemind/debian/patches/01_build_xml.patch
   trunk/freemind/debian/patches/03_freemind_sh.patch
   trunk/freemind/debian/patches/04_freemind_properties.patch
   trunk/freemind/debian/patches/40_plug_script.patch
   trunk/freemind/debian/rules
Log:
Fixed patches to fit with version 0.9.0.RC1
Moved to OpenJDK.


Modified: trunk/freemind/debian/changelog
===================================================================
--- trunk/freemind/debian/changelog	2009-02-22 13:24:46 UTC (rev 8007)
+++ trunk/freemind/debian/changelog	2009-02-22 19:46:25 UTC (rev 8008)
@@ -1,3 +1,9 @@
+freemind (0.9.0~rc1-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Eric Lavarde <deb at zorglub.s.bawue.de>  Sun, 22 Feb 2009 17:36:28 +0100
+
 freemind (0.9.0~beta9-2) experimental; urgency=low
 
   * Added SimplyHTML and gnuregexp to FreeMind's classpath.

Modified: trunk/freemind/debian/control
===================================================================
--- trunk/freemind/debian/control	2009-02-22 13:24:46 UTC (rev 8007)
+++ trunk/freemind/debian/control	2009-02-22 19:46:25 UTC (rev 8008)
@@ -3,13 +3,13 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Eric Lavarde <deb at zorglub.s.bawue.de>
-Build-Depends-Indep: docbook-to-man, ant, ant-optional, j2sdk1.4, imagemagick, libcommons-lang-java, libbatik-java (>= 1.6), rhino, libforms-java, groovy, libjibx-java, libxsd2jibx-java, simplyhtml
+Build-Depends-Indep: docbook-to-man, ant, ant-optional, openjdk-6-jdk, imagemagick, libcommons-lang-java, libbatik-java (>= 1.6), rhino, libforms-java, groovy, libjibx-java, libxsd2jibx-java, simplyhtml
 Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.8)
 Standards-Version: 3.7.2.2
 
 Package: freemind
 Architecture: all
-Depends: j2re1.4 | j2re1.5 | java2-runtime, libcommons-lang-java, libforms-java, libjibx-java, simplyhtml
+Depends: openjdk-6-jre | sun-java5-jre | sun-java6-jre | java2-runtime, libcommons-lang-java, libforms-java, libjibx-java, simplyhtml
 Recommends: mozilla-browser | www-browser
 Suggests: freemind-plugins-help, freemind-plugins-svg, freemind-plugins-script, java-package
 Conflicts: freemind-plugins-time (<< ${binary:Version})
@@ -37,14 +37,14 @@
 
 Package: freemind-plugins-svg
 Architecture: all
-Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (= ${binary:Version}), libbatik-java (>= 1.6), rhino
+Depends: openjdk-6-jre | sun-java5-jre | sun-java6-jre | java2-runtime, freemind (= ${binary:Version}), libbatik-java (>= 1.6), rhino
 Description: Java Plugin for FreeMind to export Mindmaps to SVG and PDF
  This plugin will add two menu points 'File -> Export -> SVG-Export' and
  'File -> Export -> PDF-Export'.
 
 Package: freemind-plugins-help
 Architecture: all
-Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (= ${binary:Version})
+Depends: openjdk-6-jre | sun-java5-jre | sun-java6-jre | java2-runtime, freemind (= ${binary:Version})
 Description: Java Plugin for FreeMind to show an extended online help
  This plugin will add a menu point 'Help -> Online Help'.
  .
@@ -54,7 +54,7 @@
 
 Package: freemind-plugins-script
 Architecture: all
-Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (= ${binary:Version}), groovy
+Depends: openjdk-6-jre | sun-java5-jre | sun-java6-jre | java2-runtime, freemind (= ${binary:Version}), groovy
 Description: Java Plugin for FreeMind to add scripting capabilities
  This plugin will add the menu points 'Tools -> Evaluate' and
  'Tools -> Script Editor...'.
@@ -63,7 +63,7 @@
 
 #Package: freemind-plugins-collab-jabber
 #Architecture: all
-#Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (= ${binary:Version}), libcommons-logging-java, libcrimson-java, liboro-java, libgnujaxp-java, libjdom0-java, liblog4j1.2-java
+#Depends: openjdk-6-jre | sun-java5-jre | sun-java6-jre | java2-runtime, freemind (= ${binary:Version}), libcommons-logging-java, libcrimson-java, liboro-java, libgnujaxp-java, libjdom0-java, liblog4j1.2-java
 #Description: Java Plugin for FreeMind to collaborate over Jabber.
 # This plugin will add a menu point 'Tools -> Start Collaboration Mode'.
 # .

Modified: trunk/freemind/debian/patches/01_build_xml.patch
===================================================================
--- trunk/freemind/debian/patches/01_build_xml.patch	2009-02-22 13:24:46 UTC (rev 8007)
+++ trunk/freemind/debian/patches/01_build_xml.patch	2009-02-22 19:46:25 UTC (rev 8008)
@@ -1,55 +1,57 @@
-diff -Nur freemind-0.9.0~beta9/freemind/build.xml freemind-0.9.0~beta9.new/freemind/build.xml
---- freemind-0.9.0~beta9/freemind/build.xml	2007-02-25 16:57:19.000000000 +0100
-+++ freemind-0.9.0~beta9.new/freemind/build.xml	2007-03-10 16:26:21.000000000 +0100
-@@ -30,15 +30,10 @@
+diff -Nur -x '*.orig' -x '*~' freemind-0.9.0~rc1/freemind/build.xml freemind-0.9.0~rc1.new/freemind/build.xml
+--- freemind-0.9.0~rc1/freemind/build.xml	2008-12-21 14:26:47.000000000 +0100
++++ freemind-0.9.0~rc1.new/freemind/build.xml	2009-02-22 18:51:17.000000000 +0100
+@@ -31,15 +31,10 @@
  	<property name="java_source_version" value="1.4" />
  	<property name="java_target_version" value="1.4" />
  	<property name="build.compiler" value="modern" />
--	<property name="jarbundler.jar" value = "jarbundler-1.8.1.jar"/>
+-	<property name="jarbundler.jar" value = "jarbundler-2.0.0.jar"/>
 -
 -	<taskdef name="jarbundler"
 -               classpath="${src}/lib/${jarbundler.jar}"
 -               classname="net.sourceforge.jarbundler.JarBundler" />
 -
-+	<property name="java.dir" value="/usr/share/java" />
- 
- 	<!-- begin generator part -->
+-
+-	<!-- begin generator part -->
 -	<property name="jibxhome" value="lib/jibx"/>
-+	<property name="jibxhome" value="${java.dir}"/>
++ 	<property name="java.dir" value="/usr/share/java" />
++  
++  	<!-- begin generator part -->
++ 	<property name="jibxhome" value="${java.dir}"/>
  	<property name="jibxjar" value="lib/bindings.jar"/>
  	<property name="jibxruntimelibs" value="${jibxhome}/jibx-run.jar:${jibxhome}/xpp3.jar"/>
  	<property name="jibxlibs" value="${jibxhome}/bcel.jar:${jibxhome}/jibx-bind.jar:${jibxhome}/jibx-extras.jar:${jibxruntimelibs}"/>
-@@ -46,7 +41,7 @@
+@@ -47,7 +42,7 @@
  		<classpath path="${jibxlibs}"/>
  	</taskdef>
  
 -	<property name="classpath" value="${jibxruntimelibs}:${jibxjar}:lib/commons-lang-2.0.jar:lib/forms-1.0.5.jar:lib/SimplyHTML/SimplyHTML.jar"/>
-+	<property name="classpath" value="${jibxruntimelibs}:${jibxjar}:${java.dir}/commons-lang-2.1.jar:${java.dir}/forms-1.0.5.jar:${java.dir}/SimplyHTML.jar"/>
++	<property name="classpath" value="${jibxruntimelibs}:${jibxjar}:${java.dir}/commons-lang.jar:${java.dir}/forms.jar:${java.dir}/SimplyHTML.jar"/>
  
  	  <target name="xmlbind.checkStatusOfGeneration">
  	    <uptodate property="xmlbind.isUpToDate"
-@@ -61,7 +56,7 @@
+@@ -62,7 +57,7 @@
  		<mkdir dir="binding" />
  		<mkdir dir="binding/src" />
  		<mkdir dir="binding/classes" />
 -		<java fork="true" classname="org.jibx.xsd2jibx.Generate" classpath="${jibxlibs}:${jibxhome}/xsd2jibx.jar:${jibxhome}/commons-logging-1.0.4.jar:${jibxhome}/jaxme-js-0.3.jar:${jibxhome}/log4j-1.2.8.jar:lib/commons-lang-2.0.jar" failonerror="true">
-+		<java fork="true" classname="org.jibx.xsd2jibx.Generate" classpath="${jibxlibs}:${jibxhome}/xsd2jibx.jar:${jibxhome}/commons-logging-1.0.4.jar:${jibxhome}/jaxmejs.jar:${jibxhome}/log4j-1.2.jar:${java.dir}/commons-lang-2.1.jar" failonerror="true">
++		<java fork="true" classname="org.jibx.xsd2jibx.Generate" classpath="${jibxlibs}:${jibxhome}/xsd2jibx.jar:${jibxhome}/commons-logging.jar:${jibxhome}/jaxmejs.jar:${jibxhome}/log4j-1.2.jar:${java.dir}/commons-lang.jar" failonerror="true">
  			<arg line="-n freemind.controller.actions.generated.instance" />
  			<arg line="-d binding/src" />
  			<arg file="freemind_actions.xsd" />
-@@ -154,11 +149,6 @@
+@@ -143,11 +138,6 @@
  			/>
  		</copy>
  		<chmod file="${dist}/freemind.sh" perm="u+rx"/>
 -		<copy todir="${dist}">
--			<fileset dir="${src}/windows-launcher"
--				includes="Freemind.exe"
--			/>
+-			<fileset dir="${src}/windows-launcher">
+-			  <include name="FreeMind.exe"/>
+-			</fileset>
 -		</copy>
  		<mkdir dir="${dist}/doc" />
  		<copy todir="${dist}/doc">
- 			<fileset dir="${src}/doc/" includes="freemind*.mm"/>
-@@ -174,15 +164,7 @@
+ 			<fileset dir="${src}/doc/">
+@@ -167,15 +157,7 @@
  		<mkdir dir="${dist.lib}" />
  		<copy todir="${dist.lib}">
  			<fileset dir="${src}/lib">
@@ -65,21 +67,33 @@
  			</fileset>
  		</copy>
  
-@@ -219,27 +201,6 @@
+@@ -189,11 +171,6 @@
+ 		<antcall target="dist_macos"/>
+ 	</target>
+ 
+-	<target name="dist_icon">
+-<!--		<copy file="${src}/windows-launcher/Freemind_light_bulb.exe"
+-			tofile="${dist}/Freemind.exe" overwrite="true"/> -->
+-	</target>
+-
+ 	<target name="dist_macos" if="isMacOs">
+ 		<delete dir="${dist_macos}"/>
+ 		<mkdir dir="${dist_macos}"/>
+@@ -212,27 +189,6 @@
  			</fileset>
  		</jar>
  		<delete file="${dist_macos}/freemind.properties"/>
 -		<jarbundler dir="${dist_macos}"
 -		                    name="FreeMind"
 -		                    mainclass="freemind.main.FreeMindStarter"
--		                    icon="${src}/images/FreeMindWindowIcon.icns"
+-		                    icon="${src}/images/FreeMindWindowIcon${icns_extension}.icns"
 -		                    version="${ver}"
--		                    infostring="FreeMind ${ver} application (c) 2007"
+-		                    infostring="FreeMind ${ver} application (c) ${freemind.installer_year}"
 -							shortname="FreeMind"
 -		                    bundleid="freemind.main.FreeMind"
 -		                    signature="FM"
 -		                    jvmversion="1.4+"
--							vmoptions="-Xms512m -Xmx1024m"
+-							vmoptions='-Xms512m -Xmx1024m -Dcom.apple.macos.useScreenMenuBar=true -Xdock:name="FreeMind" -Xdock:icon="FreeMindWindowIcon${icns_extension}.icns"'
 -		  				    >
 -			<jarfileset dir="${dist}">
 -				<include name="**/*.jar" />
@@ -93,7 +107,7 @@
  		<copy todir="${dist_macos_contents}/Resources/Java">
  			<fileset dir="${dist}">
  				<include name="browser/**" />
-@@ -450,7 +411,7 @@
+@@ -468,7 +424,7 @@
  	<target name="val">
  		<xmlvalidate lenient="false"
  		  failonerror="no" warn="true" classname="org.apache.xerces.parsers.SAXParser"

Modified: trunk/freemind/debian/patches/03_freemind_sh.patch
===================================================================
--- trunk/freemind/debian/patches/03_freemind_sh.patch	2009-02-22 13:24:46 UTC (rev 8007)
+++ trunk/freemind/debian/patches/03_freemind_sh.patch	2009-02-22 19:46:25 UTC (rev 8008)
@@ -24,8 +24,8 @@
  ${freedir}/lib/bindings.jar:\
 -${freedir}/lib/commons-lang-2.0.jar:\
 -${freedir}/lib/forms-1.0.5.jar:\
-+/usr/share/java/commons-lang-2.1.jar:\
-+/usr/share/java/forms-1.0.5.jar:\
++/usr/share/java/commons-lang.jar:\
++/usr/share/java/forms.jar:\
  ${freedir}"
  _debug "Calling: '${JAVACMD} -Dfreemind.base.dir=${freedir} -cp ${CLASSPATH} freemind.main.FreeMindStarter  $@'."
  "${JAVACMD}" -Dfreemind.base.dir="${freedir}" -cp "${CLASSPATH}" freemind.main.FreeMindStarter "$@"

Deleted: trunk/freemind/debian/patches/03_freemind_sh_cairo.patch
===================================================================
--- trunk/freemind/debian/patches/03_freemind_sh_cairo.patch	2009-02-22 13:24:46 UTC (rev 8007)
+++ trunk/freemind/debian/patches/03_freemind_sh_cairo.patch	2009-02-22 19:46:25 UTC (rev 8008)
@@ -1,11 +0,0 @@
-diff -Nur freemind-0.9.0~beta9/freemind/freemind.sh freemind-0.9.0~beta9.new/freemind/freemind.sh
---- freemind-0.9.0~beta9/freemind/freemind.sh	2007-03-10 16:45:38.000000000 +0100
-+++ freemind-0.9.0~beta9.new/freemind/freemind.sh	2007-03-10 16:46:14.000000000 +0100
-@@ -176,5 +176,5 @@
- /usr/share/java/commons-lang-2.1.jar:\
- /usr/share/java/forms-1.0.5.jar:\
- ${freedir}"
--_debug "Calling: '${JAVACMD} -Dfreemind.base.dir=${freedir} -cp ${CLASSPATH} freemind.main.FreeMindStarter  $@'."
--"${JAVACMD}" -Dfreemind.base.dir="${freedir}" -cp "${CLASSPATH}" freemind.main.FreeMindStarter "$@"
-+_debug "Calling: '${JAVACMD} -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D -Dfreemind.base.dir=${freedir} -cp ${CLASSPATH} freemind.main.FreeMindStarter  $@'."
-+"${JAVACMD}" -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D -Dfreemind.base.dir="${freedir}" -cp "${CLASSPATH}" freemind.main.FreeMindStarter "$@"

Modified: trunk/freemind/debian/patches/04_freemind_properties.patch
===================================================================
--- trunk/freemind/debian/patches/04_freemind_properties.patch	2009-02-22 13:24:46 UTC (rev 8007)
+++ trunk/freemind/debian/patches/04_freemind_properties.patch	2009-02-22 19:46:25 UTC (rev 8008)
@@ -1,32 +1,1070 @@
-diff -Nur freemind-0.9.0~beta9/freemind/freemind.properties freemind-0.9.0~beta9.new/freemind/freemind.properties
---- freemind-0.9.0~beta9/freemind/freemind.properties	2007-02-26 00:05:07.000000000 +0100
-+++ freemind-0.9.0~beta9.new/freemind/freemind.properties	2007-03-10 16:50:21.000000000 +0100
-@@ -74,8 +74,8 @@
- #Set Links either relative or absolute
- links = relative
- #The URL of the documentation mindmap (.mm)
--docmapurl = ./doc/freemind.mm
--docmapurl_since_version_0_7_0 = ./doc/freemind.mm
-+docmapurl = file:/usr/share/doc/freemind/freemind.mm
-+docmapurl_since_version_0_7_0 = file:/usr/share/doc/freemind/freemind.mm
- #This is a hash that maps endings of files to programs which should be used to open them.
- #It is only used by the application,not by the applet.
- #Special keywords: "default" instead of file and "execute" instead of program
-@@ -252,7 +252,7 @@
- # The Browse Mode
- #
- #The URL of the map that is loaded when browsemode starts up
--browsemode_initial_map = ./doc/freemind.mm
-+browsemode_initial_map = file:/usr/share/doc/freemind/freemind.mm
- 
- #
- # The default browser setting
-@@ -274,7 +274,7 @@
- # Here the default browser for other operating systems goes:
- #
- # other is typically Linux:
--default_browser_command_other_os = mozilla {0}
-+default_browser_command_other_os = urlsee {0}
- #
- # and MAC: (thanks to Nick!)
- default_browser_command_mac = open -a /Applications/Safari.app {0}
+diff -Nur -x '*.orig' -x '*~' freemind-0.9.0~rc1/freemind/freemind.properties freemind-0.9.0~rc1.new/freemind/freemind.properties
+--- freemind-0.9.0~rc1/freemind/freemind.properties	2008-12-14 22:05:29.000000000 +0100
++++ freemind-0.9.0~rc1.new/freemind/freemind.properties	2009-02-22 20:01:56.000000000 +0100
+@@ -1,53 +1,557 @@
+-#/*$Id: freemind.properties,v 1.36.14.16.2.64 2008/12/14 21:05:29 christianfoltin Exp $*/ -*- mode:sh -*-
+#This is the language that should be used in the program. "automatic" tries to load the current user's language.
+language = automatic
+antialias = antialias_edges
+html_export_folding = html_export_fold_currently_folded
+
+#should node be unfolded if child node is pasted ?
+#fc, 10.4.2008: set to false as default like in version 0.8.1 
+unfold_on_paste=false
+
+# Experimental features, "true" / "false"
+experimental_file_locking_on = false
+
+#If dnd is enabled. "true" or "false"
+draganddrop = true
+#The Modes which Freemind will load on startup, full Class names, comma, identifier, separated by a comma.
+#modes = freemind.modes.browsemode.BrowseMode,Browse,freemind.modes.mindmapmode.MindMapMode,MindMap,freemind.modes.filemode.FileMode,File
+modes_since_0_8_0 = freemind.modes.browsemode.BrowseMode,Browse,freemind.modes.mindmapmode.MindMapMode,MindMap,freemind.modes.filemode.FileMode,File
+-#The initial mode that is loaded on startup
+initial_mode = MindMap
+-#This is the place where the users properties file is located. It is ignored by the applet (set Parameters in the html
+#file instead). You can write "~" to indicate the users home directory.
+#Of course this works only in the default "freemind.properties", which is included in the jar file, not for the users
+#freemind.props out of the jar file.
+-properties_folder = .freemind
+userproperties = user.properties
+autoproperties = auto.properties
+patternsfile = patterns.xml
+-#The default new node style. "fork", "bubble" "as_parent" and "combined" are supported
+-# standardnodestyle = fork
+# standardnodestyle = bubble
+standardnodestyle = as_parent
+
+#The root node style if no other is specified. "fork" and "bubble" and "combined" are supported
+
+standardrootnodestyle = fork
+
+#The standard background color in html notation
+standardbackgroundcolor = #ffffff
+
+#Use white as background for printing
+printonwhitebackground = true
+-#The standard node color. In html notation (#RRGGBB in hex values)
+standardnodetextcolor = #000000
+-#The standard node color if selected. In html notation (#RRGGBB in hex values)
+standardselectednodecolor = #d2d2d2
+
+#The selected nodes backgrounds and text colors are changed if true
+standarddrawrectangleforselection = false
+
+#The standard node text color if selected. In html notation (#RRGGBB in hex values)
+standardselectednoderectanglecolor = #002080
+
+#The default node font. This will only work if the font (TrueTypeFont) is available on the system
+defaultfont = SansSerif
+defaultfontstyle = 0
+defaultfontsize = 12
+-#The default maximal node width in pixels
+max_node_width = 600
+-#The standard edge color in html notation
+standardedgecolor = #808080
+# old: #2540b4
+-#The standard edge style. "linear" and "bezier" are supported
+standardedgestyle = bezier
+-#The standard cloud color in html notation
+standardcloudcolor = #f0f0f0
+-#The standard cloud style. currently, only "bezier" is supported
+standardcloudestyle = bezier
+-#The standard link color in html notation
+standardlinkcolor = #b0b0b0
+-#The standard link style. currently, only "bezier" is supported
+standardlinkestyle = bezier
+-#The Look&Feel to use. "metal","windows","motif", "gtk" are supported, "mac" is available only on MacOS
+# default means, that the default look and feel is used.
+# If you want to put your own L&F, please, enter the class name here and
+# assure that the corresponding jar file(s) are loaded.
+# If there are problems with the look and feel, then choose "nothing" here.
+#It work for applets
+lookandfeel = default
+-#The initial size of every map
+mapxsize = 1000
+mapysize = 3200
+-#Where to place new branches. Valid values are "first" and "last"
+placenewbranches = last
+-#Set Links either relative or absolute
+links = relative
+-#The URL of the documentation mindmap (.mm)
+docmapurl = ./doc/freemind.mm
+docmapurl_since_version_0_7_0 = ./doc/freemind.mm
+-#This is a hash that maps endings of files to programs which should be used to open them.
+#It is only used by the application,not by the applet.
+#Special keywords: "default" instead of file and "execute" instead of program
+#Examples: Unix: "default:netscape,sh:bash,txt:emacs,mp3:freeamp,jpg:xv"
+#Windows: "default:explorer,exe:execute,com:execute,bat:execute,mp3:winamp,doc:word"
+#filetypes = default:netscape
+#     filetypes is obsolete
+preferred_browsers = explorer;konqueror;netscape  # Not yet implemented !!!
+last_opened_list_length = 25
+loadLastMap=true
+-# {{{ Edit Long node
+# above / below
+el__buttons_position = above
+el__position_window_below_node = true
+el__min_default_window_height = 150
+el__max_default_window_height = 500
+el__min_default_window_width = 600
+el__max_default_window_width = 600
+el__enter_confirms_by_default = true
+el__show_icon_for_attributes = true
+# }}}
+-# {{{ Keystrokes
+#
+# These are the accelerators for the menu items. Valid modifiers are:
+# shift | control | alt | meta | button1 | button2 | button3
+# Valid keys should be all that are defined in java.awt.event.KeyEvent
+# (without the "VK_" prefix), but I found this buggy. All normal char's should work.
+# The ideas employed in choice of keyboard shortcuts are:
+#   If there is a standard for a feature, use it
+#   Use control modifier whereever possible
+#Commands for the program
+keystroke_newMap = control N
+keystroke_open = control O
+keystroke_save = control S
+keystroke_saveAs = control shift S
+keystroke_print = control P
+keystroke_close = control W
+keystroke_quit = control Q
+keystroke_export_to_html = control E
+keystroke_export_branch_to_html = control H
+keystroke_open_first_in_history = control shift W
+keystroke_previousMap = alt shift LEFT
+keystroke_nextMap = alt shift RIGHT
+keystroke_option_dialog = control COMMA
+keystroke_mode_MindMap = alt 1
+keystroke_mode_Browse = alt 2
+keystroke_mode_File = alt 3
+keystroke_node_toggle_italic = control I
+keystroke_node_toggle_boldface = control B
+keystroke_node_toggle_underlined = control U
+keystroke_node_toggle_cloud = control shift B
+keystroke_undo = control Z
+keystroke_redo = control Y
+keystroke_delete_child = DELETE
+keystroke_select_all = control A
+keystroke_select_branch = control shift A
+
+#Node editing commands
+keystroke_cut = control X
+keystroke_copy = control C
+keystroke_copy_single = control shift C
+keystroke_paste = control V
+keystroke_remove = none
+keystroke_add_arrow_link_action=control L
+keystroke_add_local_link_action=alt L
+-# Unline with control X, the node you remove with action remove cannot be
+# pasted again. Therefore, we do not provide any quick shortcut. We suggest
+# that you use cut instead of remove.
+#Node navigation commands
+keystroke_moveToRoot = ESCAPE
+keystroke_move_up = E
+keystroke_move_down = D
+keystroke_move_left = S
+keystroke_move_right = F
+keystroke_follow_link = control ENTER
+-#New node commands
+keystroke_add = ENTER
+keystroke_add_child = INSERT
+# on mac, there is no INSERT key, so use TAB instead.
+keystroke_add_child_mac = TAB
+keystroke_add_sibling_before = shift ENTER
+-#Node editing commands
+keystroke_edit = F2
+keystroke_edit_long_node = alt ENTER
+keystroke_edit_attributes = alt F9
+keystroke_show_all_attributes=
+keystroke_show_selected_attributes=
+keystroke_hide_all_attributes=
+keystroke_show_attribute_manager=
+keystroke_assign_attributes=
+keystroke_join_nodes = control J
+keystroke_use_rich_formatting = alt R
+keystroke_use_plain_text = alt P
+keystroke_toggle_folded = SPACE
+keystroke_toggle_children_folded = control SPACE
+keystroke_set_link_by_filechooser = control shift K
+keystroke_set_link_by_textfield = control K
+keystroke_set_image_by_filechooser = alt K
+keystroke_node_up = control UP
+keystroke_node_down = control DOWN
+keystroke_node_increase_font_size = ? control EQUALS
+keystroke_node_decrease_font_size = ? control MINUS
+keystroke_branch_increase_font_size = ? control shift EQUALS
+keystroke_branch_decrease_font_size = ? control shift MINUS
+keystroke_export_branch = alt shift A
+-#
+keystroke_node_color = alt shift F
+keystroke_node_color_blend = alt shift B
+keystroke_edge_color = alt shift E
+keystroke_find = control F
+keystroke_find_next = control G
+-# Apply patterns
+# There is no limiting number of the pattern, you can have as many
+# keystrokes for patterns as you want.
+# The reason I do not follow to F10 and further in this default is that
+# F10 has special function on Windows.
+keystroke_apply_pattern_1  = F1
+keystroke_apply_pattern_2  = control shift N
+keystroke_apply_pattern_3  = F3
+keystroke_apply_pattern_4  = F4
+keystroke_apply_pattern_5  = F5
+keystroke_apply_pattern_6  = F6
+keystroke_apply_pattern_7  = F7
+keystroke_apply_pattern_8  = F8
+keystroke_apply_pattern_9  = F9
+keystroke_apply_pattern_10 = control F1
+keystroke_apply_pattern_11 = control F2
+keystroke_apply_pattern_12 = control F3
+keystroke_apply_pattern_13 = control F4
+keystroke_apply_pattern_14 = control F5
+keystroke_apply_pattern_15 = control F6
+keystroke_apply_pattern_16 = control F7
+keystroke_apply_pattern_17 = control F8
+keystroke_apply_pattern_18 = control F9
+keystroke_zoom_out = alt DOWN
+keystroke_zoom_in = alt UP
+#
+# }}}
+-# Icons in Select Icon...
+keystroke_remove_all_icons=DELETE
+keystroke_remove_last_icon=BACK_SPACE
+keystroke_icon_attach=\:
+keystroke_icon_back=<
+keystroke_icon_button_cancel=-
+keystroke_icon_button_ok=+
+keystroke_icon_forward=>
+keystroke_icon_full-1=1
+keystroke_icon_full-2=2
+keystroke_icon_full-3=3
+keystroke_icon_full-4=4
+keystroke_icon_full-5=5
+keystroke_icon_full-6=6
+keystroke_icon_full-7=7
+keystroke_icon_full-8=8
+keystroke_icon_full-9=9
+keystroke_icon_full-0=0
+keystroke_icon_help=?
+keystroke_icon_idea=*
+keystroke_icon_ksmiletris=)
+keystroke_icon_messagebox_warning=\!
+keystroke_icon_smily_bad=(
+-#Don't display "move" cursor during paper dragging
+disable_cursor_move_paper = false
+-#Key typing: if enabled enters node editing
+disable_key_type = false
+-#Key typing: overwrites content (false) / creates new sibling (true)
+#   (requires: disable_key_type = false)
+key_type_adds_new = false
+-#Enable leaves folding
+#  == changing bubble/fork for fold action
+#  (although if false, you can always use node style to change it)
+enable_leaves_folding = false
+-# Tell if HTML exported from FreeMind should contain icons.
+# The trouble with icons is that quite often the links to
+# icons will not be found in the exported HTML.
+export_icons_in_html = false
+#
+# The Browse Mode
+#
+#The URL of the map that is loaded when browsemode starts up
+browsemode_initial_map = ./doc/freemind.mm
+#
+# The default browser setting
+#
+# For Windows (the \"\" signs are necessary due to links, that have "=" in their URL).
+# default_browser_command_windows_nt = explorer "{0}"
+#
+# # For "Windows NT":
+# default_browser_command_windows_nt = C:\Program Files\Internet Explorer\iexplore.exe "{0}"
+#
+# The next setting works for the default browser, but eventually starts programs without questions, so be careful!
+#
+# default_browser_command_windows_nt = rundll32 url.dll,FileProtocolHandler {0}
+default_browser_command_windows_nt = cmd.exe /c start "" "{0}"
+default_browser_command_windows_9x = command.com /c start "{0}"
+-# Dimitri proposed:
+# default_browser_command_windows_9x = explorer "{0}"
+#
+# Here the default browser for other operating systems goes:
+#
+# other is typically Linux:
+default_browser_command_other_os = xdg-open {0}
+#
+# and MAC: (thanks to Nick!)
+#default_browser_command_mac = open -a /Applications/Safari.app {0}
+# due to https://sourceforge.net/tracker/?func=detail&atid=357118&aid=1940334&group_id=7118
+default_browser_command_mac = open {0}
+#
+# Selection time delay of nodes when mouse is over (in msec)
+#
+# Change this value to 1 if you want direct selection on mouse over.
+#
+time_for_delayed_selection=60
+#
+# with the following switch you can enable/disable the delayed selection scheme
+#
+# Auto options. Do not modify these as they will be saved to auto.properties anyway.
+selection_method = selection_method_delayed
+# time between two consecutive automatic saving actions (in msec):
+# ==============================================================
+# To disable automatic saving set this number to 2000000000.
+time_for_automatic_save=60000
+#
+# If the files should be deleted automatically on a normal shutdown of Freemind set the following variable to true
+delete_automatic_saves_at_exit=true
+#
+# number n of different files to store the maps into.
+# The first automatic save is done in the first file, and so on
+# up to the n+1-save which is again stored in the first file (cyclic)
+number_of_different_files_for_automatic_save=10
+#
+# to change the default path (this is "java.io.tmpdir" of java), enter a directory path here:
+# other possibilities:
+# * freemind_home   stands for the directory, where the auto.properties are.
+# * default         points to java.io.tmpdir
+path_to_automatic_saves=freemind_home
+-# Dimitri, 01.09.04
+# width of the folding marking circle
+foldingsymbolwidth = 6
+-# Fc, 10.7.2005.
+# Levels of undo
+undo_levels=100
+-# fc, 21.2.06: key board shortcuts for move up/down
+keystroke_accessories/plugins/ChangeNodeLevelAction_left.properties_key=control LEFT
+keystroke_accessories/plugins/ChangeNodeLevelAction_right.properties_key=control RIGHT
+keystroke_accessories/plugins/FormatCopy.properties.properties_key=alt C
+keystroke_accessories/plugins/FormatPaste.properties.properties_key=alt V
+keystroke_accessories/plugins/IconSelectionPlugin.properties.properties_key=alt I
+keystroke_accessories/plugins/NewParentNode.properties_key=shift INSERT
+# keystroke_accessories/plugins/NodeNote.properties_key=alt N
+keystroke_accessories/plugins/UnfoldAll.keystroke.alt_PAGE_UP=alt PAGE_UP
+keystroke_accessories/plugins/UnfoldAll.keystroke.alt_PAGE_DOWN=alt PAGE_DOWN
+keystroke_accessories/plugins/UnfoldAll.keystroke.alt_HOME=alt HOME
+keystroke_accessories/plugins/UnfoldAll.keystroke.alt_END=alt END
+keystroke_accessories/plugins/SplitNode.properties_key=
+#dimitry 25.10
+keystroke_accessories/plugins/RemoveNote.properties.properties_key=
+# wysiwyg
+-# html_editing_options are external, internal-plain, and internal-wysiwyg.
+# If external option is chosen, the path for the external editor is taken from html_editing_command.
++#/*$Id: freemind.properties,v 1.36.14.16.2.64 2008/12/14 21:05:29 christianfoltin Exp $*/ -*- mode:sh -*-
++#This is the language that should be used in the program. "automatic" tries to load the current user's language.
++language = automatic
++antialias = antialias_edges
++html_export_folding = html_export_fold_currently_folded
++
++#should node be unfolded if child node is pasted ?
++#fc, 10.4.2008: set to false as default like in version 0.8.1 
++unfold_on_paste=false
++
++# Experimental features, "true" / "false"
++experimental_file_locking_on = false
++
++#If dnd is enabled. "true" or "false"
++draganddrop = true
++#The Modes which Freemind will load on startup, full Class names, comma, identifier, separated by a comma.
++#modes = freemind.modes.browsemode.BrowseMode,Browse,freemind.modes.mindmapmode.MindMapMode,MindMap,freemind.modes.filemode.FileMode,File
++modes_since_0_8_0 = freemind.modes.browsemode.BrowseMode,Browse,freemind.modes.mindmapmode.MindMapMode,MindMap,freemind.modes.filemode.FileMode,File
++
++#The initial mode that is loaded on startup
++initial_mode = MindMap
++
++#This is the place where the users properties file is located. It is ignored by the applet (set Parameters in the html
++#file instead). You can write "~" to indicate the users home directory.
++#Of course this works only in the default "freemind.properties", which is included in the jar file, not for the users
++#freemind.props out of the jar file.
++
++properties_folder = .freemind
++userproperties = user.properties
++autoproperties = auto.properties
++patternsfile = patterns.xml
++
++#The default new node style. "fork", "bubble" "as_parent" and "combined" are supported
++
++# standardnodestyle = fork
++# standardnodestyle = bubble
++standardnodestyle = as_parent
++
++#The root node style if no other is specified. "fork" and "bubble" and "combined" are supported
++
++standardrootnodestyle = fork
++
++#The standard background color in html notation
++standardbackgroundcolor = #ffffff
++
++#Use white as background for printing
++printonwhitebackground = true
++
++#The standard node color. In html notation (#RRGGBB in hex values)
++standardnodetextcolor = #000000
++
++#The standard node color if selected. In html notation (#RRGGBB in hex values)
++standardselectednodecolor = #d2d2d2
++
++#The selected nodes backgrounds and text colors are changed if true
++standarddrawrectangleforselection = false
++
++#The standard node text color if selected. In html notation (#RRGGBB in hex values)
++standardselectednoderectanglecolor = #002080
++
++#The default node font. This will only work if the font (TrueTypeFont) is available on the system
++defaultfont = SansSerif
++defaultfontstyle = 0
++defaultfontsize = 12
++
++#The default maximal node width in pixels
++max_node_width = 600
++
++#The standard edge color in html notation
++standardedgecolor = #808080
++# old: #2540b4
++
++#The standard edge style. "linear" and "bezier" are supported
++standardedgestyle = bezier
++
++#The standard cloud color in html notation
++standardcloudcolor = #f0f0f0
++
++#The standard cloud style. currently, only "bezier" is supported
++standardcloudestyle = bezier
++
++#The standard link color in html notation
++standardlinkcolor = #b0b0b0
++
++#The standard link style. currently, only "bezier" is supported
++standardlinkestyle = bezier
++
++#The Look&Feel to use. "metal","windows","motif", "gtk" are supported, "mac" is available only on MacOS
++# default means, that the default look and feel is used.
++# If you want to put your own L&F, please, enter the class name here and
++# assure that the corresponding jar file(s) are loaded.
++# If there are problems with the look and feel, then choose "nothing" here.
++#It work for applets
++lookandfeel = default
++
++#The initial size of every map
++mapxsize = 1000
++mapysize = 3200
++
++#Where to place new branches. Valid values are "first" and "last"
++placenewbranches = last
++
++#Set Links either relative or absolute
++links = relative
++
++#The URL of the documentation mindmap (.mm)
++docmapurl = file:/usr/share/doc/freemind/freemind.mm
++docmapurl_since_version_0_7_0 = file:/usr/share/doc/freemind/freemind.mm
++
++#This is a hash that maps endings of files to programs which should be used to open them.
++#It is only used by the application,not by the applet.
++#Special keywords: "default" instead of file and "execute" instead of program
++#Examples: Unix: "default:netscape,sh:bash,txt:emacs,mp3:freeamp,jpg:xv"
++#Windows: "default:explorer,exe:execute,com:execute,bat:execute,mp3:winamp,doc:word"
++#filetypes = default:netscape
++#     filetypes is obsolete
++preferred_browsers = explorer;konqueror;netscape  # Not yet implemented !!!
++last_opened_list_length = 25
++loadLastMap=true
++
++# {{{ Edit Long node
++# above / below
++el__buttons_position = above
++el__position_window_below_node = true
++el__min_default_window_height = 150
++el__max_default_window_height = 500
++el__min_default_window_width = 600
++el__max_default_window_width = 600
++el__enter_confirms_by_default = true
++el__show_icon_for_attributes = true
++# }}}
++
++# {{{ Keystrokes
++#
++# These are the accelerators for the menu items. Valid modifiers are:
++# shift | control | alt | meta | button1 | button2 | button3
++# Valid keys should be all that are defined in java.awt.event.KeyEvent
++# (without the "VK_" prefix), but I found this buggy. All normal char's should work.
++# The ideas employed in choice of keyboard shortcuts are:
++#   If there is a standard for a feature, use it
++#   Use control modifier whereever possible
++#Commands for the program
++keystroke_newMap = control N
++keystroke_open = control O
++keystroke_save = control S
++keystroke_saveAs = control shift S
++keystroke_print = control P
++keystroke_close = control W
++keystroke_quit = control Q
++keystroke_export_to_html = control E
++keystroke_export_branch_to_html = control H
++keystroke_open_first_in_history = control shift W
++keystroke_previousMap = alt shift LEFT
++keystroke_nextMap = alt shift RIGHT
++keystroke_option_dialog = control COMMA
++keystroke_mode_MindMap = alt 1
++keystroke_mode_Browse = alt 2
++keystroke_mode_File = alt 3
++keystroke_node_toggle_italic = control I
++keystroke_node_toggle_boldface = control B
++keystroke_node_toggle_underlined = control U
++keystroke_node_toggle_cloud = control shift B
++keystroke_undo = control Z
++keystroke_redo = control Y
++keystroke_delete_child = DELETE
++keystroke_select_all = control A
++keystroke_select_branch = control shift A
++
++#Node editing commands
++keystroke_cut = control X
++keystroke_copy = control C
++keystroke_copy_single = control shift C
++keystroke_paste = control V
++keystroke_remove = none
++keystroke_add_arrow_link_action=control L
++keystroke_add_local_link_action=alt L
++
++# Unline with control X, the node you remove with action remove cannot be
++# pasted again. Therefore, we do not provide any quick shortcut. We suggest
++# that you use cut instead of remove.
++#Node navigation commands
++keystroke_moveToRoot = ESCAPE
++keystroke_move_up = E
++keystroke_move_down = D
++keystroke_move_left = S
++keystroke_move_right = F
++keystroke_follow_link = control ENTER
++
++#New node commands
++keystroke_add = ENTER
++keystroke_add_child = INSERT
++# on mac, there is no INSERT key, so use TAB instead.
++keystroke_add_child_mac = TAB
++keystroke_add_sibling_before = shift ENTER
++
++#Node editing commands
++keystroke_edit = F2
++keystroke_edit_long_node = alt ENTER
++keystroke_edit_attributes = alt F9
++keystroke_show_all_attributes=
++keystroke_show_selected_attributes=
++keystroke_hide_all_attributes=
++keystroke_show_attribute_manager=
++keystroke_assign_attributes=
++keystroke_join_nodes = control J
++keystroke_use_rich_formatting = alt R
++keystroke_use_plain_text = alt P
++keystroke_toggle_folded = SPACE
++keystroke_toggle_children_folded = control SPACE
++keystroke_set_link_by_filechooser = control shift K
++keystroke_set_link_by_textfield = control K
++keystroke_set_image_by_filechooser = alt K
++keystroke_node_up = control UP
++keystroke_node_down = control DOWN
++keystroke_node_increase_font_size = ? control EQUALS
++keystroke_node_decrease_font_size = ? control MINUS
++keystroke_branch_increase_font_size = ? control shift EQUALS
++keystroke_branch_decrease_font_size = ? control shift MINUS
++keystroke_export_branch = alt shift A
++
++#
++keystroke_node_color = alt shift F
++keystroke_node_color_blend = alt shift B
++keystroke_edge_color = alt shift E
++keystroke_find = control F
++keystroke_find_next = control G
++
++# Apply patterns
++# There is no limiting number of the pattern, you can have as many
++# keystrokes for patterns as you want.
++# The reason I do not follow to F10 and further in this default is that
++# F10 has special function on Windows.
++keystroke_apply_pattern_1  = F1
++keystroke_apply_pattern_2  = control shift N
++keystroke_apply_pattern_3  = F3
++keystroke_apply_pattern_4  = F4
++keystroke_apply_pattern_5  = F5
++keystroke_apply_pattern_6  = F6
++keystroke_apply_pattern_7  = F7
++keystroke_apply_pattern_8  = F8
++keystroke_apply_pattern_9  = F9
++keystroke_apply_pattern_10 = control F1
++keystroke_apply_pattern_11 = control F2
++keystroke_apply_pattern_12 = control F3
++keystroke_apply_pattern_13 = control F4
++keystroke_apply_pattern_14 = control F5
++keystroke_apply_pattern_15 = control F6
++keystroke_apply_pattern_16 = control F7
++keystroke_apply_pattern_17 = control F8
++keystroke_apply_pattern_18 = control F9
++keystroke_zoom_out = alt DOWN
++keystroke_zoom_in = alt UP
++#
++# }}}
++
++# Icons in Select Icon...
++keystroke_remove_all_icons=DELETE
++keystroke_remove_last_icon=BACK_SPACE
++keystroke_icon_attach=\:
++keystroke_icon_back=<
++keystroke_icon_button_cancel=-
++keystroke_icon_button_ok=+
++keystroke_icon_forward=>
++keystroke_icon_full-1=1
++keystroke_icon_full-2=2
++keystroke_icon_full-3=3
++keystroke_icon_full-4=4
++keystroke_icon_full-5=5
++keystroke_icon_full-6=6
++keystroke_icon_full-7=7
++keystroke_icon_full-8=8
++keystroke_icon_full-9=9
++keystroke_icon_full-0=0
++keystroke_icon_help=?
++keystroke_icon_idea=*
++keystroke_icon_ksmiletris=)
++keystroke_icon_messagebox_warning=\!
++keystroke_icon_smily_bad=(
++
++#Don't display "move" cursor during paper dragging
++disable_cursor_move_paper = false
++
++#Key typing: if enabled enters node editing
++disable_key_type = false
++
++#Key typing: overwrites content (false) / creates new sibling (true)
++#   (requires: disable_key_type = false)
++key_type_adds_new = false
++
++#Enable leaves folding
++#  == changing bubble/fork for fold action
++#  (although if false, you can always use node style to change it)
++enable_leaves_folding = false
++
++# Tell if HTML exported from FreeMind should contain icons.
++# The trouble with icons is that quite often the links to
++# icons will not be found in the exported HTML.
++export_icons_in_html = false
++#
++# The Browse Mode
++#
++#The URL of the map that is loaded when browsemode starts up
++browsemode_initial_map = file:/usr/share/doc/freemind/freemind.mm
++#
++# The default browser setting
++#
++# For Windows (the \"\" signs are necessary due to links, that have "=" in their URL).
++# default_browser_command_windows_nt = explorer "{0}"
++#
++# # For "Windows NT":
++# default_browser_command_windows_nt = C:\Program Files\Internet Explorer\iexplore.exe "{0}"
++#
++# The next setting works for the default browser, but eventually starts programs without questions, so be careful!
++#
++# default_browser_command_windows_nt = rundll32 url.dll,FileProtocolHandler {0}
++default_browser_command_windows_nt = cmd.exe /c start "" "{0}"
++default_browser_command_windows_9x = command.com /c start "{0}"
++
++# Dimitri proposed:
++# default_browser_command_windows_9x = explorer "{0}"
++#
++# Here the default browser for other operating systems goes:
++#
++# other is typically Linux:
++default_browser_command_other_os = xdg-open {0}
++#
++# and MAC: (thanks to Nick!)
++#default_browser_command_mac = open -a /Applications/Safari.app {0}
++# due to https://sourceforge.net/tracker/?func=detail&atid=357118&aid=1940334&group_id=7118
++default_browser_command_mac = open {0}
++#
++# Selection time delay of nodes when mouse is over (in msec)
++#
++# Change this value to 1 if you want direct selection on mouse over.
++#
++time_for_delayed_selection=60
++#
++# with the following switch you can enable/disable the delayed selection scheme
++#
++# Auto options. Do not modify these as they will be saved to auto.properties anyway.
++selection_method = selection_method_delayed
++# time between two consecutive automatic saving actions (in msec):
++# ==============================================================
++# To disable automatic saving set this number to 2000000000.
++time_for_automatic_save=60000
++#
++# If the files should be deleted automatically on a normal shutdown of Freemind set the following variable to true
++delete_automatic_saves_at_exit=true
++#
++# number n of different files to store the maps into.
++# The first automatic save is done in the first file, and so on
++# up to the n+1-save which is again stored in the first file (cyclic)
++number_of_different_files_for_automatic_save=10
++#
++# to change the default path (this is "java.io.tmpdir" of java), enter a directory path here:
++# other possibilities:
++# * freemind_home   stands for the directory, where the auto.properties are.
++# * default         points to java.io.tmpdir
++path_to_automatic_saves=freemind_home
++
++# Dimitri, 01.09.04
++# width of the folding marking circle
++foldingsymbolwidth = 6
++
++# Fc, 10.7.2005.
++# Levels of undo
++undo_levels=100
++
++# fc, 21.2.06: key board shortcuts for move up/down
++keystroke_accessories/plugins/ChangeNodeLevelAction_left.properties_key=control LEFT
++keystroke_accessories/plugins/ChangeNodeLevelAction_right.properties_key=control RIGHT
++keystroke_accessories/plugins/FormatCopy.properties.properties_key=alt C
++keystroke_accessories/plugins/FormatPaste.properties.properties_key=alt V
++keystroke_accessories/plugins/IconSelectionPlugin.properties.properties_key=alt I
++keystroke_accessories/plugins/NewParentNode.properties_key=shift INSERT
++# keystroke_accessories/plugins/NodeNote.properties_key=alt N
++keystroke_accessories/plugins/UnfoldAll.keystroke.alt_PAGE_UP=alt PAGE_UP
++keystroke_accessories/plugins/UnfoldAll.keystroke.alt_PAGE_DOWN=alt PAGE_DOWN
++keystroke_accessories/plugins/UnfoldAll.keystroke.alt_HOME=alt HOME
++keystroke_accessories/plugins/UnfoldAll.keystroke.alt_END=alt END
++keystroke_accessories/plugins/SplitNode.properties_key=
++#dimitry 25.10
++keystroke_accessories/plugins/RemoveNote.properties.properties_key=
++# wysiwyg
++# html_editing_options are external, internal-plain, and internal-wysiwyg.
++# If external option is chosen, the path for the external editor is taken from html_editing_command.
+ html_editing_option=internal-wysiwyg
+ html_editing_command=C:\\Program Files\\Microsoft Office\\Office\\FRONTPG.EXE "{0}"
+ html_long_node_head=
+ cut_out_pictures_when_pasting_html=true
+ 
+ # fc, 26.3.06:
+-#old automaticFormat_level=<?xml version\="1.0" encoding\="UTF-8"?><patterns><pattern name\="Level1"><pattern_node_color value\="#000000"/><pattern_node_font_size value\="20"/></pattern><pattern name\="Level2"><pattern_node_color value\="#0033FF"/><pattern_node_font_size value\="18"/></pattern><pattern name\="Level3"><pattern_node_color value\="#00b439"/><pattern_node_font_size value\="16"/></pattern><pattern name\="Level4"><pattern_node_color value\="#990000"/><pattern_node_font_size value\="14"/></pattern><pattern name\="Level5"><pattern_node_color value\="#111111"/><pattern_node_font_size value\="12"/></pattern></patterns>
+#new with sharp bezier curves:
+automaticFormat_level=<?xml version\="1.0" encoding\="UTF-8"?><patterns><pattern name\="Level1"><pattern_node_color value\="\#000000"/><pattern_node_font_size value\="20"/></pattern><pattern name\="Level2"><pattern_node_color value\="\#0033ff"/><pattern_node_font_size value\="18"/><pattern_edge_style value\="sharp_bezier"/><pattern_edge_width value\="8"/></pattern><pattern name\="Level3"><pattern_node_color value\="\#00b439"/><pattern_node_font_size value\="16"/><pattern_edge_style value\="bezier"/><pattern_edge_width value\="thin"/></pattern><pattern name\="Level4"><pattern_node_color value\="\#990000"/><pattern_node_font_size value\="14"/></pattern><pattern name\="Level5"><pattern_node_color value\="\#111111"/><pattern_node_font_size value\="12"/></pattern></patterns>
+# fc, 4.9.06:
+keystroke_plugins/ScriptingEngine.keystroke.evaluate=alt F8
+#fc, 11.10.06
+# toggle key.
+keystroke_accessories/plugins/NodeNote_jumpto.keystroke.alt_N=control LESS
+# fc, 12.10.06: all tooltips have the following width in pixels:
+max_tooltip_width=600
+-#fc, 10.11.2006:
+keystroke_accessories/plugins/NodeNote_hide_show.keystroke.control_shift_less=control shift LESS
+-# fc, 11.11.2006: don't remove this comment as it is needed for mac osx:
+#freemind.base.dir=.
+webFreeMindLocation=http://freemind.sourceforge.net/
+webFAQLocation=http://freemind.sourceforge.net/faq.html
+webDocuLocation=http://freemind.sourceforge.net/docu.html
+-# time management plugin:
+keystroke_plugins/TimeManagement.xml_key=control T
+keystroke_plugins/TimeList.xml_key=control shift F
+
+# simplyhtml
+simplyhtml.menubar=edit format table help
+# toolbar definition
+#
+# each word (delimited by blanks) is a key for
+# an action in the tool bar (- = separator)
+simplyhtml.toolBar=undo redo - cut copy paste - findReplace
+
+# format toolbar definition
+#
+# each word (delimited by blanks) is a key for
+# an action in the tool bar (- = separator)
+simplyhtml.formatToolBar=fontFamily fontSize - fontBold fontItalic fontUnderline fontColor clearFormat
+
+# para toolbar definition
+#
+# each word (delimited by blanks) is a key for
+# an action in the tool bar (- = separator)
+simplyhtml.paraToolBar=paraAlignLeft paraAlignCenter paraAlignRight - toggleBullets toggleNumbers
+
+# edit menu definition
+simplyhtml.edit=undo redo - cut copy paste - findReplace - selectAll
+simplyhtml.popup=undo redo - cut copy paste
+
+# edit menu items
+simplyhtml.undoImage=resources/undo.gif
+simplyhtml.redoImage=resources/redo.gif
+simplyhtml.cutImage=resources/cut.gif
+simplyhtml.copyImage=resources/copy.gif
+simplyhtml.pasteImage=resources/paste.gif
+simplyhtml.findReplaceImage=resources/fr.gif
+
+#insert menu items
+simplyhtml.insertTableImage=resources/table.gif
+simplyhtml.insertImageImage=resources/image.gif
+
+# format menu definition
+simplyhtml.format=font - formatPara fontBold fontItalic fontUnderline fontColor clearFormat - paraAlignLeft paraAlignCenter paraAlignRight - formatList toggleBullets toggleNumbers
+
+# format menu items
+simplyhtml.fontImage=resources/font.gif
+simplyhtml.clearFormatImage=resources/clearFormat.gif
+simplyhtml.fontBoldSelectedIcon=resources/bold_on.gif
+simplyhtml.fontColorSelectedIcon=resources/fontColor.gif
+simplyhtml.fontItalicSelectedIcon=resources/italic_on.gif
+simplyhtml.fontUnderlineSelectedIcon=resources/uline_on.gif
+simplyhtml.formatTableImage=resources/fmtTab.gif
+simplyhtml.toggleBulletsImage=resources/ul.gif
+simplyhtml.toggleNumbersImage=resources/ol.gif
+simplyhtml.formatParaImage=resources/fmtPara.gif
+simplyhtml.paraAlignLeftImage=resources/algnLft.gif
+simplyhtml.paraAlignLeftSelectedIcon=resources/algnLft_on.gif
+simplyhtml.paraAlignCenterImage=resources/algnCtr.gif
+simplyhtml.paraAlignCenterSelectedIcon=resources/algnCtr_on.gif
+simplyhtml.paraAlignRightImage=resources/algnRt.gif
+simplyhtml.paraAlignRightSelectedIcon=resources/algnRt_on.gif
+
+# table menu definition
+simplyhtml.table=insertTable - nextTableCell prevTableCell - appendTableRow appendTableCol - insertTableRow insertTableCol - deleteTableRow deleteTableCol
+
+# table menu items
+simplyhtml.deleteTableColImage=resources/delCol.gif
+simplyhtml.insertTableRowImage=resources/insRow.gif
+simplyhtml.insertTableColImage=resources/insCol.gif
+simplyhtml.deleteTableRowImage=resources/delRow.gif
+
+# help menu definition
+simplyhtml.help = about
+
+# About frame
+simplyhtml.appImage=resources/appImage.jpg
+simplyhtml.appIcon=resources/icon_trans.gif
+
+# Splah screen
+simplyhtml.splashImage=resources/splashImage.jpg
+
+# Miscellaneous text
+simplyhtml.okBtnName=OK
+simplyhtml.standardStyleName=standard
+
+# not use shtml standard style for new documents
+simplyhtml.use_std_styles=false
+
+# fc, 2.3.07, mouse wheel speed
+wheel_velocity=80
+-# fc, 12.5.07: keystrokes for history:
+keystroke_accessories/plugins/NodeHistoryForward.keystroke.alt_FORWARD=alt RIGHT
+keystroke_accessories/plugins/NodeHistoryBack.keystroke.alt_BACK=alt LEFT
+-#fc, 25.5.07: tabbed pane or not:
+use_tabbed_pane=true
+
+
+# fc, 31.7.07
+delete_nodes_without_question=
+
+# Dimitry, 30.08.07
+remind_use_rich_text_in_new_long_nodes=
+
+# fc, 3.9.07:
+resources_execute_scripts_without_asking=
+
+#fc, 11.9.07:
+use_split_pane=true
+
+#dimitry, 25.10.07
+use_common_out_point_for_root_node=false
+-#fc, 25.5.07: tabbed pane or not:
+use_tabbed_pane=true
+
+#fc, 19.10.2007: standard is true as this is correct for almost every user...
+resources_convert_to_current_version=true
+-
+#fc, 12.11.07:
+keystroke_accessories/plugins/ManagePatterns_manage_patterns_dialog=F11
+
+#fc, 8.1.2008:
+resources_cut_nodes_without_question=
+
+#fc, 18.2.2008:
+save_only_intrisically_needed_ids=false
+
+#fc, 7.3.2008:
+resources_execute_scripts_without_file_restriction=false
+resources_execute_scripts_without_network_restriction=false
+resources_execute_scripts_without_exec_restriction=false
+
+#fc, 10.4.2008:
+resources_don_t_show_note_icons=false
+resources_remove_notes_without_question=
+resources_save_folding_state=true
+
+# fc, 18.4.2008: Empty means, that the freemind default key is used.
+resources_script_user_key_name_for_signing=
+resources_signed_script_are_trusted=true
+
+# fc, 28.4.2008: used and displayed icons as a list with divider ';':
+icons.list=idea;help;yes;messagebox_warning;stop-sign;closed;info;button_ok;button_cancel;full-1;full-2;full-3;full-4;full-5;full-6;full-7;full-8;full-9;full-0;stop;prepare;go;back;forward;up;down;attach;ksmiletris;smiley-neutral;smiley-oh;smiley-angry;smily_bad;clanbomber;desktop_new;gohome;folder;korn;Mail;kmail;list;edit;kaddressbook;knotify;password;pencil;wizard;xmag;bell;bookmark;penguin;licq;freemind_butterfly;broken-line;calendar;clock;hourglass;launch;flag-black;flag-blue;flag-green;flag-orange;flag-pink;flag;flag-yellow;family;female1;female2;male1;male2;fema;group
+# not added: encrypted;decrypted;redo;
+\ No newline at end of file
++#old automaticFormat_level=<?xml version\="1.0" encoding\="UTF-8"?><patterns><pattern name\="Level1"><pattern_node_color value\="#000000"/><pattern_node_font_size value\="20"/></pattern><pattern name\="Level2"><pattern_node_color value\="#0033FF"/><pattern_node_font_size value\="18"/></pattern><pattern name\="Level3"><pattern_node_color value\="#00b439"/><pattern_node_font_size value\="16"/></pattern><pattern name\="Level4"><pattern_node_color value\="#990000"/><pattern_node_font_size value\="14"/></pattern><pattern name\="Level5"><pattern_node_color value\="#111111"/><pattern_node_font_size value\="12"/></pattern></patterns>
++#new with sharp bezier curves:
++automaticFormat_level=<?xml version\="1.0" encoding\="UTF-8"?><patterns><pattern name\="Level1"><pattern_node_color value\="\#000000"/><pattern_node_font_size value\="20"/></pattern><pattern name\="Level2"><pattern_node_color value\="\#0033ff"/><pattern_node_font_size value\="18"/><pattern_edge_style value\="sharp_bezier"/><pattern_edge_width value\="8"/></pattern><pattern name\="Level3"><pattern_node_color value\="\#00b439"/><pattern_node_font_size value\="16"/><pattern_edge_style value\="bezier"/><pattern_edge_width value\="thin"/></pattern><pattern name\="Level4"><pattern_node_color value\="\#990000"/><pattern_node_font_size value\="14"/></pattern><pattern name\="Level5"><pattern_node_color value\="\#111111"/><pattern_node_font_size value\="12"/></pattern></patterns>
++# fc, 4.9.06:
++keystroke_plugins/ScriptingEngine.keystroke.evaluate=alt F8
++#fc, 11.10.06
++# toggle key.
++keystroke_accessories/plugins/NodeNote_jumpto.keystroke.alt_N=control LESS
++# fc, 12.10.06: all tooltips have the following width in pixels:
++max_tooltip_width=600
++
++#fc, 10.11.2006:
++keystroke_accessories/plugins/NodeNote_hide_show.keystroke.control_shift_less=control shift LESS
++
++# fc, 11.11.2006: don't remove this comment as it is needed for mac osx:
++#freemind.base.dir=.
++webFreeMindLocation=http://freemind.sourceforge.net/
++webFAQLocation=http://freemind.sourceforge.net/faq.html
++webDocuLocation=http://freemind.sourceforge.net/docu.html
++
++# time management plugin:
++keystroke_plugins/TimeManagement.xml_key=control T
++keystroke_plugins/TimeList.xml_key=control shift F
++
++# simplyhtml
++simplyhtml.menubar=edit format table help
++# toolbar definition
++#
++# each word (delimited by blanks) is a key for
++# an action in the tool bar (- = separator)
++simplyhtml.toolBar=undo redo - cut copy paste - findReplace
++
++# format toolbar definition
++#
++# each word (delimited by blanks) is a key for
++# an action in the tool bar (- = separator)
++simplyhtml.formatToolBar=fontFamily fontSize - fontBold fontItalic fontUnderline fontColor clearFormat
++
++# para toolbar definition
++#
++# each word (delimited by blanks) is a key for
++# an action in the tool bar (- = separator)
++simplyhtml.paraToolBar=paraAlignLeft paraAlignCenter paraAlignRight - toggleBullets toggleNumbers
++
++# edit menu definition
++simplyhtml.edit=undo redo - cut copy paste - findReplace - selectAll
++simplyhtml.popup=undo redo - cut copy paste
++
++# edit menu items
++simplyhtml.undoImage=resources/undo.gif
++simplyhtml.redoImage=resources/redo.gif
++simplyhtml.cutImage=resources/cut.gif
++simplyhtml.copyImage=resources/copy.gif
++simplyhtml.pasteImage=resources/paste.gif
++simplyhtml.findReplaceImage=resources/fr.gif
++
++#insert menu items
++simplyhtml.insertTableImage=resources/table.gif
++simplyhtml.insertImageImage=resources/image.gif
++
++# format menu definition
++simplyhtml.format=font - formatPara fontBold fontItalic fontUnderline fontColor clearFormat - paraAlignLeft paraAlignCenter paraAlignRight - formatList toggleBullets toggleNumbers
++
++# format menu items
++simplyhtml.fontImage=resources/font.gif
++simplyhtml.clearFormatImage=resources/clearFormat.gif
++simplyhtml.fontBoldSelectedIcon=resources/bold_on.gif
++simplyhtml.fontColorSelectedIcon=resources/fontColor.gif
++simplyhtml.fontItalicSelectedIcon=resources/italic_on.gif
++simplyhtml.fontUnderlineSelectedIcon=resources/uline_on.gif
++simplyhtml.formatTableImage=resources/fmtTab.gif
++simplyhtml.toggleBulletsImage=resources/ul.gif
++simplyhtml.toggleNumbersImage=resources/ol.gif
++simplyhtml.formatParaImage=resources/fmtPara.gif
++simplyhtml.paraAlignLeftImage=resources/algnLft.gif
++simplyhtml.paraAlignLeftSelectedIcon=resources/algnLft_on.gif
++simplyhtml.paraAlignCenterImage=resources/algnCtr.gif
++simplyhtml.paraAlignCenterSelectedIcon=resources/algnCtr_on.gif
++simplyhtml.paraAlignRightImage=resources/algnRt.gif
++simplyhtml.paraAlignRightSelectedIcon=resources/algnRt_on.gif
++
++# table menu definition
++simplyhtml.table=insertTable - nextTableCell prevTableCell - appendTableRow appendTableCol - insertTableRow insertTableCol - deleteTableRow deleteTableCol
++
++# table menu items
++simplyhtml.deleteTableColImage=resources/delCol.gif
++simplyhtml.insertTableRowImage=resources/insRow.gif
++simplyhtml.insertTableColImage=resources/insCol.gif
++simplyhtml.deleteTableRowImage=resources/delRow.gif
++
++# help menu definition
++simplyhtml.help = about
++
++# About frame
++simplyhtml.appImage=resources/appImage.jpg
++simplyhtml.appIcon=resources/icon_trans.gif
++
++# Splah screen
++simplyhtml.splashImage=resources/splashImage.jpg
++
++# Miscellaneous text
++simplyhtml.okBtnName=OK
++simplyhtml.standardStyleName=standard
++
++# not use shtml standard style for new documents
++simplyhtml.use_std_styles=false
++
++# fc, 2.3.07, mouse wheel speed
++wheel_velocity=80
++
++# fc, 12.5.07: keystrokes for history:
++keystroke_accessories/plugins/NodeHistoryForward.keystroke.alt_FORWARD=alt RIGHT
++keystroke_accessories/plugins/NodeHistoryBack.keystroke.alt_BACK=alt LEFT
++
++#fc, 25.5.07: tabbed pane or not:
++use_tabbed_pane=true
++
++
++# fc, 31.7.07
++delete_nodes_without_question=
++
++# Dimitry, 30.08.07
++remind_use_rich_text_in_new_long_nodes=
++
++# fc, 3.9.07:
++resources_execute_scripts_without_asking=
++
++#fc, 11.9.07:
++use_split_pane=true
++
++#dimitry, 25.10.07
++use_common_out_point_for_root_node=false
++#fc, 25.5.07: tabbed pane or not:
++use_tabbed_pane=true
++
++#fc, 19.10.2007: standard is true as this is correct for almost every user...
++resources_convert_to_current_version=true
++
++#fc, 12.11.07:
++keystroke_accessories/plugins/ManagePatterns_manage_patterns_dialog=F11
++
++#fc, 8.1.2008:
++resources_cut_nodes_without_question=
++
++#fc, 18.2.2008:
++save_only_intrisically_needed_ids=false
++
++#fc, 7.3.2008:
++resources_execute_scripts_without_file_restriction=false
++resources_execute_scripts_without_network_restriction=false
++resources_execute_scripts_without_exec_restriction=false
++
++#fc, 10.4.2008:
++resources_don_t_show_note_icons=false
++resources_remove_notes_without_question=
++resources_save_folding_state=true
++
++# fc, 18.4.2008: Empty means, that the freemind default key is used.
++resources_script_user_key_name_for_signing=
++resources_signed_script_are_trusted=true
++
++# fc, 28.4.2008: used and displayed icons as a list with divider ';':
++icons.list=idea;help;yes;messagebox_warning;stop-sign;closed;info;button_ok;button_cancel;full-1;full-2;full-3;full-4;full-5;full-6;full-7;full-8;full-9;full-0;stop;prepare;go;back;forward;up;down;attach;ksmiletris;smiley-neutral;smiley-oh;smiley-angry;smily_bad;clanbomber;desktop_new;gohome;folder;korn;Mail;kmail;list;edit;kaddressbook;knotify;password;pencil;wizard;xmag;bell;bookmark;penguin;licq;freemind_butterfly;broken-line;calendar;clock;hourglass;launch;flag-black;flag-blue;flag-green;flag-orange;flag-pink;flag;flag-yellow;family;female1;female2;male1;male2;fema;group
++# not added: encrypted;decrypted;redo;
++

Modified: trunk/freemind/debian/patches/40_plug_script.patch
===================================================================
--- trunk/freemind/debian/patches/40_plug_script.patch	2009-02-22 13:24:46 UTC (rev 8007)
+++ trunk/freemind/debian/patches/40_plug_script.patch	2009-02-22 19:46:25 UTC (rev 8008)
@@ -1,35 +1,19 @@
-diff -Nur freemind-0.9.0~beta9/freemind/plugins/ScriptingEngine.xml freemind-0.9.0~beta9.new/freemind/plugins/ScriptingEngine.xml
---- freemind-0.9.0~beta9/freemind/plugins/ScriptingEngine.xml	2007-02-27 22:13:37.000000000 +0100
-+++ freemind-0.9.0~beta9.new/freemind/plugins/ScriptingEngine.xml	2007-03-10 17:19:58.000000000 +0100
+diff -Nur -x '*.orig' -x '*~' freemind-0.9.0~rc1/freemind/plugins/ScriptingEngine.xml freemind-0.9.0~rc1.new/freemind/plugins/ScriptingEngine.xml
+--- freemind-0.9.0~rc1/freemind/plugins/ScriptingEngine.xml	2008-07-18 21:02:52.000000000 +0200
++++ freemind-0.9.0~rc1.new/freemind/plugins/ScriptingEngine.xml	2009-02-22 20:07:36.000000000 +0100
 @@ -1,7 +1,7 @@
  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  <plugin label="plugins/ScriptingEngine">
  	<plugin_classpath jar="script/scripting_plugin.jar"/>
--	<plugin_classpath jar="script/groovy-all-1.0.jar"/>
-+	<plugin_classpath jar="/usr/share/groovy/embeddable/groovy-all-1.0-beta-8.jar"/>
- 	<plugin_action documentation="%plugins/ScriptingEngine.xml_documentation" 
- 		name="%plugins/ScriptingEngine.xml_name" 
- 		base="freemind.extensions.ModeControllerHookAdapter" 
-@@ -20,4 +20,4 @@
+-	<plugin_classpath jar="script/groovy-all-1.5.6.jar"/>
++	<plugin_classpath jar="/usr/share/java/groovy.jar"/>
+ 	<plugin_registration class_name="plugins.script.ScriptingRegistration" isPluginBase="true">
  		<plugin_mode class_name="freemind.modes.mindmapmode"/>
- 		<plugin_menu location="menu_bar/extras/first/scripting/edit"/>
- 	</plugin_action>
+ 	</plugin_registration>
+@@ -37,4 +37,4 @@
+         <plugin_property name="ScriptLocation" value="/home/foltin/test.groovy" />
+ 	</plugin_action> 
+ -->
 -</plugin>
 \ No newline at end of file
 +</plugin>
-diff -Nur freemind-0.9.0~beta9/freemind/plugins/build_scripting.xml freemind-0.9.0~beta9.new/freemind/plugins/build_scripting.xml
---- freemind-0.9.0~beta9/freemind/plugins/build_scripting.xml	2007-01-03 23:05:27.000000000 +0100
-+++ freemind-0.9.0~beta9.new/freemind/plugins/build_scripting.xml	2007-03-10 17:20:45.000000000 +0100
-@@ -4,9 +4,9 @@
- 	<property name="plugin.dir" value="plugins/script"/>
- 	<property name="plugin.jar" value="scripting_plugin.jar" />
- 	<property name="plugin.zip" value="scripting_plugin-${ver}.zip" />
--	<property name="additional.lib" value="${plugin.dir}/groovy-all-1.0.jar"/>
-+	<property name="additional.lib" value="/usr/share/groovy/embeddable/groovy-all-1.0-beta-8.jar"/>
- 	
- 	<property name="additional.lib.pattern" value="${plugin.dir}/*.jar"/>
- 
- 	<import file="build_import.xml" />
--</project>
-\ No newline at end of file
-+</project>

Deleted: trunk/freemind/debian/patches/50_groovy.patch
===================================================================
--- trunk/freemind/debian/patches/50_groovy.patch	2009-02-22 13:24:46 UTC (rev 8007)
+++ trunk/freemind/debian/patches/50_groovy.patch	2009-02-22 19:46:25 UTC (rev 8008)
@@ -1,17 +0,0 @@
-diff -Nur freemind-0.9.0~beta9/freemind/plugins/script/ScriptEditor.java freemind-0.9.0~beta9.new/freemind/plugins/script/ScriptEditor.java
---- freemind-0.9.0~beta9/freemind/plugins/script/ScriptEditor.java	2007-03-18 17:06:33.000000000 +0100
-+++ freemind-0.9.0~beta9.new/freemind/plugins/script/ScriptEditor.java	2007-03-18 17:08:21.000000000 +0100
-@@ -81,10 +81,12 @@
- 			String script = getScript(pIndex).getScript();
- 			// redirect output:
- 			PrintStream oldOut = System.out;
--			Object value;
-+			Object value = null;
- 			try {
- 				System.setOut(pOutStream);
- 				value = shell.evaluate(script);
-+			} catch (org.codehaus.groovy.control.CompilationFailedException e) {
-+				logger.severe("Compilation of script failed.");
- 			} finally {
- 				System.setOut(oldOut);
- 			}

Modified: trunk/freemind/debian/rules
===================================================================
--- trunk/freemind/debian/rules	2009-02-22 13:24:46 UTC (rev 8007)
+++ trunk/freemind/debian/rules	2009-02-22 19:46:25 UTC (rev 8008)
@@ -7,13 +7,8 @@
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-#FREE JAVA (aka kaffe)
-#JAVA_HOME_DIRS       := /usr/lib/kaffe
-#JAVACMD              := /usr/lib/kaffe/bin/java
+JAVA_HOME_DIRS       := /usr/lib/jvm/java-6-openjdk
 
-#NON-FREE JAVA (aka Sun)
-JAVA_HOME_DIRS       := /usr/lib/j2sdk1.4-sun
-
 ANT_HOME             := /usr/share/ant
 DEB_JARS             := ant-antlr ant-apache-bcel ant-apache-bsf ant-apache-log4j ant-apache-oro ant-apache-regexp ant-commons-logging ant-javamail ant-jdepend ant-nodeps ant-swing ant-jmf ant-apache-resolver ant-commons-net ant-jsch ant-junit ant-trax
 DEB_ANT_BUILD_TARGET := dist doc browser
@@ -35,4 +30,4 @@
 	-$(DEB_ANT_INVOKE) $(DEB_ANT_CLEAN_TARGET)
 
 get-orig-source:
-	debian/export-freemind-cvs.sh 0.9.0~beta9 fm_0_9_0_beta9
+	debian/export-freemind-cvs.sh 0.9.0~rc1 fm_0_9_0_rc1




More information about the pkg-java-commits mailing list