Changeset 37784


Ignore:
Timestamp:
2023-06-21T09:33:41+12:00 (11 months ago)
Author:
kjdon
Message:

removed the source and target javacflags to keep solr in line with the rest of greenstone3

File:
1 edited

Legend:

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

    r35695 r37784  
    3939  <property name="tomcat.context.dir" value="${tomcat.dir}/conf/Catalina/localhost"/>
    4040
    41   <condition property="compile.javac.flags" value="${env.JAVACFLAGS}" else="-source 1.6 -target 1.6">
     41  <condition property="compile.javac.flags" value="${env.JAVACFLAGS}" else="">
    4242    <isset property="env.JAVACFLAGS"/>
    4343  </condition>
Note: See TracChangeset for help on using the changeset viewer.