Codebase list libmicroba-java / 582238c
change birdview patch to enable birdview and use libjgraph-java gregor herrmann 17 years ago
2 changed file(s) with 12 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
0 --- build.xml.orig 2006-10-08 15:59:52.000000000 +0200
1 +++ build.xml 2006-10-15 18:02:45.000000000 +0200
2 @@ -31,4 +31,5 @@
0 --- build.xml.org 2006-12-25 21:00:40.000000000 +0100
1 +++ build.xml 2006-12-25 21:00:45.000000000 +0100
2 @@ -11,3 +11,3 @@
3 <path id="compile-classpath">
4 - <pathelement location="lib-compiletime/jgraph.jar" />
5 + <pathelement location="/usr/share/java/jgraph.jar" />
6 </path>
7 @@ -122,2 +122,2 @@
38
4 - <javac srcdir="src" debug="true" destdir="compile" target="1.4" source="1.4" classpathref="compile-classpath">
5 + <javac srcdir="src" debug="true" destdir="compile" target="1.4" source="1.4">
6 <exclude name="**/demo/**/*.*" />
7 + <exclude name="**/jgrpah/**/*.*" />
8 </javac>
9 -</project>
10 \ No newline at end of file
11 +</project>
33 Maintainer: gregor herrmann <gregor+debian@comodo.priv.at>
44 Uploaders: tony mancill <tmancill@debian.org>
55 Build-Depends: debhelper (>= 5)
6 Build-Depends-Indep: ant, unzip, java-gcj-compat-dev
6 Build-Depends-Indep: ant, unzip, java-gcj-compat-dev, libjgraph-java
77 Standards-Version: 3.7.2
88 XS-Vcs-Svn: http://svn.toastfreeware.priv.at/debian/libmicroba-java/trunk/
99