Changeset 35887 in osm for applications/editors/josm
- Timestamp:
- 2021-12-19T02:41:06+01:00 (3 years ago)
- Location:
- applications/editors/josm/plugins/jts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/jts/.classpath
r35122 r35887 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 5 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 <classpathentry exported="true" kind="lib" path="lib/jts-core-1.16.1.jar" sourcepath="lib/jts-core-1.16.1-sources.jar"> 4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"> 7 5 <attributes> 8 <attribute name=" javadoc_location" value="jar:platform:/resource/JOSM-jts/lib/jts-core-1.16.1-javadoc.jar!/"/>6 <attribute name="module" value="true"/> 9 7 </attributes> 10 8 </classpathentry> 11 <classpathentry exported="true" kind="lib" path="lib/jts-io-common-1.16.1.jar" sourcepath="lib/jts-io-common-1.16.1-sources.jar"> 12 <attributes> 13 <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jts/lib/jts-io-common-1.16.1-javadoc.jar!/"/> 14 </attributes> 15 </classpathentry> 9 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 10 <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM-jts&ivyXmlPath=ivy.xml&confs=*"/> 16 11 <classpathentry kind="output" path="bin"/> 17 12 </classpath> -
applications/editors/josm/plugins/jts/.project
r32539 r35887 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> -
applications/editors/josm/plugins/jts/lib
-
Property svn:ignore
set to
*.jar
-
Property svn:ignore
set to
Note:
See TracChangeset
for help on using the changeset viewer.