Author: nextgens
Date: 2008-06-12 04:22:31 +0000 (Thu, 12 Jun 2008)
New Revision: 20273

Modified:
   trunk/freenet/build.xml
Log:
remove some useless comments in build.xml

Modified: trunk/freenet/build.xml
===================================================================
--- trunk/freenet/build.xml     2008-06-12 03:55:08 UTC (rev 20272)
+++ trunk/freenet/build.xml     2008-06-12 04:22:31 UTC (rev 20273)
@@ -72,7 +72,6 @@

                <!-- 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">
                        <classpath>
                                <pathelement 
location="${freenet-ext.location}"/>
@@ -107,8 +106,6 @@
        <target name="dist" depends="compile,unit"
                description="generate the distribution" >
                <!-- Create the distribution directory -->
-               <!--<mkdir dir="."/>-->
-               <!-- Put everything in ${build} into the freenet-${DSTAMP}.jar 
file -->
                <jar jarfile="${lib}/freenet-cvs-snapshot.jar" 
basedir="${build}">
                        <manifest>
                                <attribute name="Main-Class" 
value="freenet/node/Node"/>


Reply via email to