Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » P2 generator - How to specify feature categories ?
P2 generator - How to specify feature categories ? [message #597519] Fri, 15 May 2009 03:48
Eclipse UserFriend
Hello,

I am using PDE Build to build a set of top level features representing
different software products: each product is represented by one of the top
level feature and most of the top level features include some other shared
feature.

All the build process works fine (I modified the allEmment.xml to list all
my top level features in the allElementDelegator target).

After building I am running p2generator to produce the repository for the
built features. I cannot understand how to categorize features. I would
like to have in the repository a separate root for every top level feature
which includes also the nested shared features but at the moment I am
getting a single "Uncategorized" root node where all features are listed.

In other words, given two top level features F1 and F2 which share feature
G,
I would like to have a P2 repository that looks like the following:

- F1 category
- F1
- G


and

- F2 category
- F2
- G

but I am getting


- Uncategorized
- F1
- F2
- G

Thanks in advance for your help.

GianMaria Romanato
Previous Topic:--launcher.ini doesn't work in Run Configuration
Next Topic:Invalid manifest files
Goto Forum:
  


Current Time: Sun Jul 20 17:09:55 EDT 2025

Powered by FUDForum. Page generated in 0.04060 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top