Skip to content

Commit f8af2e4

Browse files
committed
[Build] Remove definition PLUGIN_PATH system-property for I-build tests
All usages of the 'PLUGIN_PATH' system-property in tests have been removed. Therefore that property and it's defining ANT property 'plugin-path' can be removed.
1 parent fe2e624 commit f8af2e4

File tree

2 files changed

+1
-13
lines changed
  • eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts
  • eclipse.platform.releng/bundles/org.eclipse.releng.tests

2 files changed

+1
-13
lines changed

eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/library.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@
6666
6767
test-output - overrides default output file produced from test run. [May not currently override default?]
6868
69-
plugin-path - path to root of plug-in
70-
7169
useEclipseExe - property setting forces test to launch via eclipse executable. [Not fully supported. See bug 387638.]
7270
7371
junit-report-output - output directory for junit reports produced for specified classname.
@@ -150,9 +148,6 @@
150148
<property
151149
name="extraVMargs"
152150
value="" />
153-
<property
154-
name="plugin-path"
155-
value="" />
156151

157152
<property
158153
name="timeout"
@@ -271,9 +266,6 @@
271266
<arg value="-junitReportOutput" />
272267
<arg path="${junit-report-output}" />
273268
<jvmarg line="${frameworkvmargs} ${loglocation} ${vmargs} ${extraVMargs} ${frameworkperfargs}" />
274-
<sysproperty
275-
key="PLUGIN_PATH"
276-
value="${plugin-path}" />
277269
<env
278270
key="ECLIPSE_I_BUILD_TEST"
279271
value="true"/>
@@ -339,7 +331,7 @@
339331
<arg line="-nosplash" />
340332
<arg line="--launcher.suppressErrors" />
341333
<arg line="${consolelog}" />
342-
<arg line="-vmargs ${frameworkvmargs} ${loglocation} ${vmargs} ${extraVMargs} -DPLUGIN_PATH=${plugin-path}" />
334+
<arg line="-vmargs ${frameworkvmargs} ${loglocation} ${vmargs} ${extraVMargs}" />
343335
</exec>
344336
<antcall target="collect-results" />
345337
</target>

eclipse.platform.releng/bundles/org.eclipse.releng.tests/test.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,6 @@
226226
<property
227227
name="classname"
228228
value="org.eclipse.releng.tests.BuildTests" />
229-
<property
230-
name="plugin-path"
231-
value="${eclipse-home}/plugins/${org.eclipse.releng.tests}" />
232-
233229
<property
234230
name="vmargs"
235231
value="-DdownloadHost=${downloadHost} -DbuildId=${buildId}" />

0 commit comments

Comments
 (0)