SOURCES: jcommon-ant.patch - force source version also for javadoc
glen
glen at pld-linux.org
Sun Nov 18 13:57:14 CET 2007
Author: glen Date: Sun Nov 18 12:57:14 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- force source version also for javadoc
---- Files affected:
SOURCES:
jcommon-ant.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/jcommon-ant.patch
diff -u SOURCES/jcommon-ant.patch:1.1 SOURCES/jcommon-ant.patch:1.2
--- SOURCES/jcommon-ant.patch:1.1 Sun Nov 18 13:50:41 2007
+++ SOURCES/jcommon-ant.patch Sun Nov 18 13:57:09 2007
@@ -1,10 +1,10 @@
---- jcommon-0.9.1/ant/build.xml~ 2007-11-18 14:46:54.000000000 +0200
-+++ jcommon-0.9.1/ant/build.xml 2007-11-18 14:46:56.630415983 +0200
+--- jcommon-0.9.1/ant/build.xml 2004-01-09 14:12:19.000000000 +0200
++++ jcommon-0.9.1.ant/ant/build.xml 2007-11-18 14:53:03.831466257 +0200
@@ -25,6 +25,7 @@
<property name="builddir" value="${basedir}/build" />
<property name="junit.jar" value="${basedir}/junit/junit.jar" />
<property name="gnujaxp.jar" value="${basedir}/lib/gnujaxp.jar"/>
-+ <property name="compile.source" value="1.4"/>
++ <property name="compile.source" value="1.4"/>
<path id="build.classpath">
<pathelement location="${gnujaxp.jar}"/>
@@ -13,9 +13,17 @@
<!-- compile the source -->
<javac srcdir="${basedir}/src"
- destdir="${basedir}/build">
-+ destdir="${basedir}/build"
-+ source="${compile.source}"
-+ >
++ destdir="${basedir}/build"
++ source="${compile.source}"
++ >
<classpath refid="build.classpath" />
<include name="org/jfree/*"/>
<include name="org/jfree/date/*"/>
+@@ -116,6 +119,7 @@
+ <delete dir="${basedir}/javadoc" />
+ <mkdir dir="${basedir}/javadoc" />
+ <javadoc destdir="${basedir}/javadoc"
++ source="${compile.source}"
+ windowtitle="JCommon Class Library (version ${jcommon.version})"
+ overview="${basedir}/src/jcommon_overview.html">
+ <packageset dir="${basedir}/src" defaultexcludes="yes">
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/jcommon-ant.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list