Changeset 30656 in osm for applications/editors/josm/plugins/pbf
- Timestamp:
- 2014-09-18T15:47:32+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/pbf
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pbf/.classpath
r30416 r30656 2 2 <classpath> 3 3 <classpathentry kind="src" path="gen"/> 4 <classpathentry kind="src" path="src"/> 4 <classpathentry excluding="crosby/binary/test/" kind="src" path="src"/> 5 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 6 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> -
applications/editors/josm/plugins/pbf/build.xml
r30495 r30656 5 5 <property name="plugin.main.version" value="7248"/> 6 6 7 <!-- Configure these properties (replace "..." accordingly).8 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins9 -->10 7 <property name="plugin.author" value="Don-vip"/> 11 8 <property name="plugin.class" value="org.openstreetmap.josm.plugins.pbf.PbfPlugin"/> -
applications/editors/josm/plugins/pbf/src
- Property svn:externals set to
Note:
See TracChangeset
for help on using the changeset viewer.