mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
fixed ref to library.xml
This commit is contained in:
parent
0cee3ec571
commit
87f5a7f064
2 changed files with 2 additions and 2 deletions
|
@ -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}/plugins/org.eclipse.test/library.xml" />
|
||||
<property name="library-file" value="${eclipse-home}/dropins/eclipse/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 -->
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<!-- sets the properties plugin-name, and library-file -->
|
||||
<property name="plugin-name" value="org.eclipse.xtext.tests" />
|
||||
<property name="library-file" value="${eclipse-home}/plugins/org.eclipse.test/library.xml" />
|
||||
<property name="library-file" value="${eclipse-home}/dropins/eclipse/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 -->
|
||||
|
|
Loading…
Reference in a new issue