Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml2
-rw-r--r--tests/plugins/org.eclipse.tcf.debug.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
index 7f4d41a80..2ec8ae34e 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
@@ -46,7 +46,7 @@
<systemProperties>
<osgi.debug>${basedir}/tracing/.options</osgi.debug>
- <tcf.agent.path>${basedir}/.agent/agent</tcf.agent.path>
+ <tcf.agent.path>${WORKSPACE}/.agent</tcf.agent.path>
</systemProperties>
<testSuite>org.eclipse.tcf.te.tests</testSuite>
diff --git a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
index e96d8a922..558a007fc 100644
--- a/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
+++ b/tests/plugins/org.eclipse.tcf.debug.test/pom.xml
@@ -46,7 +46,7 @@
<systemProperties>
<osgi.debug>${basedir}/tracing/.options</osgi.debug>
- <tcf.agent.path>${basedir}/.agent/agent</tcf.agent.path>
+ <tcf.agent.path>${WORKSPACE}/.agent</tcf.agent.path>
</systemProperties>
<includes>

Back to the top