blob: 18bd40ec530a3c40ec4cc0de6132b6d2c0730047 [file] [log] [blame]
pberkland26dfbcf2007-02-27 17:13:30 +00001<?xml version="1.0" encoding="UTF-8"?>
2<?eclipse version="3.0"?>
3<plugin>
4 <!-- Classpath variable initializer -->
bchilds021d0552008-02-04 21:08:19 +00005 <extension point = "org.eclipse.wst.jsdt.core.JsGlobalScopeVariableInitializer">
6 <JsGlobalScopeVariableInitializer
pberkland26dfbcf2007-02-27 17:13:30 +00007 variable="TEST_LIB"
8 class="org.eclipse.wst.jsdt.core.tests.model.VariablesInitializer"/>
bchilds021d0552008-02-04 21:08:19 +00009 <JsGlobalScopeVariableInitializer
pberkland26dfbcf2007-02-27 17:13:30 +000010 variable="TEST_SRC"
11 class="org.eclipse.wst.jsdt.core.tests.model.VariablesInitializer"/>
bchilds021d0552008-02-04 21:08:19 +000012 <JsGlobalScopeVariableInitializer
pberkland26dfbcf2007-02-27 17:13:30 +000013 variable="TEST_ROOT"
14 class="org.eclipse.wst.jsdt.core.tests.model.VariablesInitializer"/>
bchilds021d0552008-02-04 21:08:19 +000015 <JsGlobalScopeVariableInitializer
pberkland26dfbcf2007-02-27 17:13:30 +000016 class="org.eclipse.wst.jsdt.core.tests.model.VariablesInitializer"
bchilds021d0552008-02-04 21:08:19 +000017 deprecated="%JsGlobalScopeVariableInitializer.deprecated.0"
pberkland26dfbcf2007-02-27 17:13:30 +000018 variable="TEST_DEPRECATED">
bchilds021d0552008-02-04 21:08:19 +000019 </JsGlobalScopeVariableInitializer>
20 <JsGlobalScopeVariableInitializer
pberkland26dfbcf2007-02-27 17:13:30 +000021 class="org.eclipse.wst.jsdt.core.tests.model.VariablesInitializer"
22 readOnly="true"
23 variable="TEST_READ_ONLY">
bchilds021d0552008-02-04 21:08:19 +000024 </JsGlobalScopeVariableInitializer>
25 <JsGlobalScopeVariableInitializer
pberkland26dfbcf2007-02-27 17:13:30 +000026 class="org.eclipse.wst.jsdt.core.tests.model.VariablesInitializer"
bchilds021d0552008-02-04 21:08:19 +000027 deprecated="%JsGlobalScopeVariableInitializer.deprecated.1"
pberkland26dfbcf2007-02-27 17:13:30 +000028 readOnly="true"
29 variable="TEST_DEPRECATED_READ_ONLY">
bchilds021d0552008-02-04 21:08:19 +000030 </JsGlobalScopeVariableInitializer>
pberkland26dfbcf2007-02-27 17:13:30 +000031 </extension>
32
33 <!-- Classpath container initializer -->
bchilds2e5d7a52008-02-04 19:53:33 +000034 <extension point = "org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer">
35 <JsGlobalScopeContainerInitializer
pberkland26dfbcf2007-02-27 17:13:30 +000036 id="org.eclipse.wst.jsdt.core.tests.model.TEST_CONTAINER"
37 class="org.eclipse.wst.jsdt.core.tests.model.ContainerInitializer"/>
38 </extension>
39
nitind3abe5982009-04-02 06:36:47 +000040 <!-- Extra JavaScript-like file extensions -->
41 <extension point="org.eclipse.core.contenttype.contentTypes">
pberkland26dfbcf2007-02-27 17:13:30 +000042 <file-association
43 content-type="org.eclipse.wst.jsdt.core.javaSource"
44 file-extensions="foo,bar"/>
45 </extension>
46
47 <!-- Repository provider -->
48 <extension point="org.eclipse.team.core.repository">
49 <repository
50 id="org.eclipse.wst.jsdt.core.tests.model.pessimisticnature"
51 class="org.eclipse.wst.jsdt.core.tests.model.TestPessimisticProvider">
52 </repository>;
53 </extension>
54
55 <!-- Compilation participant -->
bchilds021d0552008-02-04 21:08:19 +000056 <extension point="org.eclipse.wst.jsdt.core.validationParticipant">
57 <validationParticipant
58 class="org.eclipse.wst.jsdt.core.tests.model.TestvalidationParticipant"
pberkland26dfbcf2007-02-27 17:13:30 +000059 createsProblems="true"
bchilds021d0552008-02-04 21:08:19 +000060 id="org.eclipse.wst.jsdt.core.tests.model.validationParticipant"
pberkland26dfbcf2007-02-27 17:13:30 +000061 requiredSourceLevel="1.4"
62 modifiesEnvironment="true">
63 <requires id="non.existing"/>
bchilds021d0552008-02-04 21:08:19 +000064 </validationParticipant>
pberkland26dfbcf2007-02-27 17:13:30 +000065 </extension>
66
david_williamsa4fbe3c2007-12-12 08:26:26 +000067</plugin>