Skip to content

Commit 194061e

Browse files
committed
Merge pull request #22 from reinhapa/master
Removes explicit version requirements in order to be used under RTC 5.0
2 parents bde22a9 + c902feb commit 194061e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

rtc2git.cli.extension/META-INF/MANIFEST.MF

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ Bundle-Name: RTC to GIT export extension
44
Bundle-SymbolicName: to.rtc.cli.migrate;singleton:=true
55
Bundle-Version: 1.0.0
66
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
7-
Require-Bundle: com.ibm.team.filesystem.cli.core;bundle-version="3.2.300",
8-
com.ibm.team.filesystem.client;bundle-version="3.2.300",
9-
com.ibm.team.filesystem.common;bundle-version="3.2.300",
10-
com.ibm.team.filesystem.rcp.core;bundle-version="3.3.300",
11-
com.ibm.team.process.client;bundle-version="1.3.0",
12-
com.ibm.team.process.common;bundle-version="1.3.100",
13-
com.ibm.team.repository.client;bundle-version="1.3.100",
14-
com.ibm.team.repository.common;bundle-version="1.4.100",
15-
com.ibm.team.scm.client;bundle-version="3.2.300",
16-
com.ibm.team.scm.common;bundle-version="3.2.300",
17-
com.ibm.team.workitem.common;bundle-version="3.2.200",
18-
org.eclipse.core.resources;bundle-version="3.6.2",
19-
org.eclipse.core.runtime;bundle-version="3.6.0",
20-
com.ibm.team.filesystem.cli.client;bundle-version="3.2.300"
7+
Require-Bundle: com.ibm.team.filesystem.cli.core,
8+
com.ibm.team.filesystem.client,
9+
com.ibm.team.filesystem.common,
10+
com.ibm.team.filesystem.rcp.core,
11+
com.ibm.team.process.client,
12+
com.ibm.team.process.common,
13+
com.ibm.team.repository.client,
14+
com.ibm.team.repository.common,
15+
com.ibm.team.scm.client,
16+
com.ibm.team.scm.common,
17+
com.ibm.team.workitem.common,
18+
org.eclipse.core.resources,
19+
org.eclipse.core.runtime,
20+
com.ibm.team.filesystem.cli.client
2121
Import-Package: com.ibm.team.filesystem.cli.client,
2222
com.ibm.team.repository.common.json,
2323
com.ibm.team.rtc.cli.infrastructure.internal.core,

0 commit comments

Comments
 (0)