File: 03_target13_buildXml.patch

package info (click to toggle)
bsh 2.0b4-19
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,220 kB
  • sloc: java: 23,431; xml: 4,500; sh: 139; makefile: 21
file content (14 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Compile 1.3 java code.
Author: Wolfgang Baer <WBaer@gmx.de>

--- bsh~/build.xml	2005-08-08 20:13:21.000000000 +0200
+++ bsh/build.xml	2005-08-08 20:21:33.000000000 +0200
@@ -159,7 +159,7 @@
 			optimize="on"
 			debug="off"
 			includes="**/*.java"
-			excludes="${excludes},**/bak/**"
+			excludes="${excludes},**/bak/**" target="1.3"
 		>
 			<classpath>
 				<fileset refid="lib-fileset"/>