Skip to content

Commit 5490091

Browse files
trnljyemin
authored andcommitted
Added 'source'=${javac.source} where it's missed
1 parent 1748588 commit 5490091

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,11 @@ limitations under the License.
135135
optimize="off"
136136
deprecation="off"
137137
source="${build.conf.javac.source}"
138+
target="${build.conf.javac.source}"
138139
encoding="ISO-8859-1"
139140
fork="true"
140141
debug="on"
141142
includeantruntime="false"
142-
target="${build.conf.javac.source}"
143143
memoryMaximumSize="256M"
144144
>
145145
<compilerarg value="-Xlint:all,-rawtypes"/>
@@ -275,6 +275,7 @@ limitations under the License.
275275
optimize="off"
276276
deprecation="off"
277277
source="${build.conf.javac.source}"
278+
target="${build.conf.javac.source}"
278279
encoding="ISO-8859-1"
279280
fork="true"
280281
debug="on"
@@ -331,6 +332,7 @@ limitations under the License.
331332
optimize="off"
332333
deprecation="off"
333334
source="${build.conf.javac.source}"
335+
target="${build.conf.javac.source}"
334336
encoding="ISO-8859-1"
335337
debug="on"
336338
includeantruntime="false">
@@ -350,6 +352,7 @@ limitations under the License.
350352
optimize="off"
351353
deprecation="off"
352354
source="${build.conf.javac.source}"
355+
target="${build.conf.javac.source}"
353356
encoding="ISO-8859-1"
354357
debug="on"
355358
includeantruntime="false">

0 commit comments

Comments
 (0)