Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortyeung2006-01-18 23:24:44 +0000
committertyeung2006-01-18 23:24:44 +0000
commitb32bebfa5500565e3e859966a4e66fd2d9787a20 (patch)
tree6f06b333f92eba91baf0f1db254b0b4402e35077 /org.eclipse.jdt.apt.core
parent8360857ac96415dcd60ac94fbc284e7801424ade (diff)
downloadeclipse.jdt.core-b32bebfa5500565e3e859966a4e66fd2d9787a20.tar.gz
eclipse.jdt.core-b32bebfa5500565e3e859966a4e66fd2d9787a20.tar.xz
eclipse.jdt.core-b32bebfa5500565e3e859966a4e66fd2d9787a20.zip
remove "loadEarly" attribute from compilation participant extension
drt: jdt.apt
Diffstat (limited to 'org.eclipse.jdt.apt.core')
-rw-r--r--org.eclipse.jdt.apt.core/plugin.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.jdt.apt.core/plugin.xml b/org.eclipse.jdt.apt.core/plugin.xml
index 979c2c62fc..ff6480d617 100644
--- a/org.eclipse.jdt.apt.core/plugin.xml
+++ b/org.eclipse.jdt.apt.core/plugin.xml
@@ -21,8 +21,7 @@
point="org.eclipse.jdt.core.compilationParticipant">
<compilationParticipant
id="APT"
- class="org.eclipse.jdt.apt.core.internal.AptCompilationParticipant"
- loadEarly="true"/>
+ class="org.eclipse.jdt.apt.core.internal.AptCompilationParticipant"/>
</extension>
<!-- =================================================================================== -->

Back to the top