Changeset 35601 in osm for applications/editors/josm/plugins/MicrosoftStreetside/.classpath
- Timestamp:
- 2020-10-18T19:30:35+02:00 (4 years ago)
- Location:
- applications/editors/josm/plugins/MicrosoftStreetside
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/MicrosoftStreetside
- Property svn:ignore
-
old new 11 11 checkstyle-josm-MicrosoftStreetside.xml 12 12 spotbugs-josm-MicrosoftStreetside.xml 13 bintest
-
- Property svn:ignore
-
applications/editors/josm/plugins/MicrosoftStreetside/.classpath
r34428 r35601 8 8 </classpathentry> 9 9 <classpathentry kind="src" path="config"/> 10 <classpathentry kind="src" output="bin /test" path="test/unit">10 <classpathentry kind="src" output="bintest" path="test/unit"> 11 11 <attributes> 12 <attribute name="test" value="true"/> 12 13 <attribute name="gradle_scope" value="test"/> 13 14 <attribute name="gradle_used_by_scope" value="test"/> … … 20 21 </attributes> 21 22 </classpathentry> 22 <classpathentry kind="src" output="bin /test" path="test/data">23 <classpathentry kind="src" output="bintest" path="test/data"> 23 24 <attributes> 25 <attribute name="test" value="true"/> 24 26 <attribute name="gradle_scope" value="test"/> 25 27 <attribute name="gradle_used_by_scope" value="test"/> … … 28 30 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/> 29 31 <classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/> 32 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 33 <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM-MicrosoftStreetside&ivyXmlPath=ivy.xml&confs=*"/> 34 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-javafx"/> 35 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/> 36 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-http"/> 37 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-utilsplugin2"/> 30 38 <classpathentry kind="output" path="bin/default"/> 31 39 </classpath>
Note:
See TracChangeset
for help on using the changeset viewer.