Changeset 35371


Ignore:
Timestamp:
2021-09-13T14:37:25+12:00 (3 years ago)
Author:
kjdon
Message:

if we are targetting everything else to java 1.6, we should also do the same for the core greenstone java code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r35351 r35371  
    31903190           deprecation="${compile.deprecation}"
    31913191           optimize="${compile.optimize}"
    3192            encoding="${compile.encoding}">
     3192           encoding="${compile.encoding}"
     3193               source="1.6"
     3194               target="1.6">
     3195               
    31933196      <classpath>
    31943197            <path refid="compile.classpath"/>
Note: See TracChangeset for help on using the changeset viewer.