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:
parent
e4895ce3c0
commit
2af46568e4
1 changed files with 1 additions and 1 deletions
|
@ -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}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue