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 225436 Details for
Bug 381057
CBI should be able to generate the API tools description
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 for eclipse-parent
0001-Generate-api-description-file.patch (text/plain), 3.37 KB, created by
Krzysztof Daniel
on 2013-01-10 08:17:34 EST
(
hide
)
Description:
Patch for eclipse-parent
Filename:
MIME Type:
Creator:
Krzysztof Daniel
Created:
2013-01-10 08:17:34 EST
Size:
3.37 KB
patch
obsolete
>From c32fa40c152fee4560bcd69c43e68c7e511219d6 Mon Sep 17 00:00:00 2001 >From: Krzysztof Daniel <kdaniel@redhat.com> >Date: Thu, 10 Jan 2013 14:14:14 +0100 >Subject: [PATCH] Generate api description file. > >--- > eclipse-parent/pom.xml | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 71 insertions(+) > >diff --git a/eclipse-parent/pom.xml b/eclipse-parent/pom.xml >index 53dd093..6bdb9b4 100644 >--- a/eclipse-parent/pom.xml >+++ b/eclipse-parent/pom.xml >@@ -84,6 +84,18 @@ > <extensions>true</extensions> > </plugin> > <plugin> >+ <groupId>org.eclipse.cbi</groupId> >+ <artifactId>maven-cbi-plugin</artifactId> >+ <version>0.0.2-SNAPSHOT</version> >+ <executions> >+ <execution> >+ <goals> >+ <goal>generate-api-build-xml</goal> >+ </goals> >+ </execution> >+ </executions> >+ </plugin> >+ <plugin> > <groupId>org.eclipse.tycho</groupId> > <artifactId>target-platform-configuration</artifactId> > <configuration> >@@ -450,6 +462,65 @@ > </repository> > </repositories> > </profile> >+ <profile> >+ <id>api-generation</id> >+ <activation> >+ <file> >+ <exists>.apibuild.xml</exists> >+ </file> >+ </activation> >+ <build> >+ <plugins> >+ <plugin> >+ <groupId>org.eclipse.tycho.extras</groupId> >+ <artifactId>tycho-eclipserun-plugin</artifactId> >+ <!-- this is actually present in any 0.14+ version --> >+ <version>${tycho.version}</version> >+ <configuration> >+ <!-- this is to fix some lucene 3.x compatibility issue --> >+ <argLine>-XX:-UseLoopPredicate -Dhelp.lucene.tokenizer=standard</argLine> >+ <!-- actuall indexer call --> >+ <appArgLine>-application org.eclipse.ant.core.antRunner -buildfile .apibuild.xml</appArgLine> >+ <dependencies> >+ <!-- list of bundles that we need --> >+ <dependency> >+ <artifactId>org.eclipse.ant.core</artifactId> >+ <type>eclipse-plugin</type> >+ </dependency> >+ <dependency> >+ <artifactId>org.apache.ant</artifactId> >+ <type>eclipse-plugin</type> >+ </dependency> >+ <dependency> >+ <artifactId>org.eclipse.pde.api.tools</artifactId> >+ <type>eclipse-plugin</type> >+ </dependency> >+ <dependency> >+ <artifactId>org.eclipse.pde.build</artifactId> >+ <type>eclipse-plugin</type> >+ </dependency> >+ <dependency> >+ <artifactId>org.eclipse.pde.core</artifactId> >+ <type>eclipse-plugin</type> >+ </dependency> >+ <dependency> >+ <artifactId>org.eclipse.equinox.launcher</artifactId> >+ <type>eclipse-plugin</type> >+ </dependency> >+ </dependencies> >+ </configuration> >+ <executions> >+ <execution> >+ <goals> >+ <goal>eclipse-run</goal> >+ </goals> >+ <phase>compile</phase> >+ </execution> >+ </executions> >+ </plugin> >+ </plugins> >+ </build> >+ </profile> > </profiles> > </project> > >-- >1.8.1 >
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 381057
:
221047
|
221048
|
225435
|
225436
|
225884
|
225885
|
225994
|
227124
|
227935
|
227936