Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9753e19558e2df64d85a87ffdc690902b24e734d (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.ecf.examples"
      label="ECF Examples"
      version="1.0.0.qualifier"
      provider-name="Eclipse.org">

   <description url="http://www.eclipse.org/ecf">
      Eclipse Communications Framework Example Applications
   </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
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>

   <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"/>

</feature>

Back to the top