Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Headless PDE build not replacing .qualifier in feature.xml
Headless PDE build not replacing .qualifier in feature.xml [message #30457] Fri, 31 October 2008 14:43
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

We have one feature (call it derived.feature) that depends on another
fearture (call it base.feature). In the derived.feature XML, the
dependency is declared like this:

<requires>
<import feature="base.feature" version="6.1.0.qualifier"
match="greaterOrEqual"/>
</requires>

When building/exporting from the IDE, this works as expected - the
actual qualifier value that is used in building base.feature is replaced
into that file. However, during headless PDE build, it is not.

Any hints?

Eric
Previous Topic:Re: branding - launcher icon (IDE versus headless build)
Next Topic:Headless PDE build not replacing .qualifier in feature.xml
Goto Forum:
  


Current Time: Fri Sep 20 08:48:04 GMT 2024

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

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

Back to the top