File: 03_build-properties.patch

package info (click to toggle)
libbsf-java 1%3A2.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,028 kB
  • ctags: 2,480
  • sloc: java: 5,373; xml: 226; ansic: 182; python: 57; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Index: libbsf-java-2.4.0/build.xml
===================================================================
--- libbsf-java-2.4.0.orig/build.xml	2009-07-30 19:03:21.000000000 +0200
+++ libbsf-java-2.4.0/build.xml	2009-07-30 19:03:43.000000000 +0200
@@ -73,8 +73,6 @@
 
 <project name="BSF Build" default="compile" basedir=".">
 
-	<import file="build-properties.xml" />
-
 	<!-- =================================================================== -->
 	<!-- Source files to be compiled                                         -->
 	<!-- =================================================================== -->
@@ -136,7 +134,6 @@
 
 		<uptodate property="javac.notRequired" targetfile="${build.lib}/${project.name}.jar">
 			<srcfiles dir="${src.dir}">
-				<patternset refid="javac.source.files" />
 			</srcfiles>
 		</uptodate>