[pkg-java] r3045 - in trunk/freemind/debian: . patches
Eric Lavarde
ewl-guest at alioth.debian.org
Sat Mar 10 18:13:12 CET 2007
Author: ewl-guest
Date: 2007-03-10 17:13:11 +0000 (Sat, 10 Mar 2007)
New Revision: 3045
Modified:
trunk/freemind/debian/control
trunk/freemind/debian/freemind.links
trunk/freemind/debian/patches/01_build_xml.patch
trunk/freemind/debian/rules
Log:
Correct jaxme-js to jaxmejs
Correct different version strings
Add all ant-optional libraries to DEB_JARS
Modified: trunk/freemind/debian/control
===================================================================
--- trunk/freemind/debian/control 2007-03-10 16:45:51 UTC (rev 3044)
+++ trunk/freemind/debian/control 2007-03-10 17:13:11 UTC (rev 3045)
@@ -23,24 +23,24 @@
Use java-package to create a required Sun/Blackdown Java Runtime package.
FreeMind doesn't work with free (and incomplete) Java implementations.
-#Package: freemind-browser
-#Architecture: all
-#Recommends: thttpd | httpd
-#Suggests: freemind
-#Description: Java Applet for publishing Mindmaps produced with FreeMind
-# This package contains a java applet as well as an example of an HTML file to
-# publish FreeMind maps using a standard web server.
+Package: freemind-browser
+Architecture: all
+Recommends: thttpd | httpd
+Suggests: freemind
+Description: Java Applet for publishing Mindmaps produced with FreeMind
+ This package contains a java applet as well as an example of an HTML file to
+ publish FreeMind maps using a standard web server.
Package: freemind-plugins-svg
Architecture: all
-Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (>= 0.7.9.rc3), libbatik-java (>= 1.6), rhino, libxerces2-java
+Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (>= 0.9.0~beta9), libbatik-java (>= 1.6), rhino, libxerces2-java
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 (>= 0.7.9.rc3)
+Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (>= 0.9.0~beta9)
Description: Java Plugin for FreeMind to show an extended online help
This plugin will add a menu point 'Help -> Online Help'.
.
@@ -50,7 +50,7 @@
Package: freemind-plugins-script
Architecture: all
-Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (>= 0.7.9.rc3), groovy
+Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (>= 0.9.0~beta9), groovy
Description: Java Plugin for FreeMind to add scripting capabilities
This plugin will add the menu points 'Tools -> Evaluate' and
'Tools -> Script Editor...'.
@@ -59,7 +59,7 @@
#Package: freemind-plugins-collab-jabber
#Architecture: all
-#Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (>= 0.7.9.rc3), libcommons-logging-java, libcrimson-java, liboro-java, libgnujaxp-java, libjdom0-java, liblog4j1.2-java
+#Depends: j2re1.4 | j2re1.5 | java2-runtime, freemind (>= 0.9.0~beta9), 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/freemind.links
===================================================================
--- trunk/freemind/debian/freemind.links 2007-03-10 16:45:51 UTC (rev 3044)
+++ trunk/freemind/debian/freemind.links 2007-03-10 17:13:11 UTC (rev 3045)
@@ -1,2 +1,2 @@
usr/share/freemind/freemind.sh usr/bin/freemind
-usr/share/freemind/lib/freemind.jar usr/share/java/freemind-0.8.0.jar
+usr/share/freemind/lib/freemind.jar usr/share/java/freemind-0.9.0.jar
Modified: trunk/freemind/debian/patches/01_build_xml.patch
===================================================================
--- trunk/freemind/debian/patches/01_build_xml.patch 2007-03-10 16:45:51 UTC (rev 3044)
+++ trunk/freemind/debian/patches/01_build_xml.patch 2007-03-10 17:13:11 UTC (rev 3045)
@@ -33,7 +33,7 @@
<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}/jaxme-js.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-1.0.4.jar:${jibxhome}/jaxmejs.jar:${jibxhome}/log4j-1.2.jar:${java.dir}/commons-lang-2.1.jar" failonerror="true">
<arg line="-n freemind.controller.actions.generated.instance" />
<arg line="-d binding/src" />
<arg file="freemind_actions.xsd" />
Modified: trunk/freemind/debian/rules
===================================================================
--- trunk/freemind/debian/rules 2007-03-10 16:45:51 UTC (rev 3044)
+++ trunk/freemind/debian/rules 2007-03-10 17:13:11 UTC (rev 3045)
@@ -13,7 +13,7 @@
JAVA_HOME_DIRS := /usr/lib/j2sdk1.4-sun
ANT_HOME := /usr/share/ant
-DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar xercesImpl xmlParserAPIs
+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 userdoc browser
DEB_BUILDDIR := freemind
DEB_COMPRESS_EXCLUDE := .mm
More information about the pkg-java-commits
mailing list