Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 96f2ff30cd6fdd93cccefa85f18d7dd45bfaeb18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.ecf.serverfeature"
      label="ECF Server"
      version="2.0.101.qualifier"
      provider-name="Eclipse.org"
      license-feature="org.eclipse.license"
      license-feature-version="0.0.0">

   <description url="http://www.eclipse.org/ecf">
      This feature provides support API for OSGi servers.
   </description>

   <copyright url="http://www.eclipse.org/ecf">
      /*******************************************************************************
* Copyright (c) 2004 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="http://www.eclipse.org/ecf">
      About This Content
May 2, 2006
License

The Eclipse Foundation makes available all content in this plug-in
(Content).  Unless otherwise indicated below, the Content 
is provided to you under the terms and conditions of the Eclipse
Public License Version 1.0 (EPL).  A copy of the EPL is 
available at http://www.eclipse.org/legal/epl-v10.html.  For
purposes of the EPL, Program will mean the Content.

If you did not receive this Content directly from the Eclipse
Foundation, the Content is being redistributed by another party
(Redistributor) and different terms and conditions may apply
to your use of any object code in the Content.  Check the
Redistributor&apos;s license that was provided with the Content. 
If no such license exists, contact the Redistributor.  Unless otherwise
indicated below, the terms and conditions of the EPL still apply
to any source code in the Content and such source code may be
obtained at http://www.eclipse.org.
   </license>

   <requires>
      <import plugin="org.eclipse.osgi"/>
   </requires>

   <plugin
         id="org.eclipse.ecf.server"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top