Skip to content

Commit

Permalink
Merge pull request #22 from reinhapa/master
Browse files Browse the repository at this point in the history
Removes explicit version requirements in order to be used under RTC 5.0
  • Loading branch information
reinhapa committed Feb 23, 2016
2 parents bde22a9 + c902feb commit 194061e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions rtc2git.cli.extension/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ Bundle-Name: RTC to GIT export extension
Bundle-SymbolicName: to.rtc.cli.migrate;singleton:=true
Bundle-Version: 1.0.0
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: com.ibm.team.filesystem.cli.core;bundle-version="3.2.300",
com.ibm.team.filesystem.client;bundle-version="3.2.300",
com.ibm.team.filesystem.common;bundle-version="3.2.300",
com.ibm.team.filesystem.rcp.core;bundle-version="3.3.300",
com.ibm.team.process.client;bundle-version="1.3.0",
com.ibm.team.process.common;bundle-version="1.3.100",
com.ibm.team.repository.client;bundle-version="1.3.100",
com.ibm.team.repository.common;bundle-version="1.4.100",
com.ibm.team.scm.client;bundle-version="3.2.300",
com.ibm.team.scm.common;bundle-version="3.2.300",
com.ibm.team.workitem.common;bundle-version="3.2.200",
org.eclipse.core.resources;bundle-version="3.6.2",
org.eclipse.core.runtime;bundle-version="3.6.0",
com.ibm.team.filesystem.cli.client;bundle-version="3.2.300"
Require-Bundle: com.ibm.team.filesystem.cli.core,
com.ibm.team.filesystem.client,
com.ibm.team.filesystem.common,
com.ibm.team.filesystem.rcp.core,
com.ibm.team.process.client,
com.ibm.team.process.common,
com.ibm.team.repository.client,
com.ibm.team.repository.common,
com.ibm.team.scm.client,
com.ibm.team.scm.common,
com.ibm.team.workitem.common,
org.eclipse.core.resources,
org.eclipse.core.runtime,
com.ibm.team.filesystem.cli.client
Import-Package: com.ibm.team.filesystem.cli.client,
com.ibm.team.repository.common.json,
com.ibm.team.rtc.cli.infrastructure.internal.core,
Expand Down

0 comments on commit 194061e

Please sign in to comment.