Changeset 31676 in osm for applications
- Timestamp:
- 2015-10-25T01:05:40+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/pdfimport
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/.classpath
r30416 r31676 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"/> 7 <classpathentry kind="lib" path="lib/pdfbox .jar" sourcepath="D:/Projects/Community/OSM/josm/pdfimport/pdfbox-1.3.1/pdfbox/src/main/java"/>7 <classpathentry kind="lib" path="lib/pdfbox-1.8.10.jar"/> 8 8 <classpathentry kind="output" path="bin"/> 9 9 </classpath> -
applications/editors/josm/plugins/pdfimport/build.xml
r30416 r31676 14 14 <property name="plugin.icon" value="images/pdf_import.png"/> 15 15 <property name="plugin.link" value="http://svn.openstreetmap.org/applications/editors/josm/plugins/pdfimport/"/> 16 <property name="plugin.requires" value="apache-commons"/> 16 17 17 18 <!-- ** include targets that all plugins have in common ** -->
Note:
See TracChangeset
for help on using the changeset viewer.