Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Harley2005-12-09 23:57:07 +0000
committerWalter Harley2005-12-09 23:57:07 +0000
commit6902e52a735800e778bf86181f3473795980a157 (patch)
treeb79e3ffe5451a2bf3046da6623f191c97c182210 /org.eclipse.jdt.apt.core/plugin.xml
parent09941192fc937c04f2468716f61b7e58652eda2b (diff)
downloadeclipse.jdt.core-6902e52a735800e778bf86181f3473795980a157.tar.gz
eclipse.jdt.core-6902e52a735800e778bf86181f3473795980a157.tar.xz
eclipse.jdt.core-6902e52a735800e778bf86181f3473795980a157.zip
wharley - Add earlyLoad attribute to plugin
Diffstat (limited to 'org.eclipse.jdt.apt.core/plugin.xml')
-rw-r--r--org.eclipse.jdt.apt.core/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.apt.core/plugin.xml b/org.eclipse.jdt.apt.core/plugin.xml
index 2441e9414a..c5514d35b1 100644
--- a/org.eclipse.jdt.apt.core/plugin.xml
+++ b/org.eclipse.jdt.apt.core/plugin.xml
@@ -21,6 +21,7 @@
point="org.eclipse.jdt.core.compilationParticipant">
<compilationParticipant
class="org.eclipse.jdt.apt.core.internal.AptCompilationParticipant"
+ loadEarly="true"
eventMask="0xff"/>
</extension>

Back to the top