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 8549 Details for
Bug 54728
[build] remove hardcoded path in swtdownload target
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 agains swt.gtk build.xml
build.xml_swt.gtk.diff (text/plain), 3.17 KB, created by
Jan Schulz
on 2004-03-12 18:33:21 EST
(
hide
)
Description:
patch agains swt.gtk build.xml
Filename:
MIME Type:
Creator:
Jan Schulz
Created:
2004-03-12 18:33:21 EST
Size:
3.17 KB
patch
obsolete
>--- build.xml.orig 2004-03-12 23:31:45.000000000 +0100 >+++ build.xml 2004-03-13 00:22:50.000000000 +0100 >@@ -232,25 +232,40 @@ > <chmod perm="755" dir="${destination.temp.folder}/${full.name}/os/${os}" includes="**/*.so*" /> > </target> > >- <target name="swtdownload" depends="init"> >- <delete dir="${temp.folder}"/> >- <mkdir dir="${temp.folder}/swtdownload"/> >+ <target name="copyToLocation" depends="init"> >+ <delete dir="${arch.dependend}"/> >+ <mkdir dir="${arch.dependend}"/> >+ <delete dir="${arch.independed}"/> >+ <mkdir dir="${arch.independend}"/> >+ <delete dir="${docs}"/> >+ <mkdir dir="${docs}"/> > <antcall target="build.jars"/> >- <copy file="${build.result.folder}/ws/${ws}/swt.jar" todir="${temp.folder}/swtdownload"/> >- <copy file="${build.result.folder}/ws/${ws}/swt-pi.jar" todir="${temp.folder}/swtdownload"/> >- <copy file="${build.result.folder}/ws/${ws}/swt-mozilla.jar" todir="${temp.folder}/swtdownload"/> >- <antcall target="build.sources"/> >- <copy file="${build.result.folder}/ws/${ws}/swtsrc.zip" todir="${temp.folder}/swtdownload"/> >- <copy file="${build.result.folder}/ws/${ws}/swt-pisrc.zip" todir="${temp.folder}/swtdownload"/> >- <copy file="${build.result.folder}/ws/${ws}/swt-mozillasrc.zip" todir="${temp.folder}/swtdownload"/> >- <copy file="about.html" todir="${temp.folder}/swtdownload"/> >- <copy file="cpl-v10.html" todir="${temp.folder}/swtdownload"/> >- <copy file="lgpl-v21.txt" todir="${temp.folder}/swtdownload"/> >- <copy file="mpl-v11.txt" todir="${temp.folder}/swtdownload"/> >- <copy todir="${temp.folder}/swtdownload"> >+ <copy file="${build.result.folder}/ws/${ws}/swt.jar" todir="${arch.indep}"/> >+ <copy file="${build.result.folder}/ws/${ws}/swt-pi.jar" todir="${arch.indep}"/> >+ <copy file="${build.result.folder}/ws/${ws}/swt-mozilla.jar" todir="${arch.indep}"/> >+ <antcall target="copySourceToLocation" /> >+ <copy file="about.html" todir="${docs}"/> >+ <copy file="cpl-v10.html" todir="${docs}"/> >+ <copy file="lgpl-v21.txt" todir="${docs}"/> >+ <copy file="mpl-v11.txt" todir="${docs}"/> >+ <copy todir="${arch.dependend}"> > <fileset dir="os/${os}/${arch}" includes="*" excludes=""/> > </copy> >- <chmod dir="${temp.folder}/swtdownload" perm="755" includes="**/lib*"/> >+ <chmod dir="${arch.dependend}" perm="755" includes="**/lib*"/> >+ </target> >+ <target name="copySourceToLocation" if="copySource" depends="init" > >+ <antcall target="build.sources"/> >+ <copy file="${build.result.folder}/ws/${ws}/swtsrc.zip" todir="${arch.indep}"/> >+ <copy file="${build.result.folder}/ws/${ws}/swt-pisrc.zip" todir="${arch.indep}"/> >+ <copy file="${build.result.folder}/ws/${ws}/swt-mozillasrc.zip" todir="${arch.indep}"/> >+ </target> >+ <target name="swtdownload" depends="init" > >+ <property name="copySource" value="true" /> >+ <antcall target="copyToLocation" > >+ <param name="arch.dependend" value="${temp.folder}/swtdownload" /> >+ <param name="arch.indep" value="${temp.folder}/swtdownload" /> >+ <param name="docs" value="${temp.folder}/swtdownload" /> >+ </antcall> > <exec dir="${temp.folder}/swtdownload" executable="zip"> > <arg line="-r -q -y ${destination}/swt-${buildid}-${os}-${ws}.zip ."/> > </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 54728
: 8549