Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Boldt2007-09-20 21:59:34 +0000
committerNick Boldt2007-09-20 21:59:34 +0000
commit9e368b06ba62b5a0f33b243ae26ee86ba2080eee (patch)
tree43144887473701bbbf1994ec3f37c2066b855911
parent8ae951698ae1507ea9e49c9597be2376005049c7 (diff)
downloadcdo-9e368b06ba62b5a0f33b243ae26ee86ba2080eee.tar.gz
cdo-9e368b06ba62b5a0f33b243ae26ee86ba2080eee.tar.xz
cdo-9e368b06ba62b5a0f33b243ae26ee86ba2080eee.zip
wrong plugin
-rw-r--r--plugins/org.eclipse.net4j.tests/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.net4j.tests/test.xml b/plugins/org.eclipse.net4j.tests/test.xml
index ea6ff17975..0746058109 100644
--- a/plugins/org.eclipse.net4j.tests/test.xml
+++ b/plugins/org.eclipse.net4j.tests/test.xml
@@ -6,7 +6,7 @@
<property name="eclipse-home" value="${basedir}\..\.."/>
<!-- sets the properties plugin-name, and library-file -->
- <property name="plugin-name" value="org.eclipse.emf.test.build"/>
+ <property name="plugin-name" value="org.eclipse.net4j.tests"/>
<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 -->

Back to the top