Skip to content

Commit

Permalink
PDFBOX-572: upgrading to java 5
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@885225 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
lehmi committed Nov 29, 2009
1 parent f7c2087 commit d09e6c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Expand Up @@ -158,10 +158,10 @@
description="Compile Java source files">
<!-- required encoding flag to be able to build using ibm-jdk on redhat ES-->
<javac srcdir="${src.dir}" destdir="${dest.dir}"
target="1.4" source="1.4" debug="on" deprecation="on"
target="1.5" source="1.5" debug="on" deprecation="on"
classpathref="build.classpath" encoding="ISO-8859-1"/>
<javac srcdir="${test.dir}" destdir="${dest.dir}"
target="1.4" source="1.4" debug="on" deprecation="on"
target="1.5" source="1.5" debug="on" deprecation="on"
classpathref="build.classpath" encoding="ISO-8859-1"/>
</target>

Expand Down Expand Up @@ -743,7 +743,7 @@
classpathref="build.classpath"
encoding="ISO-8859-1"
breakiterator="yes">
<link href="http://java.sun.com/j2se/1.4.2/docs/api/"/>
<link href="http://java.sun.com/j2se/1.5.0/docs/api/"/>
<link href="http://jakarta.apache.org/lucene/docs/api/" />
<!--<link href="http://jakarta.apache.org/ant/manual/api/" />-->
</javadoc>
Expand Down

0 comments on commit d09e6c9

Please sign in to comment.