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 117460 Details for
Bug 186213
[POG]TPTP drivers are larger than my favourite video games
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]
Breaks up the xsd.sdk into its runtime components and fixes a problem with the windows platform unzip
allinone_reducesize_v2.txt (text/plain), 7.61 KB, created by
Joshua Bowles
on 2008-11-10 13:11:03 EST
(
hide
)
Description:
Breaks up the xsd.sdk into its runtime components and fixes a problem with the windows platform unzip
Filename:
MIME Type:
Creator:
Joshua Bowles
Created:
2008-11-10 13:11:03 EST
Size:
7.61 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.hyades.releng.builder >Index: master/runtime/customTargets.xml >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.hyades.releng.builder/master/runtime/customTargets.xml,v >retrieving revision 1.702 >diff -u -r1.702 customTargets.xml >--- master/runtime/customTargets.xml 5 Nov 2008 18:49:57 -0000 1.702 >+++ master/runtime/customTargets.xml 10 Nov 2008 16:05:56 -0000 >@@ -336,31 +336,25 @@ > <param name="filename" value="${eclipseSdkFilename}"/> > <param name="dstdir" value="${baseLocation}/../${eclipseSdkDirectory}"/> > </antcall> >- >-<!-- Unzip an eclipse platform to be used to install features into the all-in-one --> >+<!-- Unzip an eclipse platform to be used for the Linux all-in-one --> > <antcall target="fetch.gunzip.untar"> > <param name="url" value="${eclipseDownloadUrl}/${eclipseSdkUrl}"/> > <param name="filename" value="${eclipsePlatformFilename}"/> >- <param name="dstdir" value="${buildDirectory}/p2installer"/> >+ <param name="dstdir" value="${buildDirectory}/linux_allinone"/> > </antcall> > <!-- The untar task loses the executable flag. Here's a workaround for the linux eclipse executable --> > <exec executable="/bin/chmod" output="${publishDirectory}/console.txt" logError="true" append="true"> > <arg line="755 ${baseLocation}/eclipse"/> > </exec> > <exec executable="/bin/chmod" output="${publishDirectory}/console.txt" logError="true" append="true"> >- <arg line="755 ${buildDirectory}/p2installer/eclipse/eclipse"/> >+ <arg line="755 ${buildDirectory}/linux_allinone/eclipse/eclipse"/> > </exec> >- >-<!-- Unzip a windows eclipse to become the all-in-one later --> >- <exec executable="unzip"> >- <arg line="-q ${depPath}/${eclipseSdkFilename_win32} -d ${buildDirectory}/win_allinone"/> >- </exec> >-<!-- Make a copy of the unziped SDK that will be used for the linux All-in-one --> >+<!-- Make a copy of the unziped SDK that will be used to install features into the all-in-one --> > <exec executable="mkdir"> >- <arg line="${buildDirectory}/linux_allinone" /> >+ <arg line="${buildDirectory}/p2installer" /> > </exec> > <exec executable="cp"> >- <arg line="-r ${baseLocation} ${buildDirectory}/linux_allinone" /> >+ <arg line="-r ${baseLocation} ${buildDirectory}/p2installer" /> > </exec> > > <antcall target="fetch.unzip"> >@@ -368,6 +362,13 @@ > <param name="filename" value="${eclipseSdkFilename_win32}"/> > <param name="dstdir" value="${baseLocation}/../${eclipseSdkDirectory}"/> > </antcall> >+<!-- Unzip a windows eclipse to become the all-in-one later --> >+ <antcall target="fetch.unzip"> >+ <param name="url" value="${eclipseDownloadUrl}/${eclipseSdkUrl}"/> >+ <param name="filename" value="${eclipsePlatformFilename_win32}"/> >+ <param name="dstdir" value="${buildDirectory}/win_allinone"/> >+ </antcall> >+ > <antcall target="fetch.unzip"> > <param name="url" value="${eclipseDownloadUrl}/${eclipseSdkUrl}"/> > <param name="filename" value="${eclipseRCPDelta}"/> >@@ -1651,6 +1652,27 @@ > > <antcall target="run.director"> > <param name="p2.director.install.path" value="${buildDirectory}/${eviroment.modifier}_allinone/eclipse"/> >+ <param name="p2.IU" value="org.eclipse.cvs.feature.group" /> >+ <param name="p2.m.repo.location" value="${eclipseMetadataURL}" /> >+ <param name="p2.a.repo.location" value="${eclipseMetadataURL}" /> >+ <param name="p2.version" value="${cvsMetadataVersion}" /> >+ </antcall> >+ <antcall target="run.director"> >+ <param name="p2.director.install.path" value="${buildDirectory}/${eviroment.modifier}_allinone/eclipse"/> >+ <param name="p2.IU" value="org.eclipse.jdt.feature.group" /> >+ <param name="p2.m.repo.location" value="${eclipseMetadataURL}" /> >+ <param name="p2.a.repo.location" value="${eclipseMetadataURL}" /> >+ <param name="p2.version" value="${jdtMetadataVersion}" /> >+ </antcall> >+ <antcall target="run.director"> >+ <param name="p2.director.install.path" value="${buildDirectory}/${eviroment.modifier}_allinone/eclipse"/> >+ <param name="p2.IU" value="org.eclipse.pde.feature.group" /> >+ <param name="p2.m.repo.location" value="${eclipseMetadataURL}" /> >+ <param name="p2.a.repo.location" value="${eclipseMetadataURL}" /> >+ <param name="p2.version" value="${pdeMetadataVersion}" /> >+ </antcall> >+ <antcall target="run.director"> >+ <param name="p2.director.install.path" value="${buildDirectory}/${eviroment.modifier}_allinone/eclipse"/> > <param name="p2.IU" value="org.eclipse.emf.feature.group" /> > <param name="p2.m.repo.location" value="${emf24MetadataURL}" /> > <param name="p2.a.repo.location" value="${emf24MetadataURL}" /> >@@ -1658,7 +1680,42 @@ > </antcall> > <antcall target="run.director"> > <param name="p2.director.install.path" value="${buildDirectory}/${eviroment.modifier}_allinone/eclipse"/> >- <param name="p2.IU" value="org.eclipse.xsd.sdk.feature.group" /> >+ <param name="p2.IU" value="org.eclipse.xsd.feature.group" /> >+ <param name="p2.m.repo.location" value="${emf24MetadataURL}" /> >+ <param name="p2.a.repo.location" value="${emf24MetadataURL}" /> >+ <param name="p2.version" value="${emf24MetadataVersion}" /> >+ </antcall> >+ <antcall target="run.director"> >+ <param name="p2.director.install.path" value="${buildDirectory}/${eviroment.modifier}_allinone/eclipse"/> >+ <param name="p2.IU" value="org.eclipse.xsd.ecore.converter.feature.group" /> >+ <param name="p2.m.repo.location" value="${emf24MetadataURL}" /> >+ <param name="p2.a.repo.location" value="${emf24MetadataURL}" /> >+ <param name="p2.version" value="${emf24MetadataVersion}" /> >+ </antcall> >+ <antcall target="run.director"> >+ <param name="p2.director.install.path" value="${buildDirectory}/${eviroment.modifier}_allinone/eclipse"/> >+ <param name="p2.IU" value="org.eclipse.xsd.edit.feature.group" /> >+ <param name="p2.m.repo.location" value="${emf24MetadataURL}" /> >+ <param name="p2.a.repo.location" value="${emf24MetadataURL}" /> >+ <param name="p2.version" value="${emf24MetadataVersion}" /> >+ </antcall> >+ <antcall target="run.director"> >+ <param name="p2.director.install.path" value="${buildDirectory}/${eviroment.modifier}_allinone/eclipse"/> >+ <param name="p2.IU" value="org.eclipse.xsd.editor.feature.group" /> >+ <param name="p2.m.repo.location" value="${emf24MetadataURL}" /> >+ <param name="p2.a.repo.location" value="${emf24MetadataURL}" /> >+ <param name="p2.version" value="${emf24MetadataVersion}" /> >+ </antcall> >+ <antcall target="run.director"> >+ <param name="p2.director.install.path" value="${buildDirectory}/${eviroment.modifier}_allinone/eclipse"/> >+ <param name="p2.IU" value="org.eclipse.xsd.mapping.editor.feature.group" /> >+ <param name="p2.m.repo.location" value="${emf24MetadataURL}" /> >+ <param name="p2.a.repo.location" value="${emf24MetadataURL}" /> >+ <param name="p2.version" value="${emf24MetadataVersion}" /> >+ </antcall> >+ <antcall target="run.director"> >+ <param name="p2.director.install.path" value="${buildDirectory}/${eviroment.modifier}_allinone/eclipse"/> >+ <param name="p2.IU" value="org.eclipse.xsd.mapping.feature.group" /> > <param name="p2.m.repo.location" value="${emf24MetadataURL}" /> > <param name="p2.a.repo.location" value="${emf24MetadataURL}" /> > <param name="p2.version" value="${emf24MetadataVersion}" /> >@@ -1713,7 +1770,7 @@ > <arg line="-metadataRepository ${p2.m.repo.location}" /> > <arg line="-artifactRepository ${p2.a.repo.location}" /> > <arg line="-version ${p2.version}" /> >- <arg line="-profile SDKProfile" /> >+ <arg line="-profile PlatformProfile" /> > <arg line="-vmArgs" /> > <arg line="-Declipse.p2.data.area=${p2.director.install.path}/p2" /> > </exec>
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 186213
:
117244
| 117460 |
117469