41 lines
1.1 KiB
XML
41 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
/*******************************************************************************
|
|
* Copyright (c) 2005, 2016 Spring IDE Developers
|
|
* All rights reserved. This program and the accompanying materials
|
|
* are made available under the terms of the Eclipse Public License v1.0
|
|
* which accompanies this distribution, and is available at
|
|
* https://www.eclipse.org/legal/epl-v10.html
|
|
*
|
|
* Contributors:
|
|
* Spring IDE Developers - initial API and implementation
|
|
*******************************************************************************/
|
|
-->
|
|
<feature
|
|
id="org.springframework.ide.eclipse.xml.namespaces.feature"
|
|
label="%featureName"
|
|
version="4.15.3.qualifier"
|
|
provider-name="%providerName"
|
|
plugin="org.springframework.ide.eclipse">
|
|
|
|
<description>
|
|
%description
|
|
</description>
|
|
|
|
<copyright>
|
|
%copyright
|
|
</copyright>
|
|
|
|
<license url="%licenseUrl">
|
|
%license
|
|
</license>
|
|
|
|
<plugin
|
|
id="org.springframework.ide.eclipse.xml.namespaces"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|