mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Remove unused dependency, increment bundle version
This commit is contained in:
parent
006de47712
commit
2810a4ed76
4 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: org.eclipse.cdt.ui.tests
|
Bundle-Name: org.eclipse.cdt.ui.tests
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.ui.tests; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.ui.tests; singleton:=true
|
||||||
Bundle-Version: 5.3.0.qualifier
|
Bundle-Version: 5.4.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.ui.testplugin.CTestPlugin
|
Bundle-Activator: org.eclipse.cdt.ui.testplugin.CTestPlugin
|
||||||
Export-Package: org.eclipse.cdt.ui.testplugin,
|
Export-Package: org.eclipse.cdt.ui.testplugin,
|
||||||
org.eclipse.cdt.ui.testplugin.util,
|
org.eclipse.cdt.ui.testplugin.util,
|
||||||
|
@ -32,7 +32,6 @@ Require-Bundle: org.eclipse.jface.text,
|
||||||
org.eclipse.compare,
|
org.eclipse.compare,
|
||||||
org.eclipse.ui.console,
|
org.eclipse.ui.console,
|
||||||
org.eclipse.core.expressions,
|
org.eclipse.core.expressions,
|
||||||
org.eclipse.cdt.make.core,
|
|
||||||
com.ibm.icu,
|
com.ibm.icu,
|
||||||
org.eclipse.ltk.core.refactoring;bundle-version="3.4.0",
|
org.eclipse.ltk.core.refactoring;bundle-version="3.4.0",
|
||||||
org.eclipse.core.filesystem;bundle-version="1.2.0"
|
org.eclipse.core.filesystem;bundle-version="1.2.0"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>5.3.0-SNAPSHOT</version>
|
<version>5.4.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.cdt.ui.tests</artifactId>
|
<artifactId>org.eclipse.cdt.ui.tests</artifactId>
|
||||||
<packaging>eclipse-test-plugin</packaging>
|
<packaging>eclipse-test-plugin</packaging>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.doc.user; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.doc.user; singleton:=true
|
||||||
Bundle-Version: 5.1.0.qualifier
|
Bundle-Version: 5.2.0.qualifier
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>5.1.0-SNAPSHOT</version>
|
<version>5.2.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.cdt.doc.user</artifactId>
|
<artifactId>org.eclipse.cdt.doc.user</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue