Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorUwe Stieber2012-05-15 07:41:29 +0000
committerUwe Stieber2012-05-15 07:41:29 +0000
commit757e5be8e00497b15af1015442b88697783593cb (patch)
tree2383a2a1b849ffe52f1c4d51320510b7af87e0e4 /tests
parentf1c8285eb7a1c5520cd23432a2497b6466d168d7 (diff)
downloadorg.eclipse.tcf-757e5be8e00497b15af1015442b88697783593cb.tar.gz
org.eclipse.tcf-757e5be8e00497b15af1015442b88697783593cb.tar.xz
org.eclipse.tcf-757e5be8e00497b15af1015442b88697783593cb.zip
TCF Debugger Tests: Fix reference to child module
Diffstat (limited to 'tests')
-rw-r--r--tests/pom-tests.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pom-tests.xml b/tests/pom-tests.xml
index d8949598d..9e63f6ebf 100644
--- a/tests/pom-tests.xml
+++ b/tests/pom-tests.xml
@@ -25,7 +25,7 @@
<module>../plugins/org.eclipse.tcf.debug.ui</module>
<module>../plugins/org.eclipse.tcf.cdt.ui</module>
- <module>../target_explorer/org.eclipse.tcf.te.tests</module>
+ <module>../target_explorer/plugins/org.eclipse.tcf.te.tests</module>
<module>../features/org.eclipse.tcf.feature</module>
<module>../features/org.eclipse.tcf.sdk.feature</module>

Back to the top