Skip to content

Commit

Permalink
Update feature dependencies to match plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Oct 20, 2023
1 parent cb16e93 commit e5bad6a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions org.thymeleaf.extras.eclipse.contentassist.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
</license>

<requires>
<import plugin="org.eclipse.core.resources" version="3.13.400" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.15.300" match="greaterOrEqual"/>
<import plugin="org.eclipse.jdt.core" version="3.18.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jdt.ui" version="3.18.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jface.text" version="3.15.200" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.113.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.wst.html.ui" version="1.1.200" match="greaterOrEqual"/>
<import plugin="org.eclipse.wst.sse.core" version="1.2.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.wst.sse.ui" version="1.6.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.wst.xml.core" version="1.2.200" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.resources" version="3.19.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.core.runtime" version="3.27.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jdt.core" version="3.34.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jdt.ui" version="3.29.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.jface.text" version="3.24.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.ui" version="3.203.100" match="greaterOrEqual"/>
<import plugin="org.eclipse.wst.html.ui" version="1.1.800" match="greaterOrEqual"/>
<import plugin="org.eclipse.wst.sse.core" version="1.2.1100" match="greaterOrEqual"/>
<import plugin="org.eclipse.wst.sse.ui" version="1.7.700" match="greaterOrEqual"/>
<import plugin="org.eclipse.wst.xml.core" version="1.2.700" match="greaterOrEqual"/>
</requires>

<plugin
Expand Down

0 comments on commit e5bad6a

Please sign in to comment.