Changeset 35576 in osm for applications/editors
- Timestamp:
- 2020-10-11T23:37:43+02:00 (4 years ago)
- Location:
- applications/editors/josm/plugins/pdfimport
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/.classpath
r34609 r35576 10 10 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 11 11 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 12 <classpathentry kind="lib" path="lib/fontbox-1.8.12.jar"/>13 <classpathentry kind="lib" path="lib/jempbox-1.8.12.jar"/>14 <classpathentry kind="lib" path="lib/pdfbox-1.8.12.jar" sourcepath="C:/Users/vippy/.m2/repository/org/apache/pdfbox/pdfbox/1.8.12/pdfbox-1.8.12-sources.jar"/>15 12 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 13 <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM-pdfimport&ivyXmlPath=ivy.xml&confs=*"/> 16 14 <classpathentry kind="output" path="bin"/> 17 15 </classpath> -
applications/editors/josm/plugins/pdfimport/.project
r32542 r35576 25 25 <nature>org.eclipse.jdt.core.javanature</nature> 26 26 <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> 27 <nature>org.apache.ivyde.eclipse.ivynature</nature> 27 28 </natures> 28 29 </projectDescription>
Note:
See TracChangeset
for help on using the changeset viewer.