Changeset 35633 in osm for applications/editors/josm
- Timestamp:
- 2020-10-30T09:27:57+01:00 (4 years ago)
- Location:
- applications/editors/josm/plugins/pbf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pbf/.classpath
r34540 r35633 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <classpath> 3 <classpathentry kind="src" path="gen"/> 4 <classpathentry excluding="crosby/binary/test/" kind="src" path="src"/> 3 <classpathentry kind="src" path="src"/> 5 4 <classpathentry kind="src" output="buildtest" path="test/unit"> 6 5 <attributes> … … 12 11 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 13 12 <classpathentry kind="output" path="build"/> 13 <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=pbf&ivyXmlPath=ivy.xml&confs=*&ivySettingsPath=ivy_settings.xml&loadSettingsOnDemand=false&ivyUserDir=&propertyFiles="/> 14 14 </classpath> -
applications/editors/josm/plugins/pbf/.project
r34826 r35633 27 27 <nature>org.eclipse.jdt.core.javanature</nature> 28 28 <nature>net.sf.eclipsecs.core.CheckstyleNature</nature> 29 <nature>org.apache.ivyde.eclipse.ivynature</nature> 29 30 </natures> 30 31 </projectDescription>
Note:
See TracChangeset
for help on using the changeset viewer.