blob: 8532c40806fbba064b95b322daef7053e86589b8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.ecf.examples"
label="%featureName"
version="1.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.ecf.example.collab">
<description url="http://www.eclipse.org/ecf">
This feature provides ECF application functionality...e.g. instant messaging, real-time collaboration. This feature and the ECF Core API feature are required to run ECF applications.
</description>
<copyright>
##########################################################################
# Copyright (c) 2004, 2007 Composent, Inc. and others. 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
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors: Composent, Inc. - initial API and implementation
##########################################################################
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import plugin="org.eclipse.ecf"/>
<import plugin="org.eclipse.ecf.presence"/>
<import plugin="org.eclipse.ecf.provider.xmpp"/>
<import plugin="org.eclipse.ecf.sharedobject"/>
<import plugin="org.eclipse.ecf.presence.ui"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.ecf.ui"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.equinox.app"/>
<import plugin="org.eclipse.osgi"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.jface.text"/>
<import plugin="org.eclipse.ui.ide"/>
<import plugin="org.eclipse.ui.editors"/>
<import plugin="org.eclipse.ecf.discovery"/>
<import plugin="org.eclipse.ecf.discovery.ui"/>
<import plugin="org.eclipse.ecf.provider"/>
<import plugin="org.eclipse.ecf.datashare"/>
<import plugin="org.eclipse.ecf.provider.datashare"/>
<import plugin="org.eclipse.ecf.server.generic"/>
</requires>
<plugin
id="org.eclipse.ecf.example.clients"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.ecf.example.collab"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.ecf.example.collab.editor"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.ecf.examples.source"
download-size="0"
install-size="0"
version="0.0.0"/>
</feature>