asobolev | 63964f0 | 2007-05-02 15:06:10 +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 | ab7f7b0 | 2009-06-10 08:59:22 +0000 | [diff] [blame] | 11 | pluginName=Dynamic Languages Toolkit Launching Core |
ssanders | 6cd9d74 | 2008-03-13 04:32:13 +0000 | [diff] [blame] | 12 | |
ssanders | 5cc18d6 | 2008-05-12 19:41:26 +0000 | [diff] [blame] | 13 | extension-point.name.buildpathProviders=Buildpath Providers |
ssanders | 6cd9d74 | 2008-03-13 04:32:13 +0000 | [diff] [blame] | 14 | extension-point.name.runtimeBuildpathEntryResolvers=Runtime Buildpath Entry Resolvers |
| 15 | extension-point.name.runtimeBuildpathEntries=Runtime Buildpath Entries |
| 16 | extension-point.name.interpreterInstallTypes=Interpreter Install Types |
| 17 | extension-point.name.interpreterInstalls=Interpreter Installs |
| 18 | extension-point.name.debuggingEngine=Debugging Engine |
apanchenk | 3d475d4 | 2009-04-15 16:16:00 +0000 | [diff] [blame] | 19 | extension-point.name.launchStatusHandler=Launch Status Handler |
apanchenk | 3f1de07 | 2010-02-19 12:27:10 +0000 | [diff] [blame] | 20 | extension-point.name.interpreterContainerExtension=Interpreter Container Extension |