Skip to content

Commit 385a16e

Browse files
committed
Minor change to build script (elminating references to Java 8)
1 parent d074996 commit 385a16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drjava/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<fileset refid="extlibs" />
209209
<pathelement location="lib/buildlib/junit.jar" />
210210
<pathelement location="lib/buildlib/netbeans-memory-leak-utils.jar" />
211-
<!-- <pathelement location="classes/base" /> THIS directory is typically empty at the start of this step -->
211+
<!-- <pathelement location="classes/base" /> THIS directory is typically empty at the start of this step -->
212212
</classpath>
213213
<compilerarg value="-Xlint" />
214214
<!-- Ignore serial warnings, because they occur for every Throwable definition (among others) -->

0 commit comments

Comments
 (0)