Ignore:
Timestamp:
2015-10-06T16:44:11+02:00 (9 years ago)
Author:
malcolmh
Message:

xml escapes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/js57toosm/build.xml

    r30894 r31598  
    55  <property name="ant.build.javac.target" value="1.7"/>
    66  <property name="ant.build.javac.source" value="1.7"/>
    7    
     7  <property name="lang.dir" value="/usr/local/bin/commons-lang3-3.4/"/>
     8     
    89  <target name="init">
    910    <mkdir dir="${build}"/>
     
    2021        <attribute name="Class-Path" value="$jarfile"/>
    2122      </manifest>
     23      <zipgroupfileset dir="${lang.dir}" includes="**/commons-lang3-3.4.jar" />
    2224    </jar>
    2325  </target>
Note: See TracChangeset for help on using the changeset viewer.