fixed location of test plugin

This commit is contained in:
jkohnlein 2008-07-08 16:39:57 +00:00
parent 4140283654
commit 3452a7aacc
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
<!-- sets the properties plugin-name, and library-file -->
<property name="plugin-name" value="org.eclipse.xtext.generator.tests" />
<property name="library-file" value="${eclipse-home}/dropins/eclipse/plugins/org.eclipse.test/library.xml" />
<property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test/library.xml" />
<!-- This target holds all initialization code that needs to be done for -->
<!-- all tests that are to be run. Initialization for individual tests -->

View file

@ -17,7 +17,7 @@
<!-- sets the properties plugin-name, and library-file -->
<property name="plugin-name" value="org.eclipse.xtext.servce.tests" />
<property name="library-file" value="${eclipse-home}/dropins/eclipse/plugins/org.eclipse.test/library.xml" />
<property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test/library.xml" />
<!-- This target holds all initialization code that needs to be done for -->
<!-- all tests that are to be run. Initialization for individual tests -->