[SCM] Mathpiper: a Java Computer Algebra System branch, master, updated. debian/0.0.svn2556-3-16-g8b41131
Giovanni Mascellani
mascellani at poisson.phc.unipi.it
Sat Nov 26 23:26:03 UTC 2011
The following commit has been merged in the master branch:
commit 309e293367c271efd8bc4f225bb3e7e5274ae872
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
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
More information about the pkg-java-commits
mailing list