mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-02 22:55:26 +02:00
All plugins will start with version 0.9.0. Europa will include the release of 0.9.0.
Created a plugin.xml for org.eclipse.dd.dsf.ui.
This commit is contained in:
parent
db88b4e1ca
commit
f26cd35629
5 changed files with 9 additions and 4 deletions
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %pluginName
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-SymbolicName: org.eclipse.dd.dsf.debug.ui
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-Version: 0.9.0
|
||||
Bundle-Activator: org.eclipse.dd.dsf.debug.ui.DsfDebugUIPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %pluginName
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-SymbolicName: org.eclipse.dd.dsf.debug
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-Version: 0.9.0
|
||||
Bundle-Activator: org.eclipse.dd.dsf.debug.DsfDebugPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %pluginName
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-SymbolicName: org.eclipse.dd.dsf.ui
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-Version: 0.9.0
|
||||
Bundle-Activator: org.eclipse.dd.dsf.ui.DsfUIPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.ui,
|
||||
|
|
5
plugins/org.eclipse.dd.dsf.ui/plugin.xml
Normal file
5
plugins/org.eclipse.dd.dsf.ui/plugin.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.2"?>
|
||||
<plugin>
|
||||
|
||||
</plugin>
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
|||
Bundle-Name: %pluginName
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-SymbolicName: org.eclipse.dd.dsf
|
||||
Bundle-Version: 1.0.0
|
||||
Bundle-Version: 0.9.0
|
||||
Bundle-Activator: org.eclipse.dd.dsf.DsfPlugin
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.core.runtime
|
||||
|
|
Loading…
Add table
Reference in a new issue