Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 103614 | Differences between
and this patch

Collapse All | Expand All

(-)test.xml (+6 lines)
Lines 11-16 Link Here
11
	<property
11
	<property
12
		name="plugin-name"
12
		name="plugin-name"
13
		value="org.eclipse.wst.xml.validation.tests" />
13
		value="org.eclipse.wst.xml.validation.tests" />
14
	<property
15
		name="extraVMargs"
16
		value="-Dwtp.quiet=true" />
14
17
15
	<!-- End Configurable Properties -->
18
	<!-- End Configurable Properties -->
16
19
Lines 62-67 Link Here
62
			<property
65
			<property
63
				name="classname"
66
				name="classname"
64
				value="org.eclipse.wst.xml.validation.tests.internal.AllXMLTests" />
67
				value="org.eclipse.wst.xml.validation.tests.internal.AllXMLTests" />
68
			<property
69
				name="extraVMargs"
70
				value="${extraVMargs}"/>
65
		</ant>
71
		</ant>
66
72
67
	</target>
73
	</target>

Return to bug 103614