Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3956369b2629510fe640178799ec9f18f5f15b7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="WINDOWS-1252" standalone="no"?>
<jardesc>
    <jar path="org.eclipse.jdt.compiler.apt.tests/lib/apttestprocessors8.jar"/>
    <options buildIfNeeded="true" compress="true" descriptionLocation="/org.eclipse.jdt.compiler.apt.tests/apttestprocessors8.jardesc" exportErrors="false" exportWarnings="true" includeDirectoryEntries="false" overwrite="true" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
    <storedRefactorings deprecationInfo="true" structuralOnly="false"/>
    <selectedProjects/>
    <manifest generateManifest="true" manifestLocation="" manifestVersion="1.0" reuseManifest="false" saveManifest="false" usesManifest="true">
        <sealing sealJar="false">
            <packagesToSeal/>
            <packagesToUnSeal/>
        </sealing>
    </manifest>
    <selectedElements exportClassFiles="true" exportJavaFiles="true" exportOutputFolder="false">
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.filer"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors8"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.annotations"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.elementutils"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.visitors"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.elements"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.messager"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.checkargs"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.genclass"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.negative"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.typeutils"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.typemirror"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.base"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.generics"/>
        <javaElement handleIdentifier="=org.eclipse.jdt.compiler.apt.tests/processors&lt;org.eclipse.jdt.compiler.apt.tests.processors.inherited"/>
    </selectedElements>
</jardesc>

Back to the top