diff options
author | Henrik Rentz-Reichert | 2011-10-17 10:22:34 -0400 |
---|---|---|
committer | Henrik Rentz-Reichert | 2011-10-17 10:22:34 -0400 |
commit | 5b12adb24490fd73a48314df5ab266d2a135b4fc (patch) | |
tree | 9a79ec102d38d992a89738d5db405c825aaf9b4b /features | |
parent | 7feb1701e111fa2a4a1347decf3fb727385a2e8d (diff) | |
download | org.eclipse.etrice-5b12adb24490fd73a48314df5ab266d2a135b4fc.tar.gz org.eclipse.etrice-5b12adb24490fd73a48314df5ab266d2a135b4fc.tar.xz org.eclipse.etrice-5b12adb24490fd73a48314df5ab266d2a135b4fc.zip |
[features] removed junit3, left junit4 as dependency
Diffstat (limited to 'features')
-rw-r--r-- | features/org.eclipse.etrice.tests.feature/feature.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/org.eclipse.etrice.tests.feature/feature.xml b/features/org.eclipse.etrice.tests.feature/feature.xml index cee88c2b5..96c60a041 100644 --- a/features/org.eclipse.etrice.tests.feature/feature.xml +++ b/features/org.eclipse.etrice.tests.feature/feature.xml @@ -25,7 +25,6 @@ http://www.eclipse.org/legal/epl-v10.html Description here. <requires>
<import plugin="org.eclipse.etrice.core.room" version="0.1.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.etrice.core.room.ui" version="0.1.0" match="greaterOrEqual"/>
- <import plugin="org.junit" version="4.8.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.osgi" version="3.6.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.xtext" version="2.0.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.6.0" match="greaterOrEqual"/>
|