Changeset 35694


Ignore:
Timestamp:
2021-10-24T16:52:03+13:00 (3 years ago)
Author:
davidb
Message:

Elimiate warning about antruntime when javac compiling through ant

File:
1 edited

Legend:

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

    r35388 r35694  
    142142    <mkdir dir="${build.home}"/>
    143143    <javac srcdir="${src.home}" destdir="${build.home}" debug="true"
     144       includeantruntime="false"
    144145           source="1.6" target="1.6">
    145146      <classpath>
Note: See TracChangeset for help on using the changeset viewer.