property for including debug info in classes
authorjprocter <Jim Procter>
Mon, 30 Jul 2007 14:13:53 +0000 (14:13 +0000)
committerjprocter <Jim Procter>
Mon, 30 Jul 2007 14:13:53 +0000 (14:13 +0000)
build.xml

index c872cfe..e51b3b3 100755 (executable)
--- a/build.xml
+++ b/build.xml
@@ -54,7 +54,9 @@
                        </fileset> -->
       </path>
                <!-- Jalview Version String displayed by application on startup and used to check for updates -->
-      <property name="JALVIEW_VERSION" value="DEVELOPMENT"/>
+    <property name="JALVIEW_VERSION" value="DEVELOPMENT"/> <!-- 2.4 (VAMSAS)" -->
+               <!-- Include debugging information in javac true or false -->
+               <property name="javac.debug" value="true"/>
                <!-- Don't change anything below here unless you know what you are doing! -->
                <!-- Url path for WebStart in JNLP file -->
                <property name="WebStartLocation" value="http://www.jalview.org/webstart"/>
                <javac source="1.4" target="1.4"
         srcdir ="${sourceDir}"
         destdir="${outputDir}"
+                               debug="${javac.debug}"
       classpathref="build.classpath">
                        <exclude name="jalview/*applet*"/>
                        <exclude name="com/stevesoft/**"/>