Last change
on this file since 31034 was 30550, checked in by donvip, 10 years ago |
[josm_plugins] support for unit tests
|
-
Property svn:mime-type
set to
text/plain
|
File size:
642 bytes
|
Rev | Line | |
---|
[23510] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <classpath>
|
---|
| 3 | <classpathentry kind="src" path="src"/>
|
---|
[30550] | 4 | <classpathentry kind="src" path="test/unit"/>
|
---|
[23510] | 5 | <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
|
---|
[30416] | 6 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
|
---|
[23510] | 7 | <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
---|
[29853] | 8 | <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
|
---|
[29859] | 9 | <classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
|
---|
[23510] | 10 | <classpathentry kind="output" path="build"/>
|
---|
| 11 | </classpath>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.