File: build_xml.patch

package info (click to toggle)
liboptions-java 0.0.20120113-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 356 kB
  • ctags: 281
  • sloc: java: 2,091; xml: 941; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 17 Jan 2012 14:33:34 +0100
Description: Use Debian packaged jdom

--- options.orig/build.xml
+++ options/build.xml
@@ -71,4 +71,5 @@
     nbproject/build-impl.xml file. 
 
     -->
+	<property name="javac.classpath" value="/usr/share/java/jdom1.jar"/>
 </project>