Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e559860b7bb6126f725798f1613ae0572d4b19c1 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.ecf.core"
      label="ECF Core"
      version="0.4.0"
      provider-name="Eclipse.org">

   <description url="http://www.eclipse.org/ecf">
      Eclipse Communications Framework Core
   </description>

   <copyright>
      /*******************************************************************************
* 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/legal/epl-v10.html">
      About This Content
February 24, 2005
License
The Eclipse Foundation makes available all content in this plug-in
&quot;Content&quot;.  Unless otherwise indicated below, the
Content is provided to you under the terms and conditions of
the Eclipse Public License Version 1.0 &quot;EPL&quot;.  A copy
of the EPL is available at http://www.eclipse.org/legal/epl-v10.html.
For purposes of the EPL, &quot;Program&quot; will mean the Content.
If you did not receive this Content directly from the Eclipse
Foundation, the Content is being redistributed by another party
&quot;Redistributor&quot; 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.
   </license>

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

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

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

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

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

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

</feature>

Back to the top