Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Tycho/Release Notes/0.13"

m
m
Line 4: Line 4:
  
 
* Tycho:
 
* Tycho:
** relative paths in .product files now work correctly. [Workarounds|https://bugs.eclipse.org/bugs/show_bug.cgi?id=349421] previously needed in pom.xml can be removed.
+
** relative paths in .product files now work correctly. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=349421 workarounds] previously needed in pom.xml can be removed.
  
 
* Tycho extras:
 
* Tycho extras:

Revision as of 07:36, 15 July 2011

Tycho 0.13.0 is currently under development. The current development version 0.13.0-SNAPSHOT (except the Tycho extras [1]) is available from [2].

New and Noteworthy

  • Tycho:
    • relative paths in .product files now work correctly. workarounds previously needed in pom.xml can be removed.
  • Tycho extras:
    • The new goal mirror has been added to the tycho-p2-extras-plugin. In the long run, it aims to offer the same functionality as the p2.mirror Ant task – currently it allows to mirror entire p2 repositories (see Tycho/Additional Tools for the full documentation).

...

Back to the top