Updated to Java 15.
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<classpath>
 | 
			
		||||
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-14">
 | 
			
		||||
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-15">
 | 
			
		||||
		<attributes>
 | 
			
		||||
			<attribute name="module" value="true"/>
 | 
			
		||||
		</attributes>
 | 
			
		||||
 
 | 
			
		||||
@@ -20,9 +20,9 @@ org.eclipse.jdt.core.compiler.annotation.nullable.secondary=
 | 
			
		||||
org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
 | 
			
		||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
 | 
			
		||||
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
 | 
			
		||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=14
 | 
			
		||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=15
 | 
			
		||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
 | 
			
		||||
org.eclipse.jdt.core.compiler.compliance=14
 | 
			
		||||
org.eclipse.jdt.core.compiler.compliance=15
 | 
			
		||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
 | 
			
		||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
 | 
			
		||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
 | 
			
		||||
@@ -138,7 +138,7 @@ org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
 | 
			
		||||
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
 | 
			
		||||
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
 | 
			
		||||
org.eclipse.jdt.core.compiler.release=disabled
 | 
			
		||||
org.eclipse.jdt.core.compiler.source=14
 | 
			
		||||
org.eclipse.jdt.core.compiler.source=15
 | 
			
		||||
org.eclipse.jdt.core.formatter.align_assignment_statements_on_columns=false
 | 
			
		||||
org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647
 | 
			
		||||
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
 | 
			
		||||
 
 | 
			
		||||
@@ -52,8 +52,8 @@
 | 
			
		||||
				</not>
 | 
			
		||||
			</condition>
 | 
			
		||||
		</fail>
 | 
			
		||||
		<available classname="java.util.stream.Stream" property="JDK14.present" />
 | 
			
		||||
		<fail unless="JDK14.present" message="Java 14 is required. But your version is Java ${ant.java.version} and probably JDK is not installed." />
 | 
			
		||||
		<available classname="java.util.stream.Stream" property="JDK15.present" />
 | 
			
		||||
		<fail unless="JDK15.present" message="Java 15 is required. But your version is Java ${ant.java.version} and probably JDK is not installed." />
 | 
			
		||||
	</target>
 | 
			
		||||
 | 
			
		||||
	<target name="init" depends="checkRequirements" description="Create the output directories.">
 | 
			
		||||
@@ -62,7 +62,7 @@
 | 
			
		||||
	</target>
 | 
			
		||||
 | 
			
		||||
	<target name="compile" depends="init" description="Compile the source.">
 | 
			
		||||
		<javac srcdir="${src}" classpathref="classpath" destdir="${build.bin}" compiler="modern" debug="true" debuglevel="lines,vars,source" includeantruntime="false" source="14" target="14" encoding="UTF-8" />
 | 
			
		||||
		<javac srcdir="${src}" classpathref="classpath" destdir="${build.bin}" compiler="modern" debug="true" debuglevel="lines,vars,source" includeantruntime="false" source="15" target="15" encoding="UTF-8" />
 | 
			
		||||
	</target>
 | 
			
		||||
 | 
			
		||||
	<target name="jar" depends="compile" description="Create the jar files.">
 | 
			
		||||
 
 | 
			
		||||
@@ -5,8 +5,8 @@ Use mega downloader to download https://megadownloader.en.softonic.com/
 | 
			
		||||
 | 
			
		||||
System: https://mega.nz/#!ZgtSUQKR!CNGdlcf2TRiDKvH8NJowEQUfafoJyzsv-g2SM9kpOB4
 | 
			
		||||
 | 
			
		||||
JDK: http://www.mediafire.com/file/xox35mknec8f1q0/bellsoft-jdk14%252B36-windows-amd64.msi
 | 
			
		||||
Eclipse: http://www.mediafire.com/file/jubqhdvaldmip9t/eclipse-java-2020-06-R-win32-x86_64.zip
 | 
			
		||||
JDK: http://www.mediafire.com/file/cgh3zupv80qdwv4/bellsoft-jdk15.0.2%252B10-windows-amd64.msi
 | 
			
		||||
Eclipse: http://www.mediafire.com/file/h0gmazpv9hm6gjp/eclipse-java-2020-12-R-win32-x86_64.zip
 | 
			
		||||
Geodata: http://www.mediafire.com/file/tas8fp9ee2r6mn9/L2J_Mobius_Classic_2.2_Antharas_Geodata.zip
 | 
			
		||||
 | 
			
		||||
Saviors: https://eu.4game.com/lineage2classic/play/saviors/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user