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 81874 Details for
Bug 207088
Add HP-UX back into build
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 to change permissions on hpux launcher lib after packaging
207088a.txt (text/plain), 22.63 KB, created by
Kim Moir
on 2007-11-01 15:32:35 EDT
(
hide
)
Description:
patch to change permissions on hpux launcher lib after packaging
Filename:
MIME Type:
Creator:
Kim Moir
Created:
2007-11-01 15:32:35 EDT
Size:
22.63 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.releng.eclipsebuilder >Index: eclipse/buildConfigs/sdk/packager/customTargets.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/sdk/packager/customTargets.xml,v >retrieving revision 1.13 >diff -u -r1.13 customTargets.xml >--- eclipse/buildConfigs/sdk/packager/customTargets.xml 29 Oct 2007 18:49:31 -0000 1.13 >+++ eclipse/buildConfigs/sdk/packager/customTargets.xml 1 Nov 2007 19:31:38 -0000 >@@ -1,90 +1,109 @@ > <project default="noDefault"> > >-<target name="noDefault" /> >+ <target name="noDefault" /> > >-<!-- set the root of the output file name --> >-<property name="archiveRoot" value="eclipse-SDK-${buildId}"/> >- >-<!-- Target to get the packaging map files for the components of interest >+ <!-- set the root of the output file name --> >+ <property name="archiveRoot" value="eclipse-SDK-${buildId}" /> >+ >+ <!-- Target to get the packaging map files for the components of interest > The files must be fetched into the downloadDirectory folder --> >-<target name="getMapFiles" unless="mapsFetched"> >- <copy file="${packagingInfo}/../../../../packaging.map" tofile="${downloadDirectory}/packaging.map" /> >-</target> >+ <target name="getMapFiles" unless="mapsFetched"> >+ <copy file="${packagingInfo}/../../../../packaging.map" tofile="${downloadDirectory}/packaging.map" /> >+ </target> >+ >+ <target name="assemble.win32.win32.x86.xml"> >+ <antcall target="assembler"> >+ <param name="archiveName" value="${archiveRoot}-win32.zip" /> >+ </antcall> >+ </target> > >-<target name="assemble.win32.win32.x86.xml"> >- <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-win32.zip"/> >- </antcall> >-</target> >- >-<target name="assemble.win32.win32.x86_64.xml"> >+ <target name="assemble.win32.win32.x86_64.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-win32-x86_64.zip"/> >+ <param name="archiveName" value="${archiveRoot}-win32-x86_64.zip" /> > </antcall> >-</target> >- >-<target name="assemble.win32.wpf.x86.xml"> >+ </target> >+ >+ <target name="assemble.win32.wpf.x86.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-win32-wpf.zip"/> >+ <param name="archiveName" value="${archiveRoot}-win32-wpf.zip" /> > </antcall> >-</target> >+ </target> > >-<target name="assemble.linux.gtk.x86.xml"> >+ <target name="assemble.linux.gtk.x86.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-linux-gtk.tar.gz"/> >+ <param name="archiveName" value="${archiveRoot}-linux-gtk.tar.gz" /> > </antcall> >-</target> >+ </target> > > <target name="assemble.linux.gtk.x86_64.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-linux-gtk-x86_64.tar.gz"/> >+ <param name="archiveName" value="${archiveRoot}-linux-gtk-x86_64.tar.gz" /> > </antcall> > </target> > > <target name="assemble.linux.gtk.ppc.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-linux-gtk-ppc.tar.gz"/> >+ <param name="archiveName" value="${archiveRoot}-linux-gtk-ppc.tar.gz" /> > </antcall> > </target> >- >+ > <target name="assemble.hpux.motif.ia64_32.xml"> >- <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-hpux-motif-ia64_32.zip"/> >- </antcall> >- </target> >- >+ <antcall target="assembler"> >+ <param name="archiveName" value="${archiveRoot}-hpux-motif-ia64_32.zip" /> >+ </antcall> >+ </target> >+ > <target name="assemble.linux.motif.x86.xml"> >- <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-linux-motif.tar.gz"/> >- </antcall> >- </target> >+ <antcall target="assembler"> >+ <param name="archiveName" value="${archiveRoot}-linux-motif.tar.gz" /> >+ </antcall> >+ </target> > > <target name="assemble.solaris.gtk.sparc.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-solaris-gtk.zip"/> >+ <param name="archiveName" value="${archiveRoot}-solaris-gtk.zip" /> > </antcall> >- </target> >+ </target> > > <target name="assemble.aix.motif.ppc.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-aix-motif.zip"/> >+ <param name="archiveName" value="${archiveRoot}-aix-motif.zip" /> > </antcall> > </target> >- >+ > <target name="assemble.macosx.carbon.ppc.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-macosx-carbon.tar.gz"/> >+ <param name="archiveName" value="${archiveRoot}-macosx-carbon.tar.gz" /> > </antcall> > </target> >- >-<target name="assembler"> >- <mkdir dir="${postingDirectory}/${buildLabel}/checksum" /> >- <property name="archiveFullPath" value="${postingDirectory}/${buildLabel}/${archiveName}" /> >- <ant antfile="${assembleScriptName}" /> >- <checksum file="${archiveFullPath}" property="md5"/> >- <checksum file="${archiveFullPath}" algorithm="SHA" property="sha"/> >- <echo message="${md5} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.md5"/> >- <echo message="${sha} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.sha1"/> >-</target> >+ >+ <target name="assembler"> >+ <mkdir dir="${postingDirectory}/${buildLabel}/checksum" /> >+ <property name="archiveFullPath" value="${postingDirectory}/${buildLabel}/${archiveName}" /> >+ <ant antfile="${assembleScriptName}" /> >+ <condition property="hpuxperm"> >+ <equals arg1="${archiveName}" arg2="${archiveRoot}-hpux-motif-ia64_32.zip" /> >+ </condition> >+ <antcall target="fixhpux" /> >+ <checksum file="${archiveFullPath}" property="md5" /> >+ <checksum file="${archiveFullPath}" algorithm="SHA" property="sha" /> >+ <echo message="${md5} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.md5" /> >+ <echo message="${sha} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.sha1" /> >+ </target> >+ >+ <target name="fixhpux" if="hpuxperm"> >+ <property name="hpuxtemp" value="${buildDirectory}/hpuxtemp" /> >+ <delete dir="${hpuxtemp}" /> >+ <mkdir dir="${hpuxtemp}" /> >+ <unzip src="${archiveFullPath}" dest="${hpuxtemp}"> >+ <patternset> >+ <include name="eclipse/plugins/org.eclipse.equinox.launcher.motif.hpux.ia64_32_*/*.so" /> >+ </patternset> >+ </unzip> >+ <chmod dir="${hpuxtemp}" perm="755" includes="**/*.so" /> >+ <exec executable="zip" dir="${hpuxtemp}"> >+ <arg line="-r ${postingDirectory}/${buildLabel}/${archiveName} *" /> >+ </exec> >+ </target> > > </project> >Index: eclipse/buildConfigs/rcp.sdk/packager/customTargets.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/rcp.sdk/packager/customTargets.xml,v >retrieving revision 1.14 >diff -u -r1.14 customTargets.xml >--- eclipse/buildConfigs/rcp.sdk/packager/customTargets.xml 29 Oct 2007 18:49:31 -0000 1.14 >+++ eclipse/buildConfigs/rcp.sdk/packager/customTargets.xml 1 Nov 2007 19:31:38 -0000 >@@ -18,11 +18,11 @@ > </target> > > <target name="assemble.win32.win32.x86_64.xml"> >- <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-win32-x86_64.zip" /> >- </antcall> >- </target> >- >+ <antcall target="assembler"> >+ <param name="archiveName" value="${archiveRoot}-win32-x86_64.zip" /> >+ </antcall> >+ </target> >+ > <target name="assemble.win32.wpf.x86.xml"> > <antcall target="assembler"> > <param name="archiveName" value="${archiveRoot}-win32-wpf.zip" /> >@@ -52,12 +52,12 @@ > <param name="archiveName" value="${archiveRoot}-hpux-motif-ia64_32.zip" /> > </antcall> > </target> >- >+ > <target name="assemble.solaris.gtk.sparc.xml"> >- <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-solaris-gtk.zip" /> >- </antcall> >- </target> >+ <antcall target="assembler"> >+ <param name="archiveName" value="${archiveRoot}-solaris-gtk.zip" /> >+ </antcall> >+ </target> > > <target name="assemble.solaris.motif.sparc.xml"> > <antcall target="assembler"> >@@ -84,13 +84,33 @@ > </target> > > <target name="assembler"> >- <mkdir dir="${postingDirectory}/${buildLabel}/checksum" /> >- <property name="archiveFullPath" value="${postingDirectory}/${buildLabel}/${archiveName}" /> >- <ant antfile="${assembleScriptName}" /> >- <checksum file="${archiveFullPath}" property="md5" /> >- <checksum file="${archiveFullPath}" algorithm="SHA" property="sha" /> >- <echo message="${md5} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.md5" /> >- <echo message="${sha} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.sha1" /> >- </target> >+ <mkdir dir="${postingDirectory}/${buildLabel}/checksum" /> >+ <property name="archiveFullPath" value="${postingDirectory}/${buildLabel}/${archiveName}" /> >+ <ant antfile="${assembleScriptName}" /> >+ <condition property="hpuxperm"> >+ <equals arg1="${archiveName}" arg2="${archiveRoot}-hpux-motif-ia64_32.zip" /> >+ </condition> >+ <antcall target="fixhpux" /> >+ <checksum file="${archiveFullPath}" property="md5" /> >+ <checksum file="${archiveFullPath}" algorithm="SHA" property="sha" /> >+ <echo message="${md5} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.md5" /> >+ <echo message="${sha} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.sha1" /> >+ </target> >+ >+ <target name="fixhpux" if="hpuxperm"> >+ <property name="hpuxtemp" value="${buildDirectory}/hpuxtemp" /> >+ <delete dir="${hpuxtemp}" /> >+ <mkdir dir="${hpuxtemp}" /> >+ <unzip src="${archiveFullPath}" dest="${hpuxtemp}"> >+ <patternset> >+ <include name="eclipse/plugins/org.eclipse.equinox.launcher.motif.hpux.ia64_32_*/*.so" /> >+ </patternset> >+ </unzip> >+ <chmod dir="${hpuxtemp}" perm="755" includes="**/*.so" /> >+ <exec executable="zip" dir="${hpuxtemp}"> >+ <arg line="-r ${postingDirectory}/${buildLabel}/${archiveName} *" /> >+ </exec> >+ </target> >+ > > </project> >Index: eclipse/buildConfigs/rcp/packager/customTargets.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/rcp/packager/customTargets.xml,v >retrieving revision 1.14 >diff -u -r1.14 customTargets.xml >--- eclipse/buildConfigs/rcp/packager/customTargets.xml 29 Oct 2007 18:49:31 -0000 1.14 >+++ eclipse/buildConfigs/rcp/packager/customTargets.xml 1 Nov 2007 19:31:38 -0000 >@@ -1,90 +1,110 @@ > <project default="noDefault"> > >-<target name="noDefault" /> >+ <target name="noDefault" /> > >-<!-- set the root of the output file name --> >-<property name="archiveRoot" value="eclipse-RCP-${buildId}"/> >- >-<!-- Target to get the packaging map files for the components of interest >+ <!-- set the root of the output file name --> >+ <property name="archiveRoot" value="eclipse-RCP-${buildId}" /> >+ >+ <!-- Target to get the packaging map files for the components of interest > The files must be fetched into the downloadDirectory folder --> >-<target name="getMapFiles" unless="mapsFetched"> >- <copy file="${packagingInfo}/../../../../packaging.map" tofile="${downloadDirectory}/packaging.map" /> >-</target> >+ <target name="getMapFiles" unless="mapsFetched"> >+ <copy file="${packagingInfo}/../../../../packaging.map" tofile="${downloadDirectory}/packaging.map" /> >+ </target> >+ >+ <target name="assemble.win32.win32.x86.xml"> >+ <antcall target="assembler"> >+ <param name="archiveName" value="${archiveRoot}-win32.zip" /> >+ </antcall> >+ </target> > >-<target name="assemble.win32.win32.x86.xml"> >- <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-win32.zip"/> >- </antcall> >-</target> >- >-<target name="assemble.win32.win32.x86_64.xml"> >+ <target name="assemble.win32.win32.x86_64.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-win32-x86_64.zip"/> >+ <param name="archiveName" value="${archiveRoot}-win32-x86_64.zip" /> > </antcall> >-</target> >- >-<target name="assemble.win32.wpf.x86.xml"> >+ </target> >+ >+ <target name="assemble.win32.wpf.x86.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-win32-wpf.zip"/> >+ <param name="archiveName" value="${archiveRoot}-win32-wpf.zip" /> > </antcall> >-</target> >+ </target> > >-<target name="assemble.linux.gtk.x86.xml"> >+ <target name="assemble.linux.gtk.x86.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-linux-gtk.tar.gz"/> >+ <param name="archiveName" value="${archiveRoot}-linux-gtk.tar.gz" /> > </antcall> >-</target> >+ </target> > > <target name="assemble.linux.gtk.x86_64.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-linux-gtk-x86_64.tar.gz"/> >+ <param name="archiveName" value="${archiveRoot}-linux-gtk-x86_64.tar.gz" /> > </antcall> > </target> > > <target name="assemble.linux.gtk.ppc.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-linux-gtk-ppc.tar.gz"/> >+ <param name="archiveName" value="${archiveRoot}-linux-gtk-ppc.tar.gz" /> > </antcall> > </target> >- >+ > <target name="assemble.hpux.motif.ia64_32.xml"> >- <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-hpux-motif-ia64_32.zip"/> >- </antcall> >+ <antcall target="assembler"> >+ <param name="archiveName" value="${archiveRoot}-hpux-motif-ia64_32.zip" /> >+ </antcall> > </target> > > <target name="assemble.solaris.gtk.sparc.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-solaris-gtk.zip"/> >+ <param name="archiveName" value="${archiveRoot}-solaris-gtk.zip" /> > </antcall> > </target> >- >+ > <target name="assemble.solaris.motif.sparc.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-solaris-motif.zip"/> >- </antcall> >- </target> >+ <param name="archiveName" value="${archiveRoot}-solaris-motif.zip" /> >+ </antcall> >+ </target> > > <target name="assemble.aix.motif.ppc.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-aix-motif.zip"/> >+ <param name="archiveName" value="${archiveRoot}-aix-motif.zip" /> > </antcall> >- </target> >- >+ </target> >+ > <target name="assemble.macosx.carbon.ppc.xml"> > <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-macosx-carbon.tar.gz"/> >+ <param name="archiveName" value="${archiveRoot}-macosx-carbon.tar.gz" /> > </antcall> > </target> >- >-<target name="assembler"> >- <mkdir dir="${postingDirectory}/${buildLabel}/checksum" /> >- <property name="archiveFullPath" value="${postingDirectory}/${buildLabel}/${archiveName}" /> >- <ant antfile="${assembleScriptName}" /> >- <checksum file="${archiveFullPath}" property="md5"/> >- <checksum file="${archiveFullPath}" algorithm="SHA" property="sha"/> >- <echo message="${md5} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.md5"/> >- <echo message="${sha} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.sha1"/> >-</target> >+ >+ <target name="assembler"> >+ <mkdir dir="${postingDirectory}/${buildLabel}/checksum" /> >+ <property name="archiveFullPath" value="${postingDirectory}/${buildLabel}/${archiveName}" /> >+ <ant antfile="${assembleScriptName}" /> >+ <condition property="hpuxperm"> >+ <equals arg1="${archiveName}" arg2="${archiveRoot}-hpux-motif-ia64_32.zip" /> >+ </condition> >+ <antcall target="fixhpux" /> >+ <checksum file="${archiveFullPath}" property="md5" /> >+ <checksum file="${archiveFullPath}" algorithm="SHA" property="sha" /> >+ <echo message="${md5} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.md5" /> >+ <echo message="${sha} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.sha1" /> >+ </target> >+ >+ <target name="fixhpux" if="hpuxperm"> >+ <property name="hpuxtemp" value="${buildDirectory}/hpuxtemp" /> >+ <delete dir="${hpuxtemp}" /> >+ <mkdir dir="${hpuxtemp}" /> >+ <unzip src="${archiveFullPath}" dest="${hpuxtemp}"> >+ <patternset> >+ <include name="eclipse/plugins/org.eclipse.equinox.launcher.motif.hpux.ia64_32_*/*.so" /> >+ </patternset> >+ </unzip> >+ <chmod dir="${hpuxtemp}" perm="755" includes="**/*.so" /> >+ <exec executable="zip" dir="${hpuxtemp}"> >+ <arg line="-r ${postingDirectory}/${buildLabel}/${archiveName} *" /> >+ </exec> >+ </target> >+ > > </project> >Index: eclipse/buildConfigs/platform.sdk/packager/customTargets.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/platform.sdk/packager/customTargets.xml,v >retrieving revision 1.12 >diff -u -r1.12 customTargets.xml >--- eclipse/buildConfigs/platform.sdk/packager/customTargets.xml 29 Oct 2007 12:34:16 -0000 1.12 >+++ eclipse/buildConfigs/platform.sdk/packager/customTargets.xml 1 Nov 2007 19:31:38 -0000 >@@ -16,12 +16,12 @@ > <param name="archiveName" value="${archiveRoot}-win32.zip" /> > </antcall> > </target> >- >+ > <target name="assemble.win32.win32.x86_64.xml"> >- <antcall target="assembler"> >- <param name="archiveName" value="${archiveRoot}-win32-x86_64.zip" /> >- </antcall> >- </target> >+ <antcall target="assembler"> >+ <param name="archiveName" value="${archiveRoot}-win32-x86_64.zip" /> >+ </antcall> >+ </target> > > <target name="assemble.win32.wpf.x86.xml"> > <antcall target="assembler"> >@@ -70,13 +70,33 @@ > </target> > > <target name="assembler"> >- <mkdir dir="${postingDirectory}/${buildLabel}/checksum" /> >- <property name="archiveFullPath" value="${postingDirectory}/${buildLabel}/${archiveName}" /> >- <ant antfile="${assembleScriptName}" /> >- <checksum file="${archiveFullPath}" property="md5" /> >- <checksum file="${archiveFullPath}" algorithm="SHA" property="sha" /> >- <echo message="${md5} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.md5" /> >- <echo message="${sha} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.sha1" /> >- </target> >+ <mkdir dir="${postingDirectory}/${buildLabel}/checksum" /> >+ <property name="archiveFullPath" value="${postingDirectory}/${buildLabel}/${archiveName}" /> >+ <ant antfile="${assembleScriptName}" /> >+ <condition property="hpuxperm"> >+ <equals arg1="${archiveName}" arg2="${archiveRoot}-hpux-motif-ia64_32.zip" /> >+ </condition> >+ <antcall target="fixhpux" /> >+ <checksum file="${archiveFullPath}" property="md5" /> >+ <checksum file="${archiveFullPath}" algorithm="SHA" property="sha" /> >+ <echo message="${md5} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.md5" /> >+ <echo message="${sha} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.sha1" /> >+ </target> >+ >+ <target name="fixhpux" if="hpuxperm"> >+ <property name="hpuxtemp" value="${buildDirectory}/hpuxtemp" /> >+ <delete dir="${hpuxtemp}" /> >+ <mkdir dir="${hpuxtemp}" /> >+ <unzip src="${archiveFullPath}" dest="${hpuxtemp}"> >+ <patternset> >+ <include name="eclipse/plugins/org.eclipse.equinox.launcher.motif.hpux.ia64_32_*/*.so" /> >+ </patternset> >+ </unzip> >+ <chmod dir="${hpuxtemp}" perm="755" includes="**/*.so" /> >+ <exec executable="zip" dir="${hpuxtemp}"> >+ <arg line="-r ${postingDirectory}/${buildLabel}/${archiveName} *" /> >+ </exec> >+ </target> >+ > > </project> >Index: eclipse/buildConfigs/platform/packager/customTargets.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/platform/packager/customTargets.xml,v >retrieving revision 1.13 >diff -u -r1.13 customTargets.xml >--- eclipse/buildConfigs/platform/packager/customTargets.xml 29 Oct 2007 18:49:31 -0000 1.13 >+++ eclipse/buildConfigs/platform/packager/customTargets.xml 1 Nov 2007 19:31:38 -0000 >@@ -16,7 +16,7 @@ > <param name="archiveName" value="${archiveRoot}-win32.zip" /> > </antcall> > </target> >- >+ > <target name="assemble.win32.win32.x86_64.xml"> > <antcall target="assembler"> > <param name="archiveName" value="${archiveRoot}-win32-x86_64.zip" /> >@@ -52,7 +52,7 @@ > <param name="archiveName" value="${archiveRoot}-linux-motif.tar.gz" /> > </antcall> > </target> >- >+ > <target name="assemble.hpux.motif.ia64_32.xml"> > <antcall target="assembler"> > <param name="archiveName" value="${archiveRoot}-hpux-motif-ia64_32.zip" /> >@@ -78,13 +78,33 @@ > </target> > > <target name="assembler"> >- <mkdir dir="${postingDirectory}/${buildLabel}/checksum" /> >- <property name="archiveFullPath" value="${postingDirectory}/${buildLabel}/${archiveName}" /> >- <ant antfile="${assembleScriptName}" /> >- <checksum file="${archiveFullPath}" property="md5" /> >- <checksum file="${archiveFullPath}" algorithm="SHA" property="sha" /> >- <echo message="${md5} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.md5" /> >- <echo message="${sha} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.sha1" /> >- </target> >+ <mkdir dir="${postingDirectory}/${buildLabel}/checksum" /> >+ <property name="archiveFullPath" value="${postingDirectory}/${buildLabel}/${archiveName}" /> >+ <ant antfile="${assembleScriptName}" /> >+ <condition property="hpuxperm"> >+ <equals arg1="${archiveName}" arg2="${archiveRoot}-hpux-motif-ia64_32.zip" /> >+ </condition> >+ <antcall target="fixhpux" /> >+ <checksum file="${archiveFullPath}" property="md5" /> >+ <checksum file="${archiveFullPath}" algorithm="SHA" property="sha" /> >+ <echo message="${md5} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.md5" /> >+ <echo message="${sha} *${archiveName}" file="${postingDirectory}/${buildLabel}/checksum/${archiveName}.sha1" /> >+ </target> >+ >+ <target name="fixhpux" if="hpuxperm"> >+ <property name="hpuxtemp" value="${buildDirectory}/hpuxtemp" /> >+ <delete dir="${hpuxtemp}" /> >+ <mkdir dir="${hpuxtemp}" /> >+ <unzip src="${archiveFullPath}" dest="${hpuxtemp}"> >+ <patternset> >+ <include name="eclipse/plugins/org.eclipse.equinox.launcher.motif.hpux.ia64_32_*/*.so" /> >+ </patternset> >+ </unzip> >+ <chmod dir="${hpuxtemp}" perm="755" includes="**/*.so" /> >+ <exec executable="zip" dir="${hpuxtemp}"> >+ <arg line="-r ${postingDirectory}/${buildLabel}/${archiveName} *" /> >+ </exec> >+ </target> >+ > > </project>
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 Raw
Actions:
View
Attachments on
bug 207088
:
81296
|
81297
|
81413
| 81874