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 376428
Collapse All | Expand All

(-)a/buildAll.xml (-4 / +4 lines)
Lines 817-828 Link Here
817
817
818
818
819
		<!--try create composite repository-->
819
		<!--try create composite repository-->
820
		<p2.composite.artifact.repository.create location="file://${updateSite}" name="${p2.repo.name}" compressed="true" failOnExists="false" />
820
		<p2.composite.artifact.repository.create location="file://${updateSite}/${eclipseStream}-${buildType}-builds" name="${p2.repo.name}" compressed="true" failOnExists="false" />
821
		<p2.composite.metadata.repository.create location="file://${updateSite}" name="${p2.repo.name}" compressed="true" failOnExists="false" />
821
		<p2.composite.metadata.repository.create location="file://${updateSite}/${eclipseStream}-${buildType}-builds" name="${p2.repo.name}" compressed="true" failOnExists="false" />
822
822
823
		<!--add childRepo to composite repo-->
823
		<!--add childRepo to composite repo-->
824
		<p2.composite.artifact.repository.add location="file://${updateSite}" child="${buildId}" />
824
		<p2.composite.artifact.repository.add location="file://${updateSite}/${eclipseStream}-${buildType}-builds" child="${buildId}" />
825
		<p2.composite.metadata.repository.add location="file://${updateSite}" child="${buildId}" />
825
		<p2.composite.metadata.repository.add location="file://${updateSite}/${eclipseStream}-${buildType}-builds" child="${buildId}" />
826
	</target>
826
	</target>
827
827
828
	<target name="packageRepos">
828
	<target name="packageRepos">

Return to bug 376428