| Summary: | Fix feature identifier and version | ||
|---|---|---|---|
| Product: | [Eclipse Project] e4 | Reporter: | Martina Galabova <martina.galabova> |
| Component: | Search | Assignee: | Project Inbox <e4.search-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | danail.branekov, dimitar.georgiev, martina.galabova, pwebster |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 331418 | ||
|
Description
Martina Galabova
Hi, I changed feature.xmls and I know how to change the search.map file, but what is "the master feature"? Cheers, Martina You need to create a master "build" features, like org.eclipse.e4.search.master. That will control all of the search features that need built, initially it should include the main search feature and the examples one. Then Andrew will add it to the main build master feature, and your plugins will get built: bug 331418 PW (In reply to comment #2) > You need to create a master "build" features, like > org.eclipse.e4.search.master. That will control all of the search features > that need built, initially it should include the main search feature and the > examples one. > > Then Andrew will add it to the main build master feature, and your plugins will > get built: bug 331418 > > PW I guess Marti's question was where the main build master feature resides and what its name is. Even if Andrew is at this point the person who will modify it, it will still be good if we know where to check it out from, and import it in our local workspaces. This way, in the future when, for example, we change the feature version, we can validate we've not broken the build master feature's manifest. Cheers, Dimitar Sure, here's the info: All of our releng projects are in /cvsroot/eclipse e4/releng I usually just check the e4/releng project out, although you can check out only your org.eclipse.e4.search.releng project. All of the map files for e4 are currently under releng, and the map files will tell you exactly where everything is coming from. In this case, /releng/org.eclipse.e4.ui.releng/maps/ui.map: feature@org.eclipse.e4.master=v20101155,:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse,,e4/org.eclipse.e4.ui/features/org.eclipse.e4.master PW Thanks! I guess I was not able to find it myself because of the 'ui' part, it's a bit confusing. @Marti, this means the very eclipse feature is e4/org.eclipse.e4.ui/features/org.eclipse.e4.master. Since Andrew will help us this time, it's for our info right now. (In reply to comment #5) > Thanks! > > I guess I was not able to find it myself because of the 'ui' part, it's a bit > confusing. > > @Marti, this means the very eclipse feature is > e4/org.eclipse.e4.ui/features/org.eclipse.e4.master. Since Andrew will help us > this time, it's for our info right now. Sorry guys, complete spam. I wrote what Paul already wrote at the end of the reply. Hi, New feature IDs are pushed to the central repository. Also I've created a new 'master' build feature that includes the productive feature and the example feature. Cheers, Martina |