Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Bug 374349 - Add real label, description, etc. to generated source feature

Hello,
I have tried to follow the https://bugs.eclipse.org/bugs/show_bug.cgi?id=374349

I am using in parrent pom.xml tycho version: 0.17.0-SNAPSHOT
I have this line in feature.xml: label="%label"
In root i have feature.properties : label=test
In sourceTemplateFeature i have feature.properties: label=source test

but when I look at generated update site , the description for feature is: 'label'
and for source feature is: 'com.my.groupId.source.feature.group'

Can you please help me what I am doing wrong?

Back to the top