Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-11-29 16:03:16 +0000
committerAlexander Kurtakov2018-11-29 17:16:24 +0000
commit269ec9026c9cd16c1865b30f818e23b82a68328c (patch)
treeedd8116b304698dd5cc9824afbf60c7227701d52 /containers/org.eclipse.linuxtools.docker.core/.classpath
parent8943a654114cdd905a4de6471f82bf2521e42ea4 (diff)
downloadorg.eclipse.linuxtools-269ec9026c9cd16c1865b30f818e23b82a68328c.tar.gz
org.eclipse.linuxtools-269ec9026c9cd16c1865b30f818e23b82a68328c.tar.xz
org.eclipse.linuxtools-269ec9026c9cd16c1865b30f818e23b82a68328c.zip
Mark test source folders as such to fix building with 2018-12.
And some reorganization caused by refreshing projects. Change-Id: If6a6d04e8081c483660a135f5745ce3adc9f0dce Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/133266 Tested-by: CI Bot
Diffstat (limited to 'containers/org.eclipse.linuxtools.docker.core/.classpath')
-rw-r--r--containers/org.eclipse.linuxtools.docker.core/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/containers/org.eclipse.linuxtools.docker.core/.classpath b/containers/org.eclipse.linuxtools.docker.core/.classpath
index 5f81a2705a..cf36b56119 100644
--- a/containers/org.eclipse.linuxtools.docker.core/.classpath
+++ b/containers/org.eclipse.linuxtools.docker.core/.classpath
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

Back to the top