Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'perf/org.eclipse.linuxtools.perf/.classpath')
-rw-r--r--perf/org.eclipse.linuxtools.perf/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/org.eclipse.linuxtools.perf/.classpath b/perf/org.eclipse.linuxtools.perf/.classpath
index eca7bdba8f..43b986286a 100644
--- a/perf/org.eclipse.linuxtools.perf/.classpath
+++ b/perf/org.eclipse.linuxtools.perf/.classpath
@@ -3,5 +3,5 @@
<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="bin"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>

Back to the top