Codebase list libmicroba-java / 41ad96e
mv jgraph patch, part 2 gregor herrmann 17 years ago
3 changed file(s) with 13 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
+0
-12
debian/jgraph.patch less more
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 @@
8
9 -</project>
10 \ No newline at end of file
11 +</project>
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 @@
8
9 -</project>
10 \ No newline at end of file
11 +</project>
1515 unzip $(CURDIR)/microba-0.4.4-sources.jar -d src
1616 unzip $(CURDIR)/microba-0.4.4-javadoc.jar -d doc
1717 mv $(CURDIR)/src/build.xml $(CURDIR)/
18 patch < $(CURDIR)/debian/jgraph.patch
18 patch < $(CURDIR)/debian/patches/jgraph.patch
1919 touch configure-stamp
2020
2121