| 1 | | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | | <classpath> |
| 3 | | <classpathentry kind="src" path="gen"/> |
| 4 | | <classpathentry excluding="crosby/binary/test/" kind="src" path="src"/> |
| 5 | | <classpathentry kind="src" output="buildtest" path="test/unit"> |
| 6 | | <attributes> |
| 7 | | <attribute name="test" value="true"/> |
| 8 | | </attributes> |
| 9 | | </classpathentry> |
| 10 | | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
| 11 | | <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> |
| 12 | | <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> |
| 13 | | <classpathentry kind="output" path="build"/> |
| 14 | | </classpath> |
| | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| | 2 | <classpath> |
| | 3 | <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" path="src"/> |
| | 5 | <classpathentry kind="src" output="buildtest" path="test/unit"> |
| | 6 | <attributes> |
| | 7 | <attribute name="test" value="true"/> |
| | 8 | </attributes> |
| | 9 | </classpathentry> |
| | 10 | <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> |
| | 11 | <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=pbf&ivyXmlPath=ivy.xml&confs=*"/> |
| | 12 | <classpathentry kind="output" path="build"/> |
| | 13 | </classpath> |