Changeset 31677 in osm for applications/editors/josm/plugins/mapillary
- Timestamp:
- 2015-10-25T01:09:59+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/.classpath
r31465 r31677 10 10 <classpathentry kind="lib" path="lib/httpcore-4.4.1.jar"/> 11 11 <classpathentry kind="lib" path="lib/httpmime-4.5.jar"/> 12 <classpathentry combineaccessrules="false" kind="src" path="/JOSM- commons-imaging"/>12 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/> 13 13 <classpathentry kind="output" path="bin"/> 14 14 </classpath> -
applications/editors/josm/plugins/mapillary/build.xml
r31550 r31677 12 12 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary"/> 13 13 <!--<property name="plugin.early" value="..."/>--> 14 <property name="plugin.requires" value=" commons-imaging"/>14 <property name="plugin.requires" value="apache-commons"/> 15 15 <!--<property name="plugin.stage" value="..."/>--> 16 16 … … 23 23 24 24 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 25 <include name=" commons-imaging.jar"/>25 <include name="apache-commons.jar"/> 26 26 </fileset> 27 27 </project>
Note:
See TracChangeset
for help on using the changeset viewer.