Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 323412 - Add source bundles for EGit
Summary: Add source bundles for EGit
Status: RESOLVED FIXED
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 0.9.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-23 12:44 EDT by Chris Aniszczyk CLA
Modified: 2010-10-17 17:24 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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