Changeset 35386 for gs3-extensions/solr


Ignore:
Timestamp:
2021-09-14T12:23:20+12:00 (3 years ago)
Author:
kjdon
Message:

add in source and target args to javac to keep the compiling in line with the rest of greenstone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/solr/trunk/src/build.xml

    r35349 r35386  
    141141  <target name="compile" description="Compile up the solr java classes, jar them up, and install gs3-solr.jar into Greenstone's web/WEB-INF/lib dir">
    142142    <mkdir dir="${build.home}"/>
    143     <javac srcdir="${src.home}" destdir="${build.home}" debug="true">
     143    <javac srcdir="${src.home}" destdir="${build.home}" debug="true"
     144           source="1.6" target="1.6">
    144145      <classpath>
    145146    <path refid="compile.classpath"/>
Note: See TracChangeset for help on using the changeset viewer.