File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
de.marw.cmake4eclipse.feature Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Cmake4eclipse Change Log
22
3+ ## 4.0.3 (2023-11-11)
4+ ### Changes
5+ - Ensure project relative path are below project directory (no '..').
6+ - Fix project creation over existing cmake4eclipse project of versions < 4.x.
7+ - Added a context menu to edit build targets.
8+
39## 4.0.2 (2023-04-20)
410### Changes
511- Fix #182 : "Warn about uninitialized values" passes wrong cli-option to cmake.
Original file line number Diff line number Diff line change 22<feature
33 id =" de.marw.cmake4eclipse.feature"
44 label =" cmake4eclipse"
5- version =" 4.0.2 "
5+ version =" 4.0.3 "
66 provider-name =" Martin Weber" >
77
88 <description >
Original file line number Diff line number Diff line change 1515 <artifactId >de.marw.cmake4eclipse.feature</artifactId >
1616 <!-- always use .qualifier in manifest, we do not plan to publish this plugin
1717 to a maven repo. (The repository version is a different thing) -->
18- <version >4.0.2 </version >
18+ <version >4.0.3 </version >
1919 <packaging >eclipse-feature</packaging >
2020
2121 <build >
Original file line number Diff line number Diff line change 1111
1212 <!-- builds a zipped p2 update site -->
1313 <artifactId >repo</artifactId >
14- <version >4.0.2 </version >
14+ <version >4.0.3 </version >
1515 <packaging >eclipse-repository</packaging >
1616
1717 <build >
You can’t perform that action at this time.
0 commit comments