Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Garms2006-01-27 19:10:30 +0000
committerJesse Garms2006-01-27 19:10:30 +0000
commit1a66e0c1f7e396bd2b9ea140c3bd983c6d639200 (patch)
treed798174bddb937d28324fff379c492ad0da38af5 /org.eclipse.jdt.apt.core/plugin.xml
parent9e1f246083524b7d1292d47f2ccb0114c0c7586d (diff)
downloadeclipse.jdt.core-1a66e0c1f7e396bd2b9ea140c3bd983c6d639200.tar.gz
eclipse.jdt.core-1a66e0c1f7e396bd2b9ea140c3bd983c6d639200.tar.xz
eclipse.jdt.core-1a66e0c1f7e396bd2b9ea140c3bd983c6d639200.zip
Add requiredSourceLevel to apt compilation participant extension.
Diffstat (limited to 'org.eclipse.jdt.apt.core/plugin.xml')
-rw-r--r--org.eclipse.jdt.apt.core/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jdt.apt.core/plugin.xml b/org.eclipse.jdt.apt.core/plugin.xml
index 8a8c7068c2..aa70e4c1ce 100644
--- a/org.eclipse.jdt.apt.core/plugin.xml
+++ b/org.eclipse.jdt.apt.core/plugin.xml
@@ -21,7 +21,8 @@
point="org.eclipse.jdt.core.compilationParticipant">
<compilationParticipant
id="APT"
- class="org.eclipse.jdt.apt.core.internal.AptCompilationParticipant"/>
+ class="org.eclipse.jdt.apt.core.internal.AptCompilationParticipant"
+ requiredSourceLevel="1.5"/>
</extension>
<!-- =================================================================================== -->

Back to the top