Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: ca68ddb494ad82e9b682677c40707690daeee8b1 (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.rse"
      label="%featureName"
      version="3.0.4.qualifier"
      provider-name="%providerName"
      plugin="org.eclipse.rse"
      image="eclipse_update_120.jpg">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <url>
      <update label="%tmUpdateSiteName" url="http://download.eclipse.org/dsdp/tm/updates/3.0"/>
      <discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/dsdp/tm/updates/3.0"/>
   </url>

   <includes
         id="org.eclipse.rse.core"
         version="0.0.0"
         search-location="both"/>

   <includes
         id="org.eclipse.rse.dstore"
         version="0.0.0"
         search-location="both"/>

   <includes
         id="org.eclipse.rse.ftp"
         version="0.0.0"
         search-location="both"/>

   <includes
         id="org.eclipse.rse.local"
         version="0.0.0"
         search-location="both"/>

   <includes
         id="org.eclipse.rse.ssh"
         version="0.0.0"
         search-location="both"/>

   <includes
         id="org.eclipse.rse.telnet"
         version="0.0.0"
         search-location="both"/>

   <includes
         id="org.eclipse.rse.terminals"
         version="0.0.0"
         search-location="both"/>

   <plugin
         id="org.eclipse.rse"
         download-size="7"
         install-size="8"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top