Changeset 34860 in osm for applications/editors/josm/plugins/poly/.classpath
- Timestamp:
- 2019-01-25T06:45:38+01:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/poly
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/poly
- Property svn:ignore
-
old new 1 bin 1 2 build 2 b in3 buildtest 3 4 checkstyle-josm-poly.xml 4 5 findbugs-josm-poly.xml 5 6 javadoc 7 spotbugs-josm-poly.xml
-
- Property svn:ignore
-
applications/editors/josm/plugins/poly/.classpath
r32680 r34860 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"/> 4 <classpathentry kind="src" output="buildtest" path="test/unit"> 5 <attributes> 6 <attribute name="test" value="true"/> 7 </attributes> 8 </classpathentry> 9 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 5 10 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 6 <classpathentry kind="output" path="bin"/> 11 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> 12 <classpathentry kind="output" path="build"/> 7 13 </classpath>
Note:
See TracChangeset
for help on using the changeset viewer.