Changeset 28965 in osm
- Timestamp:
- 2012-11-22T00:17:30+01:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/ImportImagePlugin
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ImportImagePlugin/.classpath
r28954 r28965 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>5 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 6 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> … … 28 27 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/imageio-ext-utilities-1.1.5.jar"/> 29 28 <classpathentry kind="lib" path="/JOSM-GeoTools/lib/gt-opengis-8.3.jar"/> 29 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/> 30 30 <classpathentry kind="output" path="bin"/> 31 31 </classpath> -
applications/editors/josm/plugins/ImportImagePlugin/build.xml
r28954 r28965 68 68 <classpath> 69 69 <pathelement location="${josm}"/> 70 <fileset dir=" lib">70 <fileset dir="../log4j/lib"> 71 71 <include name="**/*.jar"/> 72 72 </fileset> … … 91 91 <echo message="creating ${ant.project.name}.jar ... "/> 92 92 93 <unjar src="lib/log4j-1.2.17.jar" dest="${plugin.build.dir}"/>94 93 <copy todir="${plugin.build.dir}/images"> 95 94 <fileset dir="images"/> … … 123 122 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/> 124 123 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 125 <attribute name="Plugin-Requires" value=" geotools"/>124 <attribute name="Plugin-Requires" value="log4j, geotools"/> 126 125 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 127 126 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.