| Summary: | Add source bundles for EGit | ||
|---|---|---|---|
| Product: | [Technology] EGit | Reporter: | Chris Aniszczyk <caniszczyk> |
| Component: | UI | Assignee: | Project Inbox <egit.ui-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | matthias.sohn |
| Version: | 0.9.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
we have source bundles for jgit and egit now |
We should have source bundles for EGit... -- Hi Chris, You can add to your tycho pom: <packaging>eclipse-plugin</packaging> <build> <plugins> <plugin> <groupId>org.sonatype.tycho</groupId> <artifactId>maven-osgi-source-plugin</artifactId> </plugin> </plugins> </build> Then you will probably need to create a source feature explicitly and refer to it in your site.xml as tycho does not do that just yet http://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/eclipse/trunk/jetty-features/org.eclipse.pde.junit.runtime.standalone.source/