Author: j16sdiz
Date: 2008-06-05 15:31:08 +0000 (Thu, 05 Jun 2008)
New Revision: 20218

Modified:
   branches/saltedhashstore/freenet/.classpath
   branches/saltedhashstore/freenet/build.xml
Log:
build script for java 5


Modified: branches/saltedhashstore/freenet/.classpath
===================================================================
--- branches/saltedhashstore/freenet/.classpath 2008-06-05 13:45:17 UTC (rev 
20217)
+++ branches/saltedhashstore/freenet/.classpath 2008-06-05 15:31:08 UTC (rev 
20218)
@@ -3,7 +3,7 @@
        <classpathentry 
excluding="freenet/node/*Test.java|plugins/JSTUN/**|test/**" kind="src" 
path="src"/>
        <classpathentry including="freenet/|org/" kind="src" path="test"/>
        <classpathentry exported="true" kind="lib" path="lib/freenet-ext.jar"/>
-       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
        <classpathentry kind="lib" path="/usr/share/java/junit.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>

Modified: branches/saltedhashstore/freenet/build.xml
===================================================================
--- branches/saltedhashstore/freenet/build.xml  2008-06-05 13:45:17 UTC (rev 
20217)
+++ branches/saltedhashstore/freenet/build.xml  2008-06-05 15:31:08 UTC (rev 
20218)
@@ -73,7 +73,7 @@
                <!-- Create the build directory structure used by compile -->

                <!-- FIXME: remove the debug and replace with optimize -->
-               <javac srcdir="${src}" destdir="${build}" debug="on" 
optimize="on" source="1.4">
+               <javac srcdir="${src}" destdir="${build}" debug="on" 
optimize="on" source="1.5">
                        <classpath>
                                <pathelement 
location="${freenet-ext.location}"/>
                                <pathelement location="gnu-crypto.jar"/>
@@ -128,7 +128,7 @@
        <!-- ================================================== -->

        <target name="unit-build" depends="compile" if="junit.present">
-               <javac srcdir="${test}" destdir="${build-test}" debug="on" 
optimize="on" source="1.4">
+               <javac srcdir="${test}" destdir="${build-test}" debug="on" 
optimize="on" source="1.5">
                        <classpath>
                                <pathelement path="${build}"/>
                                <pathelement 
location="${freenet-ext.location}"/>


Reply via email to