diff options
author | Zeb Ford-Reitz | 2011-04-21 10:12:58 +0000 |
---|---|---|
committer | Zeb Ford-Reitz | 2011-04-21 10:12:58 +0000 |
commit | 0522387a8bf90294d0734e075e02c9654256d684 (patch) | |
tree | f4d0b52846e7a81edd5aed7074289cd958c7cb53 /org.eclipse.jubula.feature.launch.rcp/feature.xml | |
parent | e4097323e0f539ce24f78a642478b3693305f6b8 (diff) | |
download | org.eclipse.jubula.core-0522387a8bf90294d0734e075e02c9654256d684.tar.gz org.eclipse.jubula.core-0522387a8bf90294d0734e075e02c9654256d684.tar.xz org.eclipse.jubula.core-0522387a8bf90294d0734e075e02c9654256d684.zip |
Corrects dependencies for launch integration features.
The required features should be 3.6.0 compatible, not 3.6.2.
Diffstat (limited to 'org.eclipse.jubula.feature.launch.rcp/feature.xml')
-rw-r--r-- | org.eclipse.jubula.feature.launch.rcp/feature.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jubula.feature.launch.rcp/feature.xml b/org.eclipse.jubula.feature.launch.rcp/feature.xml index cdc64b3df..083d52151 100644 --- a/org.eclipse.jubula.feature.launch.rcp/feature.xml +++ b/org.eclipse.jubula.feature.launch.rcp/feature.xml @@ -25,7 +25,7 @@ </license> <requires> - <import feature="org.eclipse.pde" version="3.6.2.r362_v20110203-7b7mFL2FET3dhHalh1iNZtL" match="compatible"/> + <import feature="org.eclipse.pde" version="3.6.0" match="compatible"/> </requires> <plugin |