Changeset 30329 in osm for applications/editors
- Timestamp:
- 2014-03-19T22:27:58+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r30328 r30329 12 12 <ant antfile="build.xml" target="dist" dir="jts"/> 13 13 <ant antfile="build.xml" target="dist" dir="geotools"/> 14 <ant antfile="build.xml" target="dist" dir="utilsplugin2"/> 14 <ant antfile="build.xml" target="dist" dir="utilsplugin2"/> 15 15 <ant antfile="build.xml" target="dist" dir="log4j"/> 16 16 <!-- order not important --> … … 75 75 <ant antfile="build.xml" target="dist" dir="piclayer"/> 76 76 <ant antfile="build.xml" target="dist" dir="plastic_laf"/> 77 <ant antfile="build.xml" target="dist" dir="pointInfo"/> 77 78 <ant antfile="build.xml" target="dist" dir="poly"/> 78 79 <ant antfile="build.xml" target="dist" dir="print"/> -
applications/editors/josm/plugins/pointInfo
-
Property svn:ignore
set to
.git
build
.svnignore
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/pointInfo/build.xml
r30328 r30329 27 27 <property name="plugin.author" value="Marian Kyral"/> 28 28 <property name="plugin.class" value="org.openstreetmap.josm.plugins.pointinfo.PointInfoPlugin"/> 29 <property name="plugin.description" value="Shows an additional information about point on map "/>29 <property name="plugin.description" value="Shows an additional information about point on map. Currently only Czech Ruian module available."/> 30 30 <property name="plugin.icon" value="images/mapmode/info-sml.png"/> 31 < !-- <property name="plugin.link" value="..."/>-->31 <property name="plugin.link" value="https://github.com/mkyral/josm-pointInfo"/> 32 32 <!--<property name="plugin.early" value="..."/>--> 33 33 <!--<property name="plugin.requires" value="..."/>-->
Note:
See TracChangeset
for help on using the changeset viewer.