Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 323412

Summary: Add source bundles for EGit
Product: [Technology] EGit Reporter: Chris Aniszczyk <caniszczyk>
Component: UIAssignee: 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:

Description Chris Aniszczyk CLA 2010-08-23 12:44:58 EDT
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/
Comment 1 Matthias Sohn CLA 2010-10-17 17:24:04 EDT
we have source bundles for jgit and egit now