1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Plugin name was misspeled in test.xml

This commit is contained in:
Alena Laskavaia 2010-05-12 20:36:02 +00:00
parent e4895ce3c0
commit 2af46568e4

View file

@ -97,7 +97,7 @@
<target name="cdt-codan" depends="init">
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
<property name="data-dir" value="${eclipse-home}/cdt_codan_folder"/>
<property name="plugin-name" value="org.eclipse.cdt.codan.test"/>
<property name="plugin-name" value="org.eclipse.cdt.codan.core.test"/>
<property name="classname" value="org.eclipse.cdt.codan.core.test.AutomatedIntegrationSuite"/>
<property name="vmargs" value=" -Xms40m -Xmx512m"/>
<property name="extraVMargs" value="${cdt-common-vmargs}"/>