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 221250 Details for
Bug 380695
restore native launchers in equinox.starterkit.product and equinox.core features
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]
root resources patch
resources.patch (text/plain), 3.78 KB, created by
Thanh Ha
on 2012-09-19 10:44:51 EDT
(
hide
)
Description:
root resources patch
Filename:
MIME Type:
Creator:
Thanh Ha
Created:
2012-09-19 10:44:51 EDT
Size:
3.78 KB
patch
obsolete
>diff --git a/features/org.eclipse.equinox.core.feature/pom.xml b/features/org.eclipse.equinox.core.feature/pom.xml >index 1ab71c7..7ab076d 100644 >--- a/features/org.eclipse.equinox.core.feature/pom.xml >+++ b/features/org.eclipse.equinox.core.feature/pom.xml >@@ -25,4 +25,46 @@ > <version>1.1.0-SNAPSHOT</version> > <packaging>eclipse-feature</packaging> > >+ <build> >+ <plugins> >+ <plugin> >+ <artifactId>maven-resources-plugin</artifactId> >+ <version>2.6</version> >+ <executions> >+ <execution> >+ <id>copy-resources-win32.win32.x86</id> >+ <phase>validate</phase> >+ <goals> >+ <goal>copy-resources</goal> >+ </goals> >+ <configuration> >+ <overwrite>true</overwrite> >+ <outputDirectory>${basedir}/executables/win32.win32.x86</outputDirectory> >+ <resources> >+ <resource> >+ <directory>../../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86</directory> >+ </resource> >+ </resources> >+ </configuration> >+ </execution> >+ <execution> >+ <id>copy-resources-win32.win32.x86_64</id> >+ <phase>validate</phase> >+ <goals> >+ <goal>copy-resources</goal> >+ </goals> >+ <configuration> >+ <overwrite>true</overwrite> >+ <outputDirectory>${basedir}/executables/win32.win32.x86_64</outputDirectory> >+ <resources> >+ <resource> >+ <directory>../../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64</directory> >+ </resource> >+ </resources> >+ </configuration> >+ </execution> >+ </executions> >+ </plugin> >+ </plugins> >+ </build> > </project> >diff --git a/features/org.eclipse.equinox.starterkit.product.feature/pom.xml b/features/org.eclipse.equinox.starterkit.product.feature/pom.xml >index 0f7693e..033a9c5 100644 >--- a/features/org.eclipse.equinox.starterkit.product.feature/pom.xml >+++ b/features/org.eclipse.equinox.starterkit.product.feature/pom.xml >@@ -61,6 +61,44 @@ > </environments> > </configuration> > </plugin> >+ <plugin> >+ <artifactId>maven-resources-plugin</artifactId> >+ <version>2.6</version> >+ <executions> >+ <execution> >+ <id>copy-resources-win32.win32.x86</id> >+ <phase>validate</phase> >+ <goals> >+ <goal>copy-resources</goal> >+ </goals> >+ <configuration> >+ <overwrite>true</overwrite> >+ <outputDirectory>${basedir}/executables/win32.win32.x86</outputDirectory> >+ <resources> >+ <resource> >+ <directory>../../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86</directory> >+ </resource> >+ </resources> >+ </configuration> >+ </execution> >+ <execution> >+ <id>copy-resources-win32.win32.x86_64</id> >+ <phase>validate</phase> >+ <goals> >+ <goal>copy-resources</goal> >+ </goals> >+ <configuration> >+ <overwrite>true</overwrite> >+ <outputDirectory>${basedir}/executables/win32.win32.x86_64</outputDirectory> >+ <resources> >+ <resource> >+ <directory>../../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64</directory> >+ </resource> >+ </resources> >+ </configuration> >+ </execution> >+ </executions> >+ </plugin> > </plugins> > </build> >
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 380695
: 221250