Changeset 31183 for other-projects


Ignore:
Timestamp:
2016-12-08T09:19:36+13:00 (7 years ago)
Author:
davidb
Message:

Bump up to project using Java 1.8

Location:
other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/.classpath

    r30899 r31183  
    1313        </attributes>
    1414    </classpathentry>
    15     <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
     15    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
    1616        <attributes>
    1717            <attribute name="maven.pomderived" value="true"/>
  • other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/.settings/org.eclipse.jdt.core.prefs

    r30899 r31183  
    11eclipse.preferences.version=1
    2 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
    3 org.eclipse.jdt.core.compiler.compliance=1.5
     2org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
     4org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
     5org.eclipse.jdt.core.compiler.compliance=1.8
     6org.eclipse.jdt.core.compiler.debug.lineNumber=generate
     7org.eclipse.jdt.core.compiler.debug.localVariable=generate
     8org.eclipse.jdt.core.compiler.debug.sourceFile=generate
     9org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     10org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    411org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
    5 org.eclipse.jdt.core.compiler.source=1.5
     12org.eclipse.jdt.core.compiler.source=1.8
Note: See TracChangeset for help on using the changeset viewer.