Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Include source features in eclipse repository

Jan,

you have pointed us to a already resolved issue.

but even setting up the way is discussed in it I could not make it work properly using the example here...

I have opened another bug in [1] and attached a new patched project that is using 0.17 and using this:

            <plugin>
 <groupId>org.eclipse.tycho.extras</groupId>
 <artifactId>tycho-source-feature-plugin</artifactId>
                <version>${tycho-version}</version>
                <executions>
                    <execution>
                        <id>source-feature</id>
                        <phase>package</phase>
                        <goals>
 <goal>source-feature</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
 <labelSuffix>(source)</labelSuffix>
                </configuration>
            </plugin>

1 - https://bugs.eclipse.org/bugs/show_bug.cgi?id=398250

On 16/01/13 08:49, Sievers, Jan wrote:
The only thing missing now is to correctly include the label and provider information in the resulting feature and source feature.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=374349

Jan
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top