Changeset 33095 in osm for applications/editors/josm
- Timestamp:
- 2016-12-04T19:54:13+01:00 (8 years ago)
- Location:
- applications/editors/josm/plugins/CustomizePublicTransportStop
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CustomizePublicTransportStop/build.xml
r32680 r33095 67 67 <attribute name="Plugin-Class" value="ru.rodsoft.openstreetmap.josm.plugins.customizepublictransportstop.CustomizePublicTransportStopPlugin" /> 68 68 <attribute name="Plugin-Date" value="${plugin.build.date}" /> 69 <attribute name="Plugin-Description" value="Customization of public transport stops." />69 <attribute name="Plugin-Description" value="Customization of public public transport stops." /> 70 70 <attribute name="Plugin-Icon" value="images/bus.png"/> 71 71 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/CustomizePublicTransportStop" /> 72 72 <attribute name="Plugin-Mainversion" value="${josm.required.version}" /> 73 <attribute name="Plugin-Version" value="0. 3" />73 <attribute name="Plugin-Version" value="0.4" /> 74 74 <attribute name="ru_Plugin-Description" value="Настройка остановки общественного транспорта в соответствии со стандартом" /> 75 75 </manifest> … … 93 93 <echo>Installing the plugin in ${local.install.path}</echo> 94 94 <copy file="${plugin.jar}" todir="C:\Users\bwr57_000\AppData\Roaming\JOSM\plugins" /> 95 </target> 96 97 <target name="test"/> 98 99 95 </target> 96 97 <target name="test"/> 98 <target name="checkstyle"/> 99 <target name="findbugs"/> 100 100 </project>
Note:
See TracChangeset
for help on using the changeset viewer.