Skip to content

Commit 9c2f931

Browse files
committed
Removed version constraints in workbench dependency
Change-Id: Ibde6ca3e638c9e504151844ab15eb4585120364f Signed-off-by: Simon Scholz <simon.scholz@vogella.com>
1 parent 58595af commit 9c2f931

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.vogella.rcp.perspective.addpart/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-Name: Addpart
44
Bundle-SymbolicName: com.vogella.rcp.perspective.addpart;singleton:=true
55
Bundle-Version: 1.0.0.qualifier
66
Bundle-Vendor: VOGELLA
7-
Require-Bundle: org.eclipse.e4.ui.model.workbench;bundle-version="1.1.0.v20140512-1820",
7+
Require-Bundle: org.eclipse.e4.ui.model.workbench,
88
javax.annotation,
99
javax.inject,
1010
org.eclipse.swt

com.vogella.rcp.perspective.plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bundle-Name: Plugin
44
Bundle-SymbolicName: com.vogella.rcp.perspective.plugin;singleton:=true
55
Bundle-Version: 1.0.0.qualifier
66
Bundle-Vendor: VOGELLA
7-
Require-Bundle: org.eclipse.e4.ui.model.workbench;bundle-version="1.1.0.v20140512-1820",
7+
Require-Bundle: org.eclipse.e4.ui.model.workbench,
88
org.eclipse.e4.core.di,
99
javax.inject,
1010
org.eclipse.e4.ui.workbench;bundle-version="1.1.0",

0 commit comments

Comments
 (0)