pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.0"?> |
| 3 | <plugin> |
| 4 | <!-- Classpath variable initializer --> |
bchilds | 021d055 | 2008-02-04 21:08:19 +0000 | [diff] [blame] | 5 | <extension point = "org.eclipse.wst.jsdt.core.JsGlobalScopeVariableInitializer"> |
| 6 | <JsGlobalScopeVariableInitializer |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 7 | variable="TEST_LIB" |
| 8 | class="org.eclipse.wst.jsdt.core.tests.model.VariablesInitializer"/> |
bchilds | 021d055 | 2008-02-04 21:08:19 +0000 | [diff] [blame] | 9 | <JsGlobalScopeVariableInitializer |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 10 | variable="TEST_SRC" |
| 11 | class="org.eclipse.wst.jsdt.core.tests.model.VariablesInitializer"/> |
bchilds | 021d055 | 2008-02-04 21:08:19 +0000 | [diff] [blame] | 12 | <JsGlobalScopeVariableInitializer |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 13 | variable="TEST_ROOT" |
| 14 | class="org.eclipse.wst.jsdt.core.tests.model.VariablesInitializer"/> |
bchilds | 021d055 | 2008-02-04 21:08:19 +0000 | [diff] [blame] | 15 | <JsGlobalScopeVariableInitializer |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 16 | class="org.eclipse.wst.jsdt.core.tests.model.VariablesInitializer" |
bchilds | 021d055 | 2008-02-04 21:08:19 +0000 | [diff] [blame] | 17 | deprecated="%JsGlobalScopeVariableInitializer.deprecated.0" |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 18 | variable="TEST_DEPRECATED"> |
bchilds | 021d055 | 2008-02-04 21:08:19 +0000 | [diff] [blame] | 19 | </JsGlobalScopeVariableInitializer> |
| 20 | <JsGlobalScopeVariableInitializer |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 21 | class="org.eclipse.wst.jsdt.core.tests.model.VariablesInitializer" |
| 22 | readOnly="true" |
| 23 | variable="TEST_READ_ONLY"> |
bchilds | 021d055 | 2008-02-04 21:08:19 +0000 | [diff] [blame] | 24 | </JsGlobalScopeVariableInitializer> |
| 25 | <JsGlobalScopeVariableInitializer |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 26 | class="org.eclipse.wst.jsdt.core.tests.model.VariablesInitializer" |
bchilds | 021d055 | 2008-02-04 21:08:19 +0000 | [diff] [blame] | 27 | deprecated="%JsGlobalScopeVariableInitializer.deprecated.1" |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 28 | readOnly="true" |
| 29 | variable="TEST_DEPRECATED_READ_ONLY"> |
bchilds | 021d055 | 2008-02-04 21:08:19 +0000 | [diff] [blame] | 30 | </JsGlobalScopeVariableInitializer> |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 31 | </extension> |
| 32 | |
| 33 | <!-- Classpath container initializer --> |
bchilds | 2e5d7a5 | 2008-02-04 19:53:33 +0000 | [diff] [blame] | 34 | <extension point = "org.eclipse.wst.jsdt.core.JsGlobalScopeContainerInitializer"> |
| 35 | <JsGlobalScopeContainerInitializer |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 36 | id="org.eclipse.wst.jsdt.core.tests.model.TEST_CONTAINER" |
| 37 | class="org.eclipse.wst.jsdt.core.tests.model.ContainerInitializer"/> |
| 38 | </extension> |
| 39 | |
nitind | 3abe598 | 2009-04-02 06:36:47 +0000 | [diff] [blame] | 40 | <!-- Extra JavaScript-like file extensions --> |
| 41 | <extension point="org.eclipse.core.contenttype.contentTypes"> |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 42 | <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 --> |
bchilds | 021d055 | 2008-02-04 21:08:19 +0000 | [diff] [blame] | 56 | <extension point="org.eclipse.wst.jsdt.core.validationParticipant"> |
| 57 | <validationParticipant |
| 58 | class="org.eclipse.wst.jsdt.core.tests.model.TestvalidationParticipant" |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 59 | createsProblems="true" |
bchilds | 021d055 | 2008-02-04 21:08:19 +0000 | [diff] [blame] | 60 | id="org.eclipse.wst.jsdt.core.tests.model.validationParticipant" |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 61 | requiredSourceLevel="1.4" |
| 62 | modifiesEnvironment="true"> |
| 63 | <requires id="non.existing"/> |
bchilds | 021d055 | 2008-02-04 21:08:19 +0000 | [diff] [blame] | 64 | </validationParticipant> |
pberkland | 26dfbcf | 2007-02-27 17:13:30 +0000 | [diff] [blame] | 65 | </extension> |
| 66 | |
david_williams | a4fbe3c | 2007-12-12 08:26:26 +0000 | [diff] [blame] | 67 | </plugin> |