blob: 4b9e849601151995ef485d370f6bf504569c096c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="org.eclipse.jdt.apt.tests"
name="APT Tests"
version="1.0.0"
class="org.eclipse.jdt.apt.tests.plugin.AptTestsPlugin">
<runtime>
<library name="apt.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.junit"/>
<import plugin="org.eclipse.jdt.apt.core"/>
<import plugin="org.eclipse.jdt.apt.ui"/>
<import plugin="org.eclipse.jdt.core"/>
<import plugin="org.eclipse.jdt.core.tests.builder"/>
<import plugin="org.eclipse.jdt.core.tests.compiler"/>
<import plugin="org.eclipse.jdt.core.tests.model"/>
<import plugin="org.eclipse.jdt.core.tests.performance"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.test.performance"/>
</requires>
<extension
point="org.eclipse.jdt.apt.core.annotationProcessorFactory">
<factories enableDefault="true">
<factory
class="org.eclipse.jdt.apt.tests.annotations.helloworld.HelloWorldAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.helloworld.HelloWorldWildcardAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.extradependency.ExtraDependencyAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.noop.NoOpAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.mirrortest.MirrorTestAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.nestedhelloworld.NestedHelloWorldAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.readannotation.ReadAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.mirrortest.MirrorDeclarationTestAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.mirrortest.MirrorUtilTestAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.valueconversion.ValueConversionProcessorFactory">
</factory>
<factory class="org.eclipse.jdt.apt.tests.annotations.readAnnotationType.ReadAnnotationTypeProcessorFactory"/>
<factory
class="org.eclipse.jdt.apt.tests.annotations.filegen.FileGenLocationAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.filegen.FirstGenAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.filegen.SecondGenAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.filegen.TextGenAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.messager.MessagerAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.aptrounding.Round1GenAnnotationFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.aptrounding.Round2GenAnnotationFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.mirrortest.DefaultConstantAnnotationFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.apitest.APIAnnotationProcessorFactory">
</factory>
<factory
class="org.eclipse.jdt.apt.tests.annotations.mirrortest.ASTBasedMirrorDeclarationProcessorFactory">
</factory>
</factories>
</extension>
</plugin>