[XALANJ-2601] Update build target from Java 1.3 to 5.
diff --git a/.classpath b/.classpath
index bbfe3ef..52776e9 100644
--- a/.classpath
+++ b/.classpath
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="java/src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.3"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/apache-xalan-j-2.7.1-maint-main"/>
 	<classpathentry kind="lib" path="lib/ant.jar"/>
 	<classpathentry kind="output" path="java/build"/>
diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs
index c0a6566..44217f8 100644
--- a/.settings/org.eclipse.jdt.core.prefs
+++ b/.settings/org.eclipse.jdt.core.prefs
@@ -1,6 +1,7 @@
 eclipse.preferences.version=1

-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.1

-org.eclipse.jdt.core.compiler.compliance=1.3

-org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore

-org.eclipse.jdt.core.compiler.problem.enumIdentifier=ignore

-org.eclipse.jdt.core.compiler.source=1.3

+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled

+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5

+org.eclipse.jdt.core.compiler.compliance=1.5

+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error

+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error

+org.eclipse.jdt.core.compiler.source=1.5

diff --git a/build.xml b/build.xml
index 4f11c4b..f3792c0 100644
--- a/build.xml
+++ b/build.xml
@@ -53,8 +53,8 @@
     <!-- Then, read in the default checked-in properties -->
     <property file="test.properties" />
 
-	<property name="compiler.target" value="1.3"/>
-	<property name="compiler.source" value="1.3"/>
+	<property name="compiler.target" value="1.5"/>
+	<property name="compiler.source" value="1.5"/>
 
 	<property name="smoketest.conf.excludes" value="${smoketest.conf.normal.excludes};${smoketest.conf.supplemental.excludes}"/>
     <property name="smoketest.xsltc.conf.excludes" value="${smoketest.xsltc.conf.normal.excludes};${smoketest.xsltc.conf.supplemental.excludes}"/>
@@ -63,7 +63,7 @@
    -->
     <property environment="ENV" />
 
-    <property name="year" value="2000-2014"/>
+    <property name="year" value="2000-2016"/>
     <!-- Properties related to compiling the tests -->
     <property name="build.compiler" value="classic"/>
     <property name="compiler" value="${build.compiler}"/>