Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2007-06-12 18:35:08 +0000
committerDoug Schaefer2007-06-12 18:35:08 +0000
commitad08e66295d9d445c771709f5cf9b827d80a1458 (patch)
tree175af10dbb95a840be80c4f6af1d209c2fead298 /releng/org.eclipse.cdt.testing
parent72d158df07dee7fa9faeb31b4f7663c36f3b9b03 (diff)
downloadorg.eclipse.cdt-ad08e66295d9d445c771709f5cf9b827d80a1458.tar.gz
org.eclipse.cdt-ad08e66295d9d445c771709f5cf9b827d80a1458.tar.xz
org.eclipse.cdt-ad08e66295d9d445c771709f5cf9b827d80a1458.zip
Trying to fix the tests.
Diffstat (limited to 'releng/org.eclipse.cdt.testing')
-rw-r--r--releng/org.eclipse.cdt.testing/test.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/releng/org.eclipse.cdt.testing/test.xml b/releng/org.eclipse.cdt.testing/test.xml
index 1dc5cbe8e73..d887090b1ae 100644
--- a/releng/org.eclipse.cdt.testing/test.xml
+++ b/releng/org.eclipse.cdt.testing/test.xml
@@ -1,7 +1,5 @@
<project name="CDT Automated Tests" default="run" basedir=".">
- <property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test/library.xml"/>
-
<property name="cdt-core-loc" value="${eclipse-home}/cdt_core_folder"/>
<property name="cdt-ui-loc" value="${eclipse-home}/cdt_ui_folder"/>
<property name="cdt-debug-ui-loc" value="${eclipse-home}/cdt_debug_ui_folder"/>

Back to the top