Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-releng-inbox] [Bug 353201] Releng support for EDC

https://bugs.eclipse.org/bugs/show_bug.cgi?id=353201
Product/Component: CDT / cdt-releng

--- Comment #1 from James Blackburn <jamesblackburn+eclipse@xxxxxxxxx> 2011-07-27 10:24:08 EDT ---
Created attachment 200451
  --> https://bugs.eclipse.org/bugs/attachment.cgi?id=200451
patch1

First cut adding Tycho to the EDC plugin.  I'm not sure what the best way of
building EDC against SNAPSHOT TCF/CDT is.  Assuming that EDC is checked out
next to CDT/TCF, I added an explicit path to the CDT/TCF p2 repos:
   
<cdt-site>file://${basedir}/../../org.eclipse.cdt/releng/org.eclipse.cdt.repo/target/repository/</cdt-site>
   
<tcf-site>file://${basedir}/../../org.eclipse.tm.tcf/features/org.eclipse.tm.tcf.repo/target/repository/</tcf-site>

Perhaps there's a better way of doing this...?

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top