Changeset 31688 in osm for applications/editors
- Timestamp:
- 2015-10-25T03:50:50+01:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/.classpath
r31677 r31688 7 7 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 8 8 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 9 <classpathentry kind="lib" path="lib/httpclient-4.5.jar"/>10 <classpathentry kind="lib" path="lib/httpcore-4.4.1.jar"/>11 <classpathentry kind="lib" path="lib/httpmime-4.5.jar"/>12 9 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/> 10 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-http"/> 13 11 <classpathentry kind="output" path="bin"/> 14 12 </classpath> -
applications/editors/josm/plugins/mapillary/build.xml
r31677 r31688 5 5 <property name="plugin.main.version" value="8433"/> 6 6 <property name="plugin.canloadatruntime" value="true"/> 7 <property name="plugin.version" value="1.0. 3"/>7 <property name="plugin.version" value="1.0.4"/> 8 8 <property name="plugin.author" value="nokutu <nokutu@openmailbox.org>"/> 9 9 <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/> … … 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="apache-commons "/>14 <property name="plugin.requires" value="apache-commons;apache-http"/> 15 15 <!--<property name="plugin.stage" value="..."/>--> 16 16 … … 24 24 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 25 25 <include name="apache-commons.jar"/> 26 <include name="apache-http.jar"/> 26 27 </fileset> 27 28 </project>
Note:
See TracChangeset
for help on using the changeset viewer.