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 258776 Details for
Bug 472631
Support JDT @NonNull and @Nullable annotations in Platform UI
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]
Example of how to specify a compile time dependency
eclipse.platform.ui.patch (text/plain), 1.28 KB, created by
David Williams
on 2015-12-17 15:20:03 EST
(
hide
)
Description:
Example of how to specify a compile time dependency
Filename:
MIME Type:
Creator:
David Williams
Created:
2015-12-17 15:20:03 EST
Size:
1.28 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui >diff --git pom.xml pom.xml >index acbd00c..a4b4e0c 100644 >--- pom.xml >+++ pom.xml >@@ -21,4 +21,29 @@ > <artifactId>org.eclipse.ui</artifactId> > <version>3.107.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >+ >+ <build> >+ <plugins> >+ <plugin> >+ <groupId>org.eclipse.tycho</groupId> >+ <artifactId>target-platform-configuration</artifactId> >+ <configuration> >+ <dependency-resolution> >+ <extraRequirements> >+ <!-- In a full build, Tycho will order things so that >+ o.e.jdt.annotation is compiled first. In a Gerrit build, >+ is it will be pulled from latest "eclipse repository" >+ (currently 4.6-I-builds) --> >+ <requirement> >+ <type>eclipse-plugin</type> >+ <id>org.eclipse.jdt.annotation</id> >+ <versionRange>[1.1.0,2.0.0)</versionRange> >+ </requirement> >+ </extraRequirements> >+ </dependency-resolution> >+ </configuration> >+ </plugin> >+ </plugins> >+ </build> >+ > </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 472631
: 258776