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 221166 Details for
Bug 389751
Add profile to pom.xml for compiling without BREE libraries
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]
Fix from Thanh
patch.txt (text/plain), 1.66 KB, created by
John Arthorne
on 2012-09-17 14:44:05 EDT
(
hide
)
Description:
Fix from Thanh
Filename:
MIME Type:
Creator:
John Arthorne
Created:
2012-09-17 14:44:05 EDT
Size:
1.66 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.equinox.io/pom.xml b/bundles/org.eclipse.equinox.io/pom.xml >index 3da882a..01e985a 100644 >--- a/bundles/org.eclipse.equinox.io/pom.xml >+++ b/bundles/org.eclipse.equinox.io/pom.xml >@@ -23,4 +23,22 @@ > <artifactId>org.eclipse.equinox.io</artifactId> > <version>1.0.400-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >+ >+ <profiles> >+ <profile> >+ <id>no-bree-libs</id> >+ <build> >+ <plugins> >+ <plugin> >+ <groupId>org.eclipse.tycho</groupId> >+ <artifactId>tycho-compiler-plugin</artifactId> >+ <configuration> >+ <source>1.5</source> >+ <target>jsr14</target> >+ </configuration> >+ </plugin> >+ </plugins> >+ </build> >+ </profile> >+ </profiles> > </project> >diff --git a/bundles/org.eclipse.equinox.util/pom.xml b/bundles/org.eclipse.equinox.util/pom.xml >index 7d4296b..18be69c 100644 >--- a/bundles/org.eclipse.equinox.util/pom.xml >+++ b/bundles/org.eclipse.equinox.util/pom.xml >@@ -23,4 +23,22 @@ > <artifactId>org.eclipse.equinox.util</artifactId> > <version>1.0.400-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >+ >+ <profiles> >+ <profile> >+ <id>no-bree-libs</id> >+ <build> >+ <plugins> >+ <plugin> >+ <groupId>org.eclipse.tycho</groupId> >+ <artifactId>tycho-compiler-plugin</artifactId> >+ <configuration> >+ <source>1.5</source> >+ <target>jsr14</target> >+ </configuration> >+ </plugin> >+ </plugins> >+ </build> >+ </profile> >+ </profiles> > </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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 389751
: 221166