Compile for jdk 1.4.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 4 Apr 2005 22:21:13 +0000 (22:21 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 4 Apr 2005 22:21:13 +0000 (22:21 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1376 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

build.xml

index e3629d0..64b75a2 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -67,7 +67,7 @@
     <target name="compile" depends="init"
        description="Compile source file, combine with schemas and conf directories">
         <javac srcdir="${src}" destdir="${build}" includes="**/*.java" debug="on" 
-               target="1.3" source="1.3">
+               target="1.4" source="1.4">
             <classpath refid="build.path" />
         </javac>
         <copy todir="${build}/schemas">