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 285333 | Differences between
and this patch

Collapse All | Expand All

(-)buildAll.xml (-1 / +1 lines)
Lines 329-335 Link Here
329
		<condition property="signpollline" value="${stagingDirectoryOutput}/${archiveName}">
329
		<condition property="signpollline" value="${stagingDirectoryOutput}/${archiveName}">
330
			<equals arg1="${hudson}" arg2="true" />
330
			<equals arg1="${hudson}" arg2="true" />
331
		</condition>
331
		</condition>
332
		<property name="signpollline" value="${signhost}; ls ${stagingDirectoryOutput}/${archiveName}" />
332
	    <property name="signpollline" value="${signhost} ${signquote}cd ${stagingDirectoryOutput};ls ${archiveName}${signquote}" />
333
333
334
		<antcall target="waitForChangedAttribs">
334
		<antcall target="waitForChangedAttribs">
335
			<param name="signpoll" value="${signpoll}" />
335
			<param name="signpoll" value="${signpoll}" />

Return to bug 285333