Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Source bundles?

2010/8/23 Hugues Malphettes <hmalphettes@xxxxxxxxxxx>
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/

I hope this helps.

Yeah, thanks that helped : http://egit.eclipse.org/r/#change,1405 

I will try to mimic that for jgit also (that's a bit more tricky since we
don't use tycho to build the jgit bundle).

--
Matthias

Back to the top