Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 213828 Details for
Bug 376428
The "postingdirectory" composite site isn't created quite right
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
small change to fix?
patch (text/plain), 1.33 KB, created by
David Williams
on 2012-04-10 18:33:37 EDT
(
hide
)
Description:
small change to fix?
Filename:
MIME Type:
Creator:
David Williams
Created:
2012-04-10 18:33:37 EDT
Size:
1.33 KB
patch
obsolete
>diff --git a/buildAll.xml b/buildAll.xml >index f18ada7..c6190c0 100644 >--- a/buildAll.xml >+++ b/buildAll.xml >@@ -817,12 +817,12 @@ > > > <!--try create composite repository--> >- <p2.composite.artifact.repository.create location="file://${updateSite}" name="${p2.repo.name}" compressed="true" failOnExists="false" /> >- <p2.composite.metadata.repository.create location="file://${updateSite}" name="${p2.repo.name}" compressed="true" failOnExists="false" /> >+ <p2.composite.artifact.repository.create location="file://${updateSite}/${eclipseStream}-${buildType}-builds" name="${p2.repo.name}" compressed="true" failOnExists="false" /> >+ <p2.composite.metadata.repository.create location="file://${updateSite}/${eclipseStream}-${buildType}-builds" name="${p2.repo.name}" compressed="true" failOnExists="false" /> > > <!--add childRepo to composite repo--> >- <p2.composite.artifact.repository.add location="file://${updateSite}" child="${buildId}" /> >- <p2.composite.metadata.repository.add location="file://${updateSite}" child="${buildId}" /> >+ <p2.composite.artifact.repository.add location="file://${updateSite}/${eclipseStream}-${buildType}-builds" child="${buildId}" /> >+ <p2.composite.metadata.repository.add location="file://${updateSite}/${eclipseStream}-${buildType}-builds" child="${buildId}" /> > </target> > > <target name="packageRepos">
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 376428
: 213828