[SCM] freeplane packaging branch, master, updated. debian/1.1.3-2-52-g4b68a3f
Felix Natter
fnatter at gmx.net
Sat Apr 6 15:27:28 UTC 2013
The following commit has been merged in the master branch:
commit 560fee09338b3e8eb147056936cf9f679bff9ae9
Author: Felix Natter <fnatter at gmx.net>
Date: Wed Feb 20 17:06:39 2013 +0100
Remove Class-Path from OLD_MANIFEST.MF
(this seems to be taken care of by OSGi nowadays)
diff --git a/debian/patches/92_fix_old_manifest.patch b/debian/patches/92_fix_old_manifest.patch
new file mode 100644
index 0000000..86930b0
--- /dev/null
+++ b/debian/patches/92_fix_old_manifest.patch
@@ -0,0 +1,17 @@
+remove classpath, IMHO this is done using OSGi
+--- a/freeplane/META-INF/OLD_MANIFEST.MF
++++ b/freeplane/META-INF/OLD_MANIFEST.MF
+@@ -1,11 +1,3 @@
+ Manifest-Version: 1.0
+ Main-Class: org.freeplane.main.application.FreeplaneMain
+-Class-Path: ../
+- freeplaneeditor.jar
+- freeplaneviewer.jar
+- freeplanemac.jar
+- commons-lang-2.0.jar
+- forms-1.0.5.jar
+- jortho.jar
+- gnu-regexp-1.1.4.jar
+- SimplyHTML.jar
++Class-Path:
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index b7b089d..01895e3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@
70_skip_bugreport.patch
80_no_update_check.patch
90_fix_jsyntaxpane_location.patch
+92_fix_old_manifest.patch
--
freeplane packaging
More information about the pkg-java-commits
mailing list