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 152095 Details for
Bug 292691
PDE's use of p2 API
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 to catch up to p2 branch
patch.txt (text/plain), 2.93 KB, created by
John Arthorne
on 2009-11-12 14:46:54 EST
(
hide
)
Description:
Patch to catch up to p2 branch
Filename:
MIME Type:
Creator:
John Arthorne
Created:
2009-11-12 14:46:54 EST
Size:
2.93 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.build >Index: META-INF/MANIFEST.MF >=================================================================== >RCS file: /cvsroot/eclipse/pde/build/org.eclipse.pde.build/META-INF/MANIFEST.MF,v >retrieving revision 1.37.2.1 >diff -u -r1.37.2.1 MANIFEST.MF >--- META-INF/MANIFEST.MF 4 Nov 2009 15:35:23 -0000 1.37.2.1 >+++ META-INF/MANIFEST.MF 12 Nov 2009 19:49:18 -0000 >@@ -14,7 +14,8 @@ > org.eclipse.equinox.p2.metadata.generator;resolution:=optional, > org.eclipse.equinox.p2.jarprocessor;bundle-version="[1.0.1,2.0.0)", > org.eclipse.equinox.p2.publisher;bundle-version="1.0.0";resolution:=optional, >- org.eclipse.equinox.p2.repository.tools;bundle-version="[1.0.0,2.0.0)";resolution:=optional >+ org.eclipse.equinox.p2.repository.tools;bundle-version="[1.0.0,2.0.0)";resolution:=optional, >+ org.eclipse.equinox.p2.director.app;bundle-version="1.0.100" > Export-Package: > org.eclipse.pde.build, > org.eclipse.pde.internal.build;x-friends:="org.eclipse.pde.core,org.eclipse.pde.ui,org.eclipse.pde.launching", >Index: scripts/genericTargets.xml >=================================================================== >RCS file: /cvsroot/eclipse/pde/build/org.eclipse.pde.build/scripts/genericTargets.xml,v >retrieving revision 1.37 >diff -u -r1.37 genericTargets.xml >--- scripts/genericTargets.xml 23 Oct 2009 19:40:26 -0000 1.37 >+++ scripts/genericTargets.xml 12 Nov 2009 19:49:18 -0000 >@@ -236,10 +236,25 @@ > <and><equals arg1="*" arg2="${arch}"/><os family="windows" /></and> > </condition> > >+ <p2.director >+ os="${p2.os}" ws="${p2.ws}" arch="${p2.arch}" >+ flavor="${p2.flavor}" >+ roaming="true" >+ profile="${p2.director.profile}" >+ metadataRepository="${p2.repo}" >+ artifactRepository="${p2.repo}" >+ destination="${p2.director.installPath}" >+ bundlepool="${p2.director.bundlepool}" >+ agentLocation="${p2.director.dataArea}"> >+ >+ <iu id="${p2.director.iu}" version="${p2.director.version}" /> >+ </p2.director> >+ >+ <!-- > <java jar="${equinoxLauncherJar}" fork="true" failonerror="false" resultproperty="p2.director.return.code" outputproperty="p2.director.java.output"> > <arg line="-application org.eclipse.equinox.p2.director.app.application" /> > <arg line="-nosplash" /> >- <arg line="--launcher.suppressErrors" /> >+ <arg line="- -launcher.suppressErrors" /> > <arg line="-consoleLog" /> > <arg line="-flavor ${p2.flavor}" /> > <arg value="-installIU" /> >@@ -271,11 +286,13 @@ > <arg line="${p2.director.devMode}"/> > <sysproperty key="osgi.configuration.area" value="${p2.director.configArea}" /> > </java> >+ --> > <echo message="${p2.director.java.output}" /> > <antcall target="logDirectorCall"/> >- <condition property="p2.director.error"> >+ <!--<condition property="p2.director.error"> > <isfailure code="${p2.director.return.code}" /> > </condition> >+ --> > <fail if="p2.director.error" message="A Problem occured while running the director." /> > </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 292691
:
152095
|
152205
|
152362
|
152365
|
152504
|
152544
|
152984
|
152986
|
153141
|
153282
|
153349
|
153895
|
153988
|
154541
|
154542
|
154883
|
155120
|
155154
|
155466
|
155547
|
155813
|
155814
|
155879
|
155912
|
155913
|
155979