Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] changing package line-up

Hi Everyone,

Lars was asking me about swapping cvs support for git support in the CBI built SDK package. Or in more general terms, creating a custom package lineup. I wanted to give this a try to learn a bit more.

I was able to remove cvs easily by editing:
  eclipse.platform.releng/features/org.eclipse.sdk/feature.xml

This worked fine & resulted in an SDK package without CVS. Yay!


Based on Thanh's advice, I then worked to add egit & jgit by adding them in the file above, and then modifying:
   eclipse-parent/pom.xml
Thinking I needed to specify a dependency. Unfortunately, this blew up my build: http://pastebin.com/Xq0w2WB1

So I've come looking for help to help me learn the proper way for me to do this?

Thanks very much in advance!

Andrew


Back to the top