1
0
Fork 0
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:
Anton Leherbauer 2011-07-29 09:55:44 +02:00
parent 006de47712
commit 2810a4ed76
4 changed files with 4 additions and 5 deletions

View file

@ -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"

View file

@ -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>

View file

@ -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

View file

@ -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>