Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89940 | Differences between
and this patch

Collapse All | Expand All

(-)commons-pool-1.2.orig/build.xml (-1 / +2 lines)
Lines 107-113 Link Here
107
             classpath="${classpath}"
107
             classpath="${classpath}"
108
             debug="${javac.debug}"
108
             debug="${javac.debug}"
109
             deprecation="${javac.deprecation}"
109
             deprecation="${javac.deprecation}"
110
             optimize="${javac.optimize}"/>
110
             optimize="${javac.optimize}"
111
	     source="1.4"/>
111
   </target>
112
   </target>
112
   
113
   
113
   <target name="compile-test" depends="compile">
114
   <target name="compile-test" depends="compile">

Return to bug 89940