<?xml version="1.0" encoding="UTF-8"?> | |
<feature | |
id="org.eclipse.wst.doc.isv.feature" | |
label="Web Standard Tools Doc ISV Feature" | |
version="1.0.0" | |
provider-name="%providerName"> | |
<description> | |
%description | |
</description> | |
<license url="license.html"> | |
%license | |
</license> | |
<requires> | |
<import plugin="org.eclipse.help"/> | |
</requires> | |
<plugin | |
id="org.eclipse.wst.doc.isv" | |
download-size="0" | |
install-size="0" | |
version="0.0.0" | |
unpack="false"/> | |
</feature> |