mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
bug 260292 - adding DSF plugins to CDT build
This commit is contained in:
parent
05f5279780
commit
ffcc923e9d
5 changed files with 35 additions and 2 deletions
|
@ -5,6 +5,7 @@ Bundle-Vendor: %providerName
|
|||
Bundle-SymbolicName: org.eclipse.cdt.dsf.gdb;singleton:=true
|
||||
Bundle-Version: 2.0.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.dsf.gdb.internal.GdbPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.cdt.dsf,
|
||||
org.eclipse.debug.core,
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: PDA Example Device Debugging UI Plug-in
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.examples.dsf.pda.ui;singleton:=true
|
||||
Bundle-Version: 2.0.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.examples.dsf.pda.ui.PDAUIPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.core.resources,
|
||||
org.eclipse.debug.core,
|
||||
|
@ -22,3 +23,4 @@ Export-Package: org.eclipse.cdt.examples.dsf.pda.ui,
|
|||
org.eclipse.cdt.examples.dsf.pda.ui.editor,
|
||||
org.eclipse.cdt.examples.dsf.pda.ui.launcher
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Bundle-Vendor: %providerName
|
||||
|
|
14
dsf/org.eclipse.cdt.examples.dsf.pda.ui/plugin.properties
Normal file
14
dsf/org.eclipse.cdt.examples.dsf.pda.ui/plugin.properties
Normal file
|
@ -0,0 +1,14 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2009 Wind River Systems and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# Wind River Systems - initial API and implementation
|
||||
# IBM Corporation
|
||||
###############################################################################
|
||||
pluginName=PDA Example Device Debugging UI Plug-in
|
||||
providerName=Eclipse.org
|
||||
|
|
@ -1,9 +1,10 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: PDA Example Device Debugging Core Plug-in
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.examples.dsf.pda;singleton:=true
|
||||
Bundle-Version: 2.0.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.examples.dsf.pda.PDAPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.core.resources,
|
||||
org.eclipse.core.variables,
|
||||
|
@ -18,3 +19,4 @@ Export-Package: org.eclipse.cdt.examples.dsf.pda,
|
|||
org.eclipse.cdt.examples.dsf.pda.service.commands,
|
||||
org.eclipse.cdt.examples.dsf.pda.sourcelookup
|
||||
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
||||
Bundle-Vendor: %providerName
|
||||
|
|
14
dsf/org.eclipse.cdt.examples.dsf.pda/plugin.properties
Normal file
14
dsf/org.eclipse.cdt.examples.dsf.pda/plugin.properties
Normal file
|
@ -0,0 +1,14 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2006, 2009 Wind River Systems and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
# Contributors:
|
||||
# Wind River Systems - initial API and implementation
|
||||
# IBM Corporation
|
||||
###############################################################################
|
||||
pluginName=PDA Example Device Debugging Core Plug-in
|
||||
providerName=Eclipse.org
|
||||
|
Loading…
Add table
Reference in a new issue