Skip to main content

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

One thing to keep in mind is that the Platform team tried to avoid such dependencies in the past, because the dependency from Platform (+0 in the Simultaneous Release) to EGit/JGit (+something in the Simultaneous Release) is a reference to a "future" version.

Regards, Markus

On Mon, Dec 3, 2012 at 6:24 PM, Mickael Istria <mistria@xxxxxxxxxx> wrote:
On 12/03/2012 06:17 PM, Andrew Ross wrote:
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
The dependency is specfied in feature.xml. What you need to specify now is some place where Tycho could resolve the dependency.
I think the right way to go (in a first time) would be to add a repository in the eclipse.platform.releng/features/org.eclipse.sdk/pom.xml

<repositoryies>
    <repository>
        <id>EGit repository<id>
        <url>http://download.eclipse.org/egit/updates</url>
        <layout>p2</layout>
    </repository>
</repositories>

HTH
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev




Back to the top