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 222249 Details for
Bug 390020
Create the swt-<buildId>-gtk-linux-x86.zip files
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]
swtdownload patch
swt.patch (text/plain), 2.15 KB, created by
Thanh Ha
on 2012-10-12 15:34:49 EDT
(
hide
)
Description:
swtdownload patch
Filename:
MIME Type:
Creator:
Thanh Ha
Created:
2012-10-12 15:34:49 EDT
Size:
2.15 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml b/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml >index 4c7a722..056d48d 100644 >--- a/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml >+++ b/bundles/org.eclipse.swt.gtk.linux.x86_64/pom.xml >@@ -29,6 +29,7 @@ > <os>linux</os> > <ws>gtk</ws> > <arch>x86_64</arch> >+ <buildid>${unqualifiedVersion}.${buildQualifier}</buildid> > </properties> > > <!--dependencies> >@@ -40,6 +41,58 @@ > </dependency> > </dependencies--> > >+ <build> >+ <plugins> >+ <plugin> >+ <artifactId>maven-antrun-plugin</artifactId> >+ <version>1.7</version> >+ <executions> >+ <execution> >+ <id>swtdownload</id> >+ <phase>package</phase> >+ <configuration> >+ <target> >+ <ant antfile="build.xml" target="swtdownload" /> >+ </target> >+ </configuration> >+ <goals> >+ <goal>run</goal> >+ </goals> >+ </execution> >+ </executions> >+ <dependencies> >+ <dependency> >+ <groupId>com.sun</groupId> >+ <artifactId>tools</artifactId> >+ <version>0.0.0</version> >+ <scope>system</scope> >+ <systemPath>${java.home}/../lib/tools.jar</systemPath> >+ </dependency> >+ <dependency> >+ <groupId>bsf</groupId> >+ <artifactId>bsf</artifactId> >+ <version>2.4.0</version> >+ </dependency> >+ <dependency> >+ <groupId>rhino</groupId> >+ <artifactId>js</artifactId> >+ <version>1.7R2</version> >+ </dependency> >+ <dependency> >+ <groupId>org.apache.ant</groupId> >+ <artifactId>ant-apache-bsf</artifactId> >+ <version>1.8.3</version> >+ </dependency> >+ <dependency> >+ <groupId>org.apache.ant</groupId> >+ <artifactId>ant-nodeps</artifactId> >+ <version>1.8.1</version> >+ </dependency> >+ </dependencies> >+ </plugin> >+ </plugins> >+ </build> >+ > <!-- This has to be here. Profiles are not inheritable. --> > <profiles> > <profile>
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 390020
:
222249
|
223122
|
223123
|
223893