Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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.15"

m
m
Line 1: Line 1:
Tycho 0.15.0 is currently in development. This page shows a preview of features which will be available in the 0.15.0 release.
+
Tycho 0.15.0 is currently in development. This page shows a preview of features which will be available in the 0.15.0 release.  
  
[https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology&product=Tycho&query_format=advanced&resolution=FIXED&target_milestone=0.15.0&order=bug_id&query_based_on= List of bug fixes and enhancements in 0.15.0]
+
[https://bugs.eclipse.org/bugs/buglist.cgi?classification=Technology&product=Tycho&query_format=advanced&resolution=FIXED&target_milestone=0.15.0&order=bug_id&query_based_on= List of bug fixes and enhancements in 0.15.0]  
  
 
== New and Noteworthy  ==
 
== New and Noteworthy  ==
  
* Added configuration option for annotation processors to the JDT compiler (TODO document, see [http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/diff/tycho-its/projects/TYCHO590annotationProcessing/annotated-project/pom.xml?id=8597822cca31717dd2b173695c4922a0435ae469 testcase ]
+
*Added configuration option for annotation processors to the JDT compiler (TODO document, see [http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/diff/tycho-its/projects/TYCHO590annotationProcessing/annotated-project/pom.xml?id=8597822cca31717dd2b173695c4922a0435ae469 testcase ]  
* p2 repository archive name is now configurable via ${project.build.finalName}
+
*p2 repository archive name is now configurable via ${project.build.finalName}<br>Note that the default archive name changed from ${project.artifactId}.zip to&nbsp;${project.artifactId}-${project.version}.zip
 +
 
 
[[Category:Tycho|Release Notes/0.15]]
 
[[Category:Tycho|Release Notes/0.15]]

Revision as of 11:04, 16 April 2012

Tycho 0.15.0 is currently in development. This page shows a preview of features which will be available in the 0.15.0 release.

List of bug fixes and enhancements in 0.15.0

New and Noteworthy

  • Added configuration option for annotation processors to the JDT compiler (TODO document, see testcase
  • p2 repository archive name is now configurable via ${project.build.finalName}
    Note that the default archive name changed from ${project.artifactId}.zip to ${project.artifactId}-${project.version}.zip

Back to the top