Ignore:
Timestamp:
2015-09-18T00:46:38+02:00 (9 years ago)
Author:
donvip
Message:

[josm_seachart] fix build

Location:
applications/editors/josm/plugins/seachartedit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachartedit

    • Property svn:ignore set to
      bin
      build
  • applications/editors/josm/plugins/seachartedit/build.xml

    r30895 r31569  
    1414    <property name="plugin.icon" value="images/SC.png"/>
    1515    <property name="plugin.link" value="http://openseamap.org/"/>
     16    <property name="plugin.requires" value="seachart"/>
    1617
    1718    <property name="josm" location="../../core/dist/josm-custom.jar"/>
     
    2122    <import file="../build-common.xml"/>               
    2223
     24    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
     25        <include name="SeaChart.jar"/>
     26    </fileset>
     27
    2328</project>
Note: See TracChangeset for help on using the changeset viewer.