adopting new xml namespace support feature

This commit is contained in:
Martin Lippert
2019-04-25 10:03:46 +02:00
parent df802f4791
commit 4c2ca84e15
7 changed files with 37 additions and 22 deletions

View File

@@ -17,6 +17,10 @@
%license
</license>
<requires>
<import feature="org.springframework.ide.eclipse.xml.namespaces.feature" version="3.9.9" match="greaterOrEqual"/>
</requires>
<plugin
id="org.springframework.ide.eclipse.boot"
download-size="0"
@@ -87,12 +91,4 @@
version="0.0.0"
unpack="false"/>
<plugin
id="org.springframework.ide.eclipse.xml.namespaces"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>