This is an automated email from the git hooks/post-receive script. fnatter-guest pushed a commit to branch master in repository freeplane.
commit 8f5782d73bc7796f074f7ce515602b5454d0a77d Author: Felix Natter <[email protected]> Date: Sat Mar 28 15:03:06 2015 +0100 fix 20_freeplane_sh.patch for 1.3.15 --- debian/patches/20_freeplane_sh.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/patches/20_freeplane_sh.patch b/debian/patches/20_freeplane_sh.patch index 5852b01..d0345c5 100644 --- a/debian/patches/20_freeplane_sh.patch +++ b/debian/patches/20_freeplane_sh.patch @@ -99,15 +99,15 @@ JAVACMD->JAVA_CMD, use java-wrappers.sh instead of findjava if available, maybe _debug "Calling: "\ -"${JAVACMD}" -Xmx512m\ +"${JAVA_CMD}" -Xmx512m\ - "-Dorg.freeplane.param1=$1"\ - "-Dorg.freeplane.param2=$2"\ - "-Dorg.freeplane.param3=$3"\ -@@ -196,7 +210,7 @@ + "-Dorg.freeplane.userfpdir=$userfpdir"\ + "-Dorg.freeplane.old_userfpdir=$old_userfpdir"\ + "-Dorg.freeplane.globalresourcedir=${freedir}/resources"\ +@@ -185,7 +199,7 @@ ( echo "${DEBUG}" | grep -qe "exit" ) && exit 0 # do not start Freeplane # now actually launch Freeplane -"${JAVACMD}" -Xmx512m\ +"${JAVA_CMD}" -Xmx512m\ - "-Dorg.freeplane.param1=$1"\ - "-Dorg.freeplane.param2=$2"\ - "-Dorg.freeplane.param3=$3"\ + "-Dorg.freeplane.userfpdir=$userfpdir"\ + "-Dorg.freeplane.old_userfpdir=$old_userfpdir"\ + "-Dorg.freeplane.globalresourcedir=${freedir}/resources"\ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freeplane.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

