File: jgraph.patch

package info (click to toggle)
libmicroba-java 1%3A0.4.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 512 kB
  • ctags: 1,025
  • sloc: java: 5,286; xml: 109; makefile: 38; sh: 23
file content (18 lines) | stat: -rw-r--r-- 392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/build.xml
+++ b/build.xml
@@ -9,7 +9,7 @@
 	<property name="maven-pack" value="microba-${version}-maven.jar" />
 
 	<path id="compile-classpath">
-		<pathelement location="lib-compiletime/jgraph.jar" />
+		<pathelement location="/usr/share/java/jgraph.jar" />
 	</path>
 
 	<target name="src_release">
@@ -129,4 +129,4 @@
 
 
 
-</project>
\ No newline at end of file
+</project>