Changeset 6861
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 build 2 2 dist 3 .project4 3 .settings 5 4 testdata
-
- Property svn:ignore
-
trunk/.classpath
r6656 r6861 7 7 <classpathentry kind="src" path="src/test"/> 8 8 <classpathentry kind="src" path="src/install"/> 9 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>10 9 <classpathentry kind="lib" path="lib/dist/jep-2.4.0.jar"/> 11 10 <classpathentry kind="lib" path="lib/dist/bzip2.jar"/> … … 31 30 <classpathentry kind="lib" path="lib/dist/httpcore-4.3.2.jar"/> 32 31 <classpathentry kind="lib" path="lib/dist/commons-email-1.3.2.jar"/> 32 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 33 33 <classpathentry kind="output" path="xbin"/> 34 34 </classpath> -
trunk/build.xml
r6850 r6861 76 76 <property name="javac.arg" value="-Xlint:unchecked" 77 77 description="Extra arguments sent to Java compiler" /> 78 <property name="javac.source" value="1. 7"78 <property name="javac.source" value="1.8" 79 79 description="Default value for the 'source' attribute when compiling java code" /> 80 <property name="javac.target" value="1. 7"80 <property name="javac.target" value="1.8" 81 81 description="Default value for the 'target' attribute when compiling java code" /> 82 82 <property name="javac.encoding" value="UTF-8"
Note: See TracChangeset
for help on using the changeset viewer.