mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed licensing and update URLs.
This commit is contained in:
parent
c923b48ecc
commit
43c359cb48
8 changed files with 214 additions and 60 deletions
|
@ -2,7 +2,8 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.dd.dsf.examples"
|
id="org.eclipse.dd.dsf.examples"
|
||||||
label="DSF Examples Feature"
|
label="DSF Examples Feature"
|
||||||
version="0.9.0.qualifier">
|
version="0.9.0.qualifier"
|
||||||
|
provider-name="Eclipse.org">
|
||||||
|
|
||||||
<description url="http://www.eclipse.org/dsdp/dd/">
|
<description url="http://www.eclipse.org/dsdp/dd/">
|
||||||
Device Software Development Platform Project
|
Device Software Development Platform Project
|
||||||
|
@ -71,6 +72,10 @@ regulations and policies concerning the import, possession, or use, and re-expor
|
||||||
Java and all Java-based trademarks are trademarks of Sun Microsystem
|
Java and all Java-based trademarks are trademarks of Sun Microsystem
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<update label="Device Debug" url="http://download.eclipse.org/dsdp/dd/updates"/>
|
||||||
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
<import feature="org.eclipse.dd.dsf.sdk" version="0.9.0"/>
|
<import feature="org.eclipse.dd.dsf.sdk" version="0.9.0"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
|
@ -2,7 +2,8 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.dd.dsf.mi"
|
id="org.eclipse.dd.dsf.mi"
|
||||||
label="Debugger Services Framework gdb/mi support"
|
label="Debugger Services Framework gdb/mi support"
|
||||||
version="0.9.0.qualifier">
|
version="0.9.0.qualifier"
|
||||||
|
provider-name="Eclipse.org">
|
||||||
|
|
||||||
<description url="http://www.eclipse.org/dsdp/dd/">
|
<description url="http://www.eclipse.org/dsdp/dd/">
|
||||||
Device Software Development Platform Project
|
Device Software Development Platform Project
|
||||||
|
@ -13,13 +14,112 @@ GDB-MI Implementation
|
||||||
|
|
||||||
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
||||||
Copyright (c) 2006-2007 Wind River Systems and others.
|
Copyright (c) 2006-2007 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
|
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
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
<license url="http://www.example.com/license">
|
<license url="http://www.eclipse.org/legal/epl-v10.html">
|
||||||
[Enter License Description here.]
|
ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT
|
||||||
|
March 17, 2005
|
||||||
|
Usage Of Content
|
||||||
|
THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION,
|
||||||
|
INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY
|
||||||
|
"CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS
|
||||||
|
OF THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE
|
||||||
|
AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING
|
||||||
|
THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED
|
||||||
|
BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE
|
||||||
|
LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.
|
||||||
|
IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT
|
||||||
|
AND THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS
|
||||||
|
OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE
|
||||||
|
THE CONTENT.
|
||||||
|
Applicable Licenses
|
||||||
|
Unless otherwise indicated, all Content made available by the
|
||||||
|
Eclipse Foundation is provided to you under the terms and conditions
|
||||||
|
of the Eclipse Public License Version 1.0 ("EPL"). A copy of
|
||||||
|
the EPL is provided with this Content and is also available at
|
||||||
|
http://www.eclipse.org/legal/epl-v10.html. For purposes of the
|
||||||
|
EPL, "Program" will mean the Content.
|
||||||
|
Content includes, but is not limited to, source code, object
|
||||||
|
code, documentation and other files maintained in the Eclipse.org
|
||||||
|
CVS repository ("Repository") in CVS modules ("Modules") and
|
||||||
|
made available as downloadable archives ("Downloads").
|
||||||
|
- Content may be structured and packaged into modules to facilitate
|
||||||
|
delivering,
|
||||||
|
extending, and upgrading the Content. Typical modules may include
|
||||||
|
plug-ins ("Plug-ins"),
|
||||||
|
plug-in fragments ("Fragments"), and features ("Features").
|
||||||
|
- Each Plug-in or Fragment may be packaged as a sub-directory
|
||||||
|
or JAR (Java? ARchive)
|
||||||
|
in a directory named "plugins".
|
||||||
|
- A Feature is a bundle of one or more Plug-ins and/or Fragments
|
||||||
|
and associated material.
|
||||||
|
Each Feature may be packaged as a sub-directory in a directory
|
||||||
|
named "features".
|
||||||
|
Within a Feature, files named "feature.xml" may contain a list
|
||||||
|
of the names and version
|
||||||
|
numbers of the Plug-ins and/or Fragments associated with that
|
||||||
|
Feature.
|
||||||
|
- Features may also include other Features ("Included Features").
|
||||||
|
Within a Feature, files
|
||||||
|
named "feature.xml" may contain a list of the names and version
|
||||||
|
numbers of Included Features.
|
||||||
|
Features may also include other Features ("Included Features").
|
||||||
|
Files named "feature.xml" may contain a list of the names and
|
||||||
|
version numbers of Included Features.
|
||||||
|
The terms and conditions governing Plug-ins and Fragments should
|
||||||
|
be contained in files named "about.html" ("Abouts"). The terms
|
||||||
|
and conditions governing Features and Included Features should
|
||||||
|
be contained in files named "license.html" ("Feature Licenses").
|
||||||
|
Abouts and Feature
|
||||||
|
Licenses may be located in any directory of a Download or Module
|
||||||
|
including, but not limited to the following locations:
|
||||||
|
- The top-level (root) directory
|
||||||
|
- Plug-in and Fragment directories
|
||||||
|
- Inside Plug-ins and Fragments packaged as JARs
|
||||||
|
- Sub-directories of the directory named "src" of certain Plug-ins
|
||||||
|
- Feature directories
|
||||||
|
Note: if a Feature made available by the Eclipse Foundation is
|
||||||
|
installed using the Eclipse Update Manager, you must agree to
|
||||||
|
a license ("Feature Update License") during the installation
|
||||||
|
process. If the Feature contains Included Features, the Feature
|
||||||
|
Update License should either provide you
|
||||||
|
with the terms and conditions governing the Included Features
|
||||||
|
or inform you where you can locate them. Feature Update Licenses
|
||||||
|
may be found in the "license" property of files named "feature.properties".
|
||||||
|
Such Abouts, Feature Licenses and Feature Update Licenses contain
|
||||||
|
the terms and conditions (or references to such terms and conditions)
|
||||||
|
that govern your
|
||||||
|
use of the associated Content in that directory.
|
||||||
|
THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY
|
||||||
|
REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS
|
||||||
|
AND CONDITIONS. SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE
|
||||||
|
(BUT ARE NOT LIMITED TO):
|
||||||
|
- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
|
||||||
|
IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS
|
||||||
|
PRIOR TO USE OF THE CONTENT. If no About, Feature License or
|
||||||
|
Feature Update License is provided, please contact the Eclipse
|
||||||
|
Foundation to determine what terms and conditions govern that
|
||||||
|
particular Content.
|
||||||
|
Cryptography
|
||||||
|
Content may contain encryption software. The country in which
|
||||||
|
you are currently may have restrictions on the import, possession,
|
||||||
|
and use, and/or re-export to another country, of encryption software.
|
||||||
|
BEFORE using any encryption software, please check the country's
|
||||||
|
laws,
|
||||||
|
regulations and policies concerning the import, possession, or
|
||||||
|
use, and re-export of encryption software, to see if this is
|
||||||
|
permitted.
|
||||||
|
Java and all Java-based trademarks are trademarks of Sun Microsystem
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<update label="Device Debug" url="http://download.eclipse.org/dsdp/dd/updates"/>
|
||||||
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
<import feature="org.eclipse.dd.dsf.sdk" version="0.9.0"/>
|
<import feature="org.eclipse.dd.dsf.sdk" version="0.9.0"/>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
|
@ -17,61 +17,106 @@ Core SDK
|
||||||
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
|
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
|
||||||
</copyright>
|
</copyright>
|
||||||
|
|
||||||
<license>
|
<license url="http://www.eclipse.org/legal/epl-v10.html">
|
||||||
ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT
|
ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT
|
||||||
March 17, 2005
|
March 17, 2005
|
||||||
|
|
||||||
Usage Of Content
|
Usage Of Content
|
||||||
|
THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION,
|
||||||
THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.
|
INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY
|
||||||
|
"CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS
|
||||||
|
OF THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE
|
||||||
|
AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING
|
||||||
|
THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED
|
||||||
|
BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE
|
||||||
|
LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW.
|
||||||
|
IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT
|
||||||
|
AND THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS
|
||||||
|
OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE
|
||||||
|
THE CONTENT.
|
||||||
Applicable Licenses
|
Applicable Licenses
|
||||||
|
Unless otherwise indicated, all Content made available by the
|
||||||
Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, "Program" will mean the Content.
|
Eclipse Foundation is provided to you under the terms and conditions
|
||||||
|
of the Eclipse Public License Version 1.0 ("EPL"). A copy of
|
||||||
Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse.org CVS repository ("Repository") in CVS modules ("Modules") and made available as downloadable archives ("Downloads").
|
the EPL is provided with this Content and is also available at
|
||||||
|
http://www.eclipse.org/legal/epl-v10.html. For purposes of the
|
||||||
- Content may be structured and packaged into modules to facilitate delivering,
|
EPL, "Program" will mean the Content.
|
||||||
extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"),
|
Content includes, but is not limited to, source code, object
|
||||||
plug-in fragments ("Fragments"), and features ("Features").
|
code, documentation and other files maintained in the Eclipse.org
|
||||||
- Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java? ARchive)
|
CVS repository ("Repository") in CVS modules ("Modules") and
|
||||||
in a directory named "plugins".
|
made available as downloadable archives ("Downloads").
|
||||||
- A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.
|
- Content may be structured and packaged into modules to facilitate
|
||||||
Each Feature may be packaged as a sub-directory in a directory named "features".
|
delivering,
|
||||||
Within a Feature, files named "feature.xml" may contain a list of the names and version
|
extending, and upgrading the Content. Typical modules may include
|
||||||
numbers of the Plug-ins and/or Fragments associated with that Feature.
|
plug-ins ("Plug-ins"),
|
||||||
- Features may also include other Features ("Included Features"). Within a Feature, files
|
plug-in fragments ("Fragments"), and features ("Features").
|
||||||
named "feature.xml" may contain a list of the names and version numbers of Included Features.
|
- Each Plug-in or Fragment may be packaged as a sub-directory
|
||||||
|
or JAR (Java? ARchive)
|
||||||
Features may also include other Features ("Included Features"). Files named "feature.xml" may contain a list of the names and version numbers of Included Features.
|
in a directory named "plugins".
|
||||||
|
- A Feature is a bundle of one or more Plug-ins and/or Fragments
|
||||||
The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature
|
and associated material.
|
||||||
Licenses may be located in any directory of a Download or Module including, but not limited to the following locations:
|
Each Feature may be packaged as a sub-directory in a directory
|
||||||
|
named "features".
|
||||||
- The top-level (root) directory
|
Within a Feature, files named "feature.xml" may contain a list
|
||||||
- Plug-in and Fragment directories
|
of the names and version
|
||||||
- Inside Plug-ins and Fragments packaged as JARs
|
numbers of the Plug-ins and/or Fragments associated with that
|
||||||
- Sub-directories of the directory named "src" of certain Plug-ins
|
Feature.
|
||||||
- Feature directories
|
- Features may also include other Features ("Included Features").
|
||||||
|
Within a Feature, files
|
||||||
Note: if a Feature made available by the Eclipse Foundation is installed using the Eclipse Update Manager, you must agree to a license ("Feature Update License") during the installation process. If the Feature contains Included Features, the Feature Update License should either provide you
|
named "feature.xml" may contain a list of the names and version
|
||||||
with the terms and conditions governing the Included Features or inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties". Such Abouts, Feature Licenses and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your
|
numbers of Included Features.
|
||||||
|
Features may also include other Features ("Included Features").
|
||||||
|
Files named "feature.xml" may contain a list of the names and
|
||||||
|
version numbers of Included Features.
|
||||||
|
The terms and conditions governing Plug-ins and Fragments should
|
||||||
|
be contained in files named "about.html" ("Abouts"). The terms
|
||||||
|
and conditions governing Features and Included Features should
|
||||||
|
be contained in files named "license.html" ("Feature Licenses").
|
||||||
|
Abouts and Feature
|
||||||
|
Licenses may be located in any directory of a Download or Module
|
||||||
|
including, but not limited to the following locations:
|
||||||
|
- The top-level (root) directory
|
||||||
|
- Plug-in and Fragment directories
|
||||||
|
- Inside Plug-ins and Fragments packaged as JARs
|
||||||
|
- Sub-directories of the directory named "src" of certain Plug-ins
|
||||||
|
- Feature directories
|
||||||
|
Note: if a Feature made available by the Eclipse Foundation is
|
||||||
|
installed using the Eclipse Update Manager, you must agree to
|
||||||
|
a license ("Feature Update License") during the installation
|
||||||
|
process. If the Feature contains Included Features, the Feature
|
||||||
|
Update License should either provide you
|
||||||
|
with the terms and conditions governing the Included Features
|
||||||
|
or inform you where you can locate them. Feature Update Licenses
|
||||||
|
may be found in the "license" property of files named "feature.properties".
|
||||||
|
Such Abouts, Feature Licenses and Feature Update Licenses contain
|
||||||
|
the terms and conditions (or references to such terms and conditions)
|
||||||
|
that govern your
|
||||||
use of the associated Content in that directory.
|
use of the associated Content in that directory.
|
||||||
|
THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY
|
||||||
THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
|
REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS
|
||||||
|
AND CONDITIONS. SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE
|
||||||
- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
|
(BUT ARE NOT LIMITED TO):
|
||||||
|
- Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
|
||||||
IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License or Feature Update License is provided, please contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.
|
IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS
|
||||||
|
PRIOR TO USE OF THE CONTENT. If no About, Feature License or
|
||||||
|
Feature Update License is provided, please contact the Eclipse
|
||||||
|
Foundation to determine what terms and conditions govern that
|
||||||
|
particular Content.
|
||||||
Cryptography
|
Cryptography
|
||||||
|
Content may contain encryption software. The country in which
|
||||||
Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check the country's laws,
|
you are currently may have restrictions on the import, possession,
|
||||||
regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted.
|
and use, and/or re-export to another country, of encryption software.
|
||||||
|
BEFORE using any encryption software, please check the country's
|
||||||
|
laws,
|
||||||
|
regulations and policies concerning the import, possession, or
|
||||||
|
use, and re-export of encryption software, to see if this is
|
||||||
|
permitted.
|
||||||
Java and all Java-based trademarks are trademarks of Sun Microsystem
|
Java and all Java-based trademarks are trademarks of Sun Microsystem
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<update label="Device Debug" url="http://download.eclipse.org/dsdp/dd/updates"/>
|
||||||
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
<import plugin="org.eclipse.core.runtime"/>
|
<import plugin="org.eclipse.core.runtime"/>
|
||||||
<import plugin="org.eclipse.debug.core"/>
|
<import plugin="org.eclipse.debug.core"/>
|
||||||
|
|
|
@ -72,6 +72,10 @@ regulations and policies concerning the import, possession, or use, and re-expor
|
||||||
Java and all Java-based trademarks are trademarks of Sun Microsystem
|
Java and all Java-based trademarks are trademarks of Sun Microsystem
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<update label="Device Debug" url="http://download.eclipse.org/dsdp/dd/updates"/>
|
||||||
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
<import feature="org.eclipse.dd.dsf.mi" version="0.9.0"/>
|
<import feature="org.eclipse.dd.dsf.mi" version="0.9.0"/>
|
||||||
<import feature="org.eclipse.dd.dsf.sdk" version="0.9.0"/>
|
<import feature="org.eclipse.dd.dsf.sdk" version="0.9.0"/>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: org.eclipse.dd.dsf.debug.ui
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: Eclipse.org
|
||||||
Bundle-SymbolicName: org.eclipse.dd.dsf.debug.ui
|
Bundle-SymbolicName: org.eclipse.dd.dsf.debug.ui
|
||||||
Bundle-Version: 0.9.0.qualifier
|
Bundle-Version: 0.9.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.dd.dsf.debug.ui.DsfDebugUIPlugin
|
Bundle-Activator: org.eclipse.dd.dsf.debug.ui.DsfDebugUIPlugin
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: org.eclipse.dd.dsf.debug
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: Eclipse.org
|
||||||
Bundle-SymbolicName: org.eclipse.dd.dsf.debug
|
Bundle-SymbolicName: org.eclipse.dd.dsf.debug
|
||||||
Bundle-Version: 0.9.0.qualifier
|
Bundle-Version: 0.9.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.dd.dsf.debug.DsfDebugPlugin
|
Bundle-Activator: org.eclipse.dd.dsf.debug.DsfDebugPlugin
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: org.eclipse.dd.dsf.ui
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: Eclipse.org
|
||||||
Bundle-SymbolicName: org.eclipse.dd.dsf.ui
|
Bundle-SymbolicName: org.eclipse.dd.dsf.ui
|
||||||
Bundle-Version: 0.9.0.qualifier
|
Bundle-Version: 0.9.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.dd.dsf.ui.DsfUIPlugin
|
Bundle-Activator: org.eclipse.dd.dsf.ui.DsfUIPlugin
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: org.eclipse.dd.dsf
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: Eclipse.org
|
||||||
Bundle-SymbolicName: org.eclipse.dd.dsf
|
Bundle-SymbolicName: org.eclipse.dd.dsf
|
||||||
Bundle-Version: 0.9.0
|
Bundle-Version: 0.9.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.dd.dsf.DsfPlugin
|
Bundle-Activator: org.eclipse.dd.dsf.DsfPlugin
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Require-Bundle: org.eclipse.core.runtime
|
Require-Bundle: org.eclipse.core.runtime
|
||||||
|
|
Loading…
Add table
Reference in a new issue