Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Xenos2016-12-20 20:32:26 +0000
committerStefan Xenos2016-12-21 19:10:05 +0000
commit5ae9859c90fca4babe9e01de719c7ccaf6a25a0a (patch)
tree7071c548f2c440f80f595ca98454f6ed81ddff03
parentf37a79599ef98d5ecea7cb880f3440a2578442d9 (diff)
downloadnews-5ae9859c90fca4babe9e01de719c7ccaf6a25a0a.tar.gz
news-5ae9859c90fca4babe9e01de719c7ccaf6a25a0a.tar.xz
news-5ae9859c90fca4babe9e01de719c7ccaf6a25a0a.zip
Bug 507795 - Functional replacement for project dynamic dependencies
Change-Id: I0f07c7cbd1a484a0414c6b7bd99fa28678851b4d Signed-off-by: Stefan Xenos <sxenos@gmail.com>
-rw-r--r--4.7/M5/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/4.7/M5/index.html b/4.7/M5/index.html
index e0b768c2..73ebf408 100644
--- a/4.7/M5/index.html
+++ b/4.7/M5/index.html
@@ -196,6 +196,16 @@
</td>
</tr>
+ <tr id="dynamic-reference-provider">
+ <td class="title">New API for controlling build order</td>
+ <td class="content">
+ The org.eclipse.core.resources.builders extension point now allows extensions to influence the
+ order in which projects are built by supplying an implementation of
+ <code>IDynamicReferenceProvider</code>. This replaces the
+ <code>IProjectDescription.setDynamicReferences</code> API which is now deprecated.
+ </td>
+ </tr>
+
<tr id="first-item-platform">
<td class="title">First item</td>
<td class="content">

Back to the top