Changeset 36344 in osm for applications/editors/josm/plugins/graphview
- Timestamp:
- 2024-10-01T21:46:31+02:00 (9 months ago)
- Location:
- applications/editors/josm/plugins/graphview
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/graphview/build.xml
r34516 r36344 2 2 <project name="graphview" default="dist" basedir="."> 3 3 <property name="commit.message" value="option to change graph colors; closes ticket 5523 in JOSM Trac"/> 4 <property name="plugin.main.version" value="1 4153"/>4 <property name="plugin.main.version" value="19044"/> 5 5 6 6 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/graphview/pom.xml
r36325 r36344 17 17 <properties> 18 18 <plugin.src.dir>src</plugin.src.dir> 19 <plugin.main.version>1 4153</plugin.main.version>19 <plugin.main.version>19044</plugin.main.version> 20 20 <plugin.author>Tobias Knerr</plugin.author> 21 21 <plugin.class>org.openstreetmap.josm.plugins.graphview.plugin.GraphViewPlugin</plugin.class>
Note:
See TracChangeset
for help on using the changeset viewer.