File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
src/demo/share/java2d/J2DBench Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 31
31
32
32
33
33
ifndef SOURCE
34
- export SOURCE := 7
34
+ export SOURCE := 8
35
35
endif
36
36
ifndef TARGET
37
- export TARGET := 7
37
+ export TARGET := 8
38
38
endif
39
39
ifndef JAVAC
40
40
export JAVAC := javac
Original file line number Diff line number Diff line change 39
39
<property name =" dist" location =" dist" />
40
40
<property name =" resources" location =" resources" />
41
41
42
- <condition property =" source" value =" 7 " >
42
+ <condition property =" source" value =" 8 " >
43
43
<not >
44
44
<isset property =" source" />
45
45
</not >
46
46
</condition >
47
- <condition property =" target" value =" 7 " >
47
+ <condition property =" target" value =" 8 " >
48
48
<not >
49
49
<isset property =" target" />
50
50
</not >
54
54
<isset property =" java" />
55
55
</not >
56
56
</condition >
57
- <condition property =" javac" value =" javac" >
58
- <not >
59
- <isset property =" javac" />
60
- </not >
61
- </condition >
62
57
63
58
<target name =" init" >
64
59
<!-- Create the time stamp -->
70
65
<target name =" compile" depends =" init"
71
66
description =" compile the source " >
72
67
<!-- Compile the java code from ${src} into ${build} -->
73
- <javac debug =" off" source =" ${ source } " target =" ${ target } " srcdir =" ${ src } " destdir =" ${ build } " fork = " true " executable = " ${ javac } " />
68
+ <javac debug =" off" source =" ${ source } " target =" ${ target } " srcdir =" ${ src } " destdir =" ${ build } " />
74
69
</target >
75
70
76
71
<target name =" run" depends =" dist"
You can’t perform that action at this time.
0 commit comments