asobolev | 79b89df | 2007-05-02 15:04:59 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2005, 2007 IBM Corporation and others. |
| 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v1.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v10.html |
| 7 | # |
| 8 | |
| 9 | ############################################################################### |
asobolev | c6294ad | 2007-02-22 08:39:46 +0000 | [diff] [blame] | 10 | pluginProvider=Eclipse.org |
apanchenk | 4c71f8b | 2009-06-10 08:59:26 +0000 | [diff] [blame] | 11 | pluginName=Dynamic Languages Toolkit Core |
asobolev | c6294ad | 2007-02-22 08:39:46 +0000 | [diff] [blame] | 12 | |
ssanders | 6cd9d74 | 2008-03-13 04:32:13 +0000 | [diff] [blame] | 13 | extension-point.name.language=DLTK Language Declaration |
| 14 | extension-point.name.buildpathContainerInitializer=Buildpath Container Initializer |
apeled | 208e6e5 | 2008-07-23 12:28:47 +0000 | [diff] [blame] | 15 | extension-point.name.buildpathVariableInitializer=Buildpath Variable Initializer |
ssanders | 6cd9d74 | 2008-03-13 04:32:13 +0000 | [diff] [blame] | 16 | extension-point.name.mixin=Mixin |
| 17 | extension-point.name.builder=Builder |
apanchenk | 5b69fd2 | 2008-07-24 12:43:10 +0000 | [diff] [blame] | 18 | extension-point.name.projectIndexer=Project Indexer |
ssanders | 6cd9d74 | 2008-03-13 04:32:13 +0000 | [diff] [blame] | 19 | extension-point.name.typeEvaluators=Type Evaluators |
| 20 | extension-point.name.sourceParsers=Source Parsers |
| 21 | extension-point.name.sourceElementParsers=Source Element Parsers |
| 22 | extension-point.name.search=Search |
| 23 | extension-point.name.selectionEngine=Selection Engine |
| 24 | extension-point.name.completionEngine=Completion Engine |
| 25 | extension-point.name.callHierarchy=Call Hierarchy |
| 26 | extension-point.name.problemFactory=Problem Factory |
ssanders | beba53b | 2008-03-25 19:10:22 +0000 | [diff] [blame] | 27 | extension-point.name.fileHierarchyResolvers=File Hierarchy Resolver |
ssanders | 7d27e16 | 2008-03-29 02:31:25 +0000 | [diff] [blame] | 28 | extension-point.name.interpreterContainerExtension=Interpreter Container Extension |
ssanders | e915ef7 | 2008-04-11 06:17:13 +0000 | [diff] [blame] | 29 | extension-point.name.environment=Environment |
apanchenk | 088ab62 | 2008-10-01 10:16:25 +0000 | [diff] [blame] | 30 | extension-point.name.scriptFileConfigurator=Script File Configurator |
apanchenk | a862443 | 2008-10-02 10:34:02 +0000 | [diff] [blame] | 31 | extension-point.name.buildParticipant=DLTK Build Participant |
apanchenk | 92c3983 | 2008-10-15 10:18:35 +0000 | [diff] [blame] | 32 | extension-point.name.fileCache=DLTK file cache |
ssanders | 6cd9d74 | 2008-03-13 04:32:13 +0000 | [diff] [blame] | 33 | |
| 34 | runtimeProblemName=Runtime Problem |
asobolev | c6294ad | 2007-02-22 08:39:46 +0000 | [diff] [blame] | 35 | dltkProblemName=DLTK Problem |
| 36 | buildPathProblemName=Build Path Problem |
| 37 | transientDLTKProblemName=Transient DLTK Problem |
apanchenk | 3bbccc7 | 2008-07-16 13:38:11 +0000 | [diff] [blame] | 38 | dltkTaskName=DLTK Task |
asobolev | c6294ad | 2007-02-22 08:39:46 +0000 | [diff] [blame] | 39 | |
asobolev | 89750d1 | 2007-04-02 06:48:47 +0000 | [diff] [blame] | 40 | scriptBuilderName=Script Builder |
asobolev | 604a1a5 | 2009-05-12 09:42:42 +0000 | [diff] [blame] | 41 | providerName = www.example.org |