Changeset 31569 in osm for applications/editors/josm/plugins/seachartedit/build.xml
- Timestamp:
- 2015-09-18T00:46:38+02:00 (9 years ago)
- 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
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/seachartedit/build.xml
r30895 r31569 14 14 <property name="plugin.icon" value="images/SC.png"/> 15 15 <property name="plugin.link" value="http://openseamap.org/"/> 16 <property name="plugin.requires" value="seachart"/> 16 17 17 18 <property name="josm" location="../../core/dist/josm-custom.jar"/> … … 21 22 <import file="../build-common.xml"/> 22 23 24 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 25 <include name="SeaChart.jar"/> 26 </fileset> 27 23 28 </project>
Note:
See TracChangeset
for help on using the changeset viewer.