FreeBSD Bugzilla – Attachment 65406 Details for
Bug 96922
solve jdk1.5 incompatibility in jakarta-commons-pool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.10 KB, created by
toha
on 2006-05-07 17:00:34 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
toha
Created:
2006-05-07 17:00:34 UTC
Size:
1.10 KB
patch
obsolete
>--- build.xml.orig Sun Mar 19 13:45:07 2006 >+++ build.xml Sun Mar 19 13:45:41 2006 >@@ -93,7 +93,8 @@ > noindex="false" > nohelp="true" > nonavbar="false" >- serialwarn="false"> >+ serialwarn="false" >+ source="1.2"> > <link href="http://java.sun.com/j2se/1.4.2/docs/api"/> > </javadoc> > </target> >@@ -107,7 +108,8 @@ > classpath="${classpath}" > debug="${javac.debug}" > deprecation="${javac.deprecation}" >- optimize="${javac.optimize}"/> >+ optimize="${javac.optimize}" >+ source="1.2"/> > </target> > > <target name="compile-test" depends="compile"> >@@ -116,7 +118,8 @@ > srcdir="${src.test.dir}" > debug="${javac.debug}" > deprecation="${javac.deprecation}" >- optimize="${javac.optimize}"> >+ optimize="${javac.optimize}" >+ source="1.2"> > <classpath> > <pathelement location="${build.classes.dir}" /> > <pathelement location="${build.test-classes.dir}" />
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 96922
: 65406