Changeset 24866 in osm for applications/editors/josm/plugins
- Timestamp:
- 2010-12-24T09:46:45+01:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/imageryadjust
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imageryadjust/.classpath
r24812 r24866 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry including="images/" kind="src" path=""/> 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 5 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>7 7 <classpathentry kind="output" path="build"/> 8 8 </classpath> -
applications/editors/josm/plugins/imageryadjust/build.xml
r24819 r24866 33 33 <property name="commit.message" value="Commit message" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" " />35 <property name="plugin.main.version" value="3715" /> 36 36 37 37
Note:
See TracChangeset
for help on using the changeset viewer.