[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| 
Re: [tycho-user]	Bug 374349 - Add real label, description, etc. to generated source feature
 | 
I think I have found the problem, but dont know the solution... 
I have look to the update.site repository, to the content.xml:
 <unit id='com.my.feature.jar' version='1.2.3'>
      <properties size='7'>
        <property name='org.eclipse.equinox.p2.name' value='%label'/>
.
.
.
but the source feature is:
 <unit id='com.my.feature.source.feature.group' version='1.2.3' 
singleton='false'>
      <update id='com.my.feature.source.feature.group' range='[0.0.0,1.2.3)' 
severity='0'/>
      <properties size='5'>
        <property name='org.eclipse.equinox.p2.type.group' value='true'/>
        <property name='maven-groupId' value='com.mygroup'/>
        <property name='maven-artifactId' value='com.my.feature'/>
        <property name='maven-version' value='1.2.3'/>
        <property name='maven-classifier' value='sources-feature'/>
      </properties>
Can somebody tell me please, why the source feature doesnt use the %label%  as
 name?