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 151877 Details for
Bug 270627
add releng test to run mirroring with skipErrors disabled and parse the output
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]
patch
270627.txt (text/plain), 4.83 KB, created by
Kim Moir
on 2009-11-10 15:52:56 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Kim Moir
Created:
2009-11-10 15:52:56 EST
Size:
4.83 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt.doc.isv >Index: build.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.doc.isv/build.xml,v >retrieving revision 1.39 >diff -u -r1.39 build.xml >--- build.xml 13 Oct 2009 21:23:29 -0000 1.39 >+++ build.xml 10 Nov 2009 20:55:54 -0000 >@@ -44,7 +44,7 @@ > <copy todir="${destination.temp.folder}/${full.name}"> > <fileset dir="${basedir}" includes="concepts/, gettingStarted/, images/, reference/, tasks/,samples/,guide/,porting/,questions/,*.properties,*.xml,*.zip,*.html,*.htm,*.png,*.css,META-INF/,index/" excludes="build.properties,build.xml,buildDoc.xml" /> > </copy> >- <eclipse.versionReplacer path="${destination.temp.folder}/${full.name}" version="${version.suffix}" /> >+ <eclipse.versionReplacer path="${destination.temp.folder}/${full.name}" version="v${timestamp}" /> > </target> > > <target name="build.jars" depends="init"> >#P org.eclipse.jdt.doc.user >Index: build.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt.doc.user/build.xml,v >retrieving revision 1.33 >diff -u -r1.33 build.xml >--- build.xml 13 Oct 2009 21:23:29 -0000 1.33 >+++ build.xml 10 Nov 2009 20:55:55 -0000 >@@ -52,7 +52,7 @@ > <copy todir="${destination.temp.folder}/${full.name}"> > <fileset dir="${basedir}" includes="*.properties,*.xml,*.zip,*.html,*.htm,*.png,*.css,META-INF/**,index/**,concepts/**, gettingStarted/**, images/**, reference/**, tasks/**, tips/**, whatsNew/**" excludes="build.properties,build.xml" /> > </copy> >- <eclipse.versionReplacer path="${destination.temp.folder}/${full.name}" version="${version.suffix}" /> >+ <eclipse.versionReplacer path="${destination.temp.folder}/${full.name}" version="v${timestamp}" /> > </target> > > <target name="build.jars" depends="init" description="Build all the jars for the plug-in: org.eclipse.jdt.doc.user."> >#P org.eclipse.releng.eclipsebuilder >Index: buildAll.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/buildAll.xml,v >retrieving revision 1.299 >diff -u -r1.299 buildAll.xml >--- buildAll.xml 6 Nov 2009 14:35:58 -0000 1.299 >+++ buildAll.xml 10 Nov 2009 20:55:55 -0000 >@@ -618,7 +618,7 @@ > <property name="repoBaseline" value="file:${updateSite}" /> > > <p2.metadata.mirror source="file:${reposource}" writeMode="append" destinationName="${p2.repo.name}" destination="file:${buildRepo}" /> >- <p2.artifact.mirror source="file:${reposource}" baseline="${repoBaseline}" comparatorId="org.eclipse.equinox.p2.repository.tools.jar.comparator" destinationName="${p2.repo.name}" destination="file:${buildRepo}" ignoreErrors="true" comparatorLog="${buildlogs}/comparatorlog.txt" log="${buildlogs}/mirrorlog.txt" /> >+ <p2.artifact.mirror source="file:${reposource}" baseline="${repoBaseline}" comparatorId="org.eclipse.equinox.p2.repository.tools.jar.comparator" destinationName="${p2.repo.name}" destination="file:${buildRepo}" ignoreErrors="false" comparatorLog="${buildlogs}/comparatorlog.txt" log="${buildlogs}/mirrorlog.txt" /> > <copy todir="${buildRepo}"> > <fileset file="${eclipse.build.configs}/../../extras/sdkinstaller.properties" /> > </copy> >Index: eclipse/buildConfigs/sdk/customTargets.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/sdk/customTargets.xml,v >retrieving revision 1.90 >diff -u -r1.90 customTargets.xml >--- eclipse/buildConfigs/sdk/customTargets.xml 6 Nov 2009 14:35:58 -0000 1.90 >+++ eclipse/buildConfigs/sdk/customTargets.xml 10 Nov 2009 20:55:55 -0000 >@@ -196,6 +196,11 @@ > <concat destfile="${buildDirectory}/plugins/org.eclipse.jdt/build.properties" append="true">qualifier=v${timestamp}</concat> > <concat destfile="${buildDirectory}/plugins/org.eclipse.rcp/build.properties" append="true">qualifier=v${timestamp}</concat> > <concat destfile="${buildDirectory}/plugins/org.eclipse.pde/build.properties" append="true">qualifier=v${timestamp}</concat> >+ <concat destfile="${buildDirectory}/plugins/org.eclipse.platform.doc.isv/build.properties" append="true">qualifier=v${timestamp}</concat> >+ <concat destfile="${buildDirectory}/plugins/org.eclipse.platform.doc.user/build.properties" append="true">qualifier=v${timestamp}</concat> >+ <concat destfile="${buildDirectory}/plugins/org.eclipse.pde.doc.user/build.properties" append="true">qualifier=v${timestamp}</concat> >+ <concat destfile="${buildDirectory}/plugins/org.eclipse.jdt.doc.isv/build.properties" append="true">qualifier=v${timestamp}</concat> >+ <concat destfile="${buildDirectory}/plugins/org.eclipse.jdt.doc.user/build.properties" append="true">qualifier=v${timestamp}</concat> > <property name="updateproperties" value="true" /> > </target> >
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 270627
:
131663
|
134823
|
151877
|
158315
|
160092
|
161608
|
161764
|
163636