blob: 0f4e6ddbf6ee5e73c1640da392e5a625ec53247a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.3"?>
<!--
<copyright>
Copyright (c) 2004 - 2007 Eike Stepper, Germany.
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:
Eike Stepper - Initial API and implementation
</copyright>
-->
<plugin>
<extension
point="org.eclipse.net4j.util.factories">
<factory
class="org.eclipse.net4j.internal.fileshare.SharedFileFacilityFactory"
productGroup="org.eclipse.net4j.buddies.clientFacilities"
type="fileshare"/>
<factory
class="org.eclipse.net4j.internal.fileshare.SharedFileRepositoryFactory"
productGroup="org.eclipse.net4j.buddies.serverFacilities"
type="fileshare"/>
</extension>
</plugin>