Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Chouinard2012-07-17 21:32:51 +0000
committerFrancois Chouinard2012-07-17 21:33:53 +0000
commitc42fd3bb6d22b0b6070553c6310e2d9f638848d0 (patch)
treedde5d7afec63074cab21bc45209e1b630e69d895 /lttng/org.eclipse.linuxtools.tmf.core.tests
parentc555be09fd7d27a0b0d8f3b104b9e18a3015590f (diff)
downloadorg.eclipse.linuxtools-c42fd3bb6d22b0b6070553c6310e2d9f638848d0.tar.gz
org.eclipse.linuxtools-c42fd3bb6d22b0b6070553c6310e2d9f638848d0.tar.xz
org.eclipse.linuxtools-c42fd3bb6d22b0b6070553c6310e2d9f638848d0.zip
Fix test project dependencies.
Change-Id: Ia493a73c46d51fedc003696977fa92e5e89cc078 Signed-off-by: Francois Chouinard <fchouinard@gmail.com>
Diffstat (limited to 'lttng/org.eclipse.linuxtools.tmf.core.tests')
-rw-r--r--lttng/org.eclipse.linuxtools.tmf.core.tests/.classpath1
1 files changed, 0 insertions, 1 deletions
diff --git a/lttng/org.eclipse.linuxtools.tmf.core.tests/.classpath b/lttng/org.eclipse.linuxtools.tmf.core.tests/.classpath
index a2dcfc3c80..2a987e2854 100644
--- a/lttng/org.eclipse.linuxtools.tmf.core.tests/.classpath
+++ b/lttng/org.eclipse.linuxtools.tmf.core.tests/.classpath
@@ -4,6 +4,5 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="stubs"/>
- <classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.linuxtools.tmf.core"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top