Skip to content

Commit e9b6b2f

Browse files
author
mgricken
committed
Compiled NextGen adapter with Java 5.
git-svn-id: file:///tmp/test-svn/branches/drjava-compilers@5338 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent 2fc90ed commit e9b6b2f

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

drjava/lib/platform.jar

-249 Bytes
Binary file not shown.

platform/build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@
190190
</antcall>
191191
</target>
192192

193-
<target name="compile-nextgen" depends="resolve-java6-runtime, resolve-nextgen-tools"
193+
<target name="compile-nextgen" depends="resolve-java5-runtime, resolve-nextgen-tools"
194194
description="Compile the 'nextgen' sources">
195195
<antcall target="do-compile">
196196
<param name="platform-tag" value="nextgen" />
197-
<param name="source-version" value="1.6" />
198-
<param name="runtime-jar" value="${java6-runtime}" />
197+
<param name="source-version" value="1.5" />
198+
<param name="runtime-jar" value="${java5-runtime}" />
199199
<param name="extra-classpath" value="${nextgen-tools}" />
200200
</antcall>
201201
</target>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)