diff options
author | Markus Tiede | 2014-08-20 08:43:26 +0000 |
---|---|---|
committer | Markus Tiede | 2014-08-20 08:43:26 +0000 |
commit | 9ed387a73e4cd5890199846edc3287fd71ad42e1 (patch) | |
tree | faea83ec5f1c0d4d459fe16cee981c05c96c41ba /org.eclipse.jubula.feature.launch.rcp/feature.xml | |
parent | d994a17007cfb7f5d5dfdd170fc1eadd939842fa (diff) | |
download | org.eclipse.jubula.core-9ed387a73e4cd5890199846edc3287fd71ad42e1.tar.gz org.eclipse.jubula.core-9ed387a73e4cd5890199846edc3287fd71ad42e1.tar.xz org.eclipse.jubula.core-9ed387a73e4cd5890199846edc3287fd71ad42e1.zip |
Non-sprint task - remove explicit feature version ranges + dependencies to avoid redundant information.
Diffstat (limited to 'org.eclipse.jubula.feature.launch.rcp/feature.xml')
-rw-r--r-- | org.eclipse.jubula.feature.launch.rcp/feature.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jubula.feature.launch.rcp/feature.xml b/org.eclipse.jubula.feature.launch.rcp/feature.xml index 8ffdf8d3c..49dbf7fff 100644 --- a/org.eclipse.jubula.feature.launch.rcp/feature.xml +++ b/org.eclipse.jubula.feature.launch.rcp/feature.xml @@ -34,8 +34,8 @@ BREDEX GmbH - initial API and implementation and/or initial documentation </license> <requires> - <import plugin="org.eclipse.pde.launching"/> - <import feature="org.eclipse.jubula.feature" version="2.4.0" match="compatible"/> + <import plugin="org.eclipse.pde.launching" /> + <import feature="org.eclipse.jubula.feature" /> </requires> <plugin |