The following commit has been merged in the master branch:
commit 309e293367c271efd8bc4f225bb3e7e5274ae872
Author: Giovanni Mascellani <[email protected]>
Date:   Wed Nov 23 07:47:28 2011 +0100

    build.xml reverted as in upstream.
    
    We don't want to keep Debian changes in the upstream tree.

diff --git a/build.xml b/build.xml
index 34d26bb..33b333a 100644
--- a/build.xml
+++ b/build.xml
@@ -6,18 +6,7 @@
        <description>
                Build file for MathPiper.
        </description>
-
-       <path id="build_classpath">
-                <pathelement path="/usr/share/java/jfreechart.jar" />
-                <pathelement path="/usr/share/java/jcommon.jar" />
-    </path>
-
-       <property name="build.dir" value="build" />
-       <property name="compile.source" value="1.5"/>
-       <property name="compile.target" value="1.5"/>
-       <property name="src.dir" value="src"/>
-       <property name="mathpiper.dir" value="."/>
-
+       
        <!-- <property name="version" value=".58" /> -->
        <property name="build.classes.dir" value="${build.dir}/classes" />
        
@@ -124,9 +113,7 @@
                </jar> 
        </target>
        
-       <target id="clean" name="clean">
-               <delete dir="${build.dir}"/>
-       </target>
+       
        
        
        <target id="geogebra_dist" name="geogebra_dist" depends="init" >

-- 
Mathpiper: a Java Computer Algebra System

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to