Skip to content
Snippets Groups Projects
Commit 0eb62934 authored by Dongyue Mou's avatar Dongyue Mou
Browse files

fixed junit dependencies

parent 9711d12c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ Require-Bundle: org.fortiss.tooling.common;bundle-version="2.4.1";visibility:=re
org.eclipse.core.resources;bundle-version="3.7.100";visibility:=reexport,
org.eclipse.ui;bundle-version="3.7.0";visibility:=reexport,
org.eclipse.ui.editors;bundle-version="3.7.0";visibility:=reexport,
org.junit4;bundle-version="4.8.1";visibility:=reexport,
org.junit;visibility:=reexport,
org.eclipse.core.databinding;bundle-version="1.4.0";visibility:=reexport,
org.eclipse.core.filesystem;bundle-version="1.3.100";visibility:=reexport,
org.eclipse.ui.forms;bundle-version="3.5.100";visibility:=reexport,
......
......@@ -4,8 +4,8 @@ Bundle-Name: Fortiss Tooling Commons
Bundle-SymbolicName: org.fortiss.tooling.common;singleton:=true
Bundle-Version: 2.4.1.qualifier
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0";visibility:=reexport,
org.junit4;bundle-version="4.8.1";visibility:=reexport,
com.ibm.icu;bundle-version="4.4.2";visibility:=reexport
com.ibm.icu;bundle-version="4.4.2";visibility:=reexport,
org.junit;visibility:=reexport
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: lib/org.conqat.ide.commons.jar,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment