blob: 3389335d03e2bd426c536449cf741eff7cdc504b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
// ========================================================================
// Copyright (c) 2009 Intalio, Inc.
//
// All rights reserved. This program and the accompanying materials
// are made available under the terms of the Eclipse Public License v1.0
// and Apache License v2.0 which accompanies this distribution.
// The Eclipse Public License is available at
// http://www.eclipse.org/legal/epl-v10.html
// The Apache License v2.0 is available at
// http://www.opensource.org/licenses/apache2.0.php
// You may elect to redistribute this code under either of these licenses.
// Contributors:
// Hugues Malphettes - initial API and implementation
// ========================================================================
-->
<feature
id="org.eclipse.jetty.tooling"
label="%featureName"
version="7.2.2.qualifier"
provider-name="%providerName">
<description url="%descriptionURL">
%description
</description>
<copyright url="%copyrightURL">
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import feature="org.eclipse.pde" version="3.6.0"/>
</requires>
<plugin
id="org.eclipse.jetty.osgi.pde.launch"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.jetty.osgi.pde.templates"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.jetty.osgi.pde.launch.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.jetty.osgi.pde.templates.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<!-- Commented out until #309349 is fixed. -->
<!-- plugin
id="org.eclipse.jetty.osgi.boot.jdt"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.jetty.osgi.boot.jdt.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/-->
</feature>