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 145264 Details for
Bug 286858
change director call to use pde build's runDirector task
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
286858.txt (text/plain), 3.52 KB, created by
Kim Moir
on 2009-08-21 09:12:59 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Kim Moir
Created:
2009-08-21 09:12:59 EDT
Size:
3.52 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.releng.eclipsebuilder >Index: equinox/buildConfigs/equinox.prov/run.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/equinox/buildConfigs/equinox.prov/run.xml,v >retrieving revision 1.159 >diff -u -r1.159 run.xml >--- equinox/buildConfigs/equinox.prov/run.xml 18 Aug 2009 17:25:12 -0000 1.159 >+++ equinox/buildConfigs/equinox.prov/run.xml 20 Aug 2009 17:59:57 -0000 >@@ -128,7 +128,7 @@ > <property name="repo" value="${buildDirectory}/repo" /> > <mkdir dir="${repo}" /> > <property name="p2.flavor" value="tooling" /> >- <property name="p2.agent.version" value="1.0.100.${buildId}" /> >+ <property name="p2.agent.version" value="1.0.100.${buildId}" /> > </target> > > <target name="build" depends="init"> >@@ -733,43 +733,26 @@ > p2.generator.root.version > p2.repo > --> >- >- >+ > <target name="run.director"> >- <delete dir="${base.builder}/configuration/.settings" includeemptydirs="true" failonerror="false" /> >- <property name="p2.director.configArea" value="${osgi.configuration.area}" /> >- <java jar="${base.builder}/plugins/org.eclipse.equinox.launcher.jar" fork="true" jvm="${java15-home}/bin/java" failonerror="false" dir="${base.builder}" timeout="900000" output="${directorlog}" resultproperty="directorcode"> >- <arg line="-vm ${java15-home}/bin/java" /> >- <arg line="-application org.eclipse.equinox.p2.director.app.application" /> >- <arg line="-nosplash" /> >- <arg line="--launcher.suppressErrors" /> >- <arg line="-consoleLog" /> >- <arg line="-flavor ${p2.flavor}" /> >- <arg line="-installIU ${p2.director.installIU}" /> >- <arg line="-version ${p2.director.version}" /> >- <arg line="-p2.os ${p2.os}" /> >- <arg line="-p2.ws ${p2.ws}" /> >- <arg line="-p2.arch ${p2.arch}" /> >- <arg line="-roaming" /> >- <arg line="-profile ${p2.director.profile}" /> >- <arg line="${p2.director.extraArgs}" /> >- <arg line="-metadataRepository file:${p2.repo}" /> >- <arg line="-artifactRepository file:${p2.repo}" /> >- <arg line="-metadataRepositoryName ${p2.repo.name}" /> >- <arg line="-artifactRepositoryName ${p2.repo.name}" /> >- <arg line="-destination ${p2.director.install.path}" /> >- <arg line="-bundlepool ${p2.director.install.path}" /> >- <arg line="-vmargs" /> >- <arg line="-Declipse.p2.data.area=${p2.director.install.path}/p2" /> >- <arg line="-Declipse.p2.MD5Check=false" /> >- <arg line="-Declipse.p2.profile=profile" /> >- <sysproperty key="osgi.configuration.area" value="${p2.director.configArea}" /> >- </java> >+ <ant antfile="${eclipse.pdebuild.scripts}/genericTargets.xml" target="runDirector" inheritAll="true"> >+ <property name="p2.repo" value="file:${p2.repo}" /> >+ <property name="p2.director.iu" value="${p2.director.installIU}" /> >+ <property name="p2.director.installPath" value="${p2.director.install.path}" /> >+ <property name="os" value="p2.os" /> >+ <property name="ws" value="p2.ws" /> >+ <property name="arch" value="p2.arch" /> >+ <property name="p2.director.log" value="${directorlog}" /> >+ <property name="equinoxLauncherJar" value="${base.builder}/plugins/org.eclipse.equinox.launcher.jar" /> >+ </ant> > <echo message="director ${p2.director.install.path}" file="${directorlog}" append="true" /> > <echo message="${directorcode}" file="${directorlog}" append="true" /> > </target> > > >+ >+ >+ > <target name="zip.install"> > > <property name="output.dir" value="${equinoxPostingDirectory}/${buildLabel}" />
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 286858
:
144853
| 145264