Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Xenos2016-11-19 03:30:15 +0000
committerStefan Xenos2016-12-21 19:12:18 +0000
commitf7ed9839ef5f6bfc6dd1db3bdc1a458b7b45c64b (patch)
tree738529eaaa35d3557a4855aae0ad59df6e0b4a57 /org.eclipse.jdt.core/plugin.xml
parent6ad94a9ef57eda351ed99bde761c01b798ba1ec1 (diff)
downloadeclipse.jdt.core-f7ed9839ef5f6bfc6dd1db3bdc1a458b7b45c64b.tar.gz
eclipse.jdt.core-f7ed9839ef5f6bfc6dd1db3bdc1a458b7b45c64b.tar.xz
eclipse.jdt.core-f7ed9839ef5f6bfc6dd1db3bdc1a458b7b45c64b.zip
Bug 507795 - Functional dynamic dependenciesI20161221-2000
Write the JDT core handler for dynamic dependencies. Change-Id: I661fa11ac9d5ad36c5b70ae0654a7dcec26aa4cf Signed-off-by: Stefan Xenos <sxenos@gmail.com>
Diffstat (limited to 'org.eclipse.jdt.core/plugin.xml')
-rw-r--r--org.eclipse.jdt.core/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/plugin.xml b/org.eclipse.jdt.core/plugin.xml
index 76e3e99149..318c37352f 100644
--- a/org.eclipse.jdt.core/plugin.xml
+++ b/org.eclipse.jdt.core/plugin.xml
@@ -101,6 +101,7 @@
<builder>
<run class="org.eclipse.jdt.internal.core.builder.JavaBuilder">
</run>
+ <dynamicReference class="org.eclipse.jdt.internal.core.DynamicProjectReferences"/>
</builder>
</extension>

Back to the top