Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2002-08-13 04:05:02 +0000
committerDavid Inglis2002-08-13 04:05:02 +0000
commite55f65995084369987356e128cc72c5b3d8f1599 (patch)
tree020f5657c872cb14628dae275affca30f30b89de /launch/org.eclipse.cdt.launch/plugin.properties
parenta4f0fa4e7e4e3f944bf9ec2811a3927ab15d88d5 (diff)
downloadorg.eclipse.cdt-e55f65995084369987356e128cc72c5b3d8f1599.tar.gz
org.eclipse.cdt-e55f65995084369987356e128cc72c5b3d8f1599.tar.xz
org.eclipse.cdt-e55f65995084369987356e128cc72c5b3d8f1599.zip
new CDT launcher plugin with local launch delegate
Diffstat (limited to 'launch/org.eclipse.cdt.launch/plugin.properties')
-rw-r--r--launch/org.eclipse.cdt.launch/plugin.properties12
1 files changed, 12 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/plugin.properties b/launch/org.eclipse.cdt.launch/plugin.properties
new file mode 100644
index 00000000000..b19f9ae9a45
--- /dev/null
+++ b/launch/org.eclipse.cdt.launch/plugin.properties
@@ -0,0 +1,12 @@
+######################################################################
+# Copyright (c) 2002 QNX Software Systems Ltd. and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Common Public License v0.5
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/cpl-v05.html
+#
+# Contributors:
+# QNX Software Systems Ltd. - Initial implementation
+######################################################################
+
+LocalCDTLaunch.name= Local C/C++ Application

Back to the top