Skip to main content
summaryrefslogtreecommitdiffstats
blob: 3710bf27d87cad2dc3d13aa3eb02b518657b7157 (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
<?xml version="1.0" encoding="UTF-8"?>
<site pack200="true" 
	mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/updates/site.xml&amp;format=xml&amp;protocol=http"
	digestURL="http://download.eclipse.org/dsdp/tm/updates/">
<!-- was disabled due to bug 163406 digestURL="http://download.eclipse.org/dsdp/tm/updates/" -->
   <description url="http://download.eclipse.org/dsdp/tm/updates/">
      This is the Target Management Project Update Site.
   </description>
   <feature url="features/org.eclipse.rse.core_2.0.0.qualifier.jar" id="org.eclipse.rse.core" version="2.0.0.qualifier">
      <category name="RSE Runtime only"/>
   </feature>
   <feature url="features/org.eclipse.rse.dstore_2.0.0.qualifier.jar" id="org.eclipse.rse.dstore" version="2.0.0.qualifier">
      <category name="RSE Runtime only"/>
   </feature>
   <feature url="features/org.eclipse.rse.ftp_2.0.0.qualifier.jar" id="org.eclipse.rse.ftp" version="2.0.0.qualifier">
      <category name="RSE Runtime only"/>
   </feature>
   <feature url="features/org.eclipse.rse.local_2.0.0.qualifier.jar" id="org.eclipse.rse.local" version="2.0.0.qualifier">
      <category name="RSE Runtime only"/>
   </feature>
   <!-- !EUROPA_ONLY! Combined Runtime
   <feature url="features/org.eclipse.rse_2.0.0.qualifier.jar" id="org.eclipse.rse" version="2.0.0.qualifier">
      <category name="RSE Runtime only"/>
   </feature>
   !EUROPA_ONLY! -->
   <feature url="features/org.eclipse.rse.sdk_2.0.0.qualifier.jar" id="org.eclipse.rse.sdk" version="2.0.0.qualifier">
      <category name="Remote System Explorer (RSE) SDK"/>
   </feature>
   <feature url="features/org.eclipse.rse.ssh_2.0.0.qualifier.jar" id="org.eclipse.rse.ssh" version="2.0.0.qualifier">
      <category name="RSE Runtime only"/>
   </feature>
   <feature url="features/org.eclipse.rse.examples_1.0.1.qualifier.jar" id="org.eclipse.rse.examples" version="1.0.1.qualifier">
      <category name="Remote System Explorer (RSE) SDK"/>
   </feature>
   <feature url="features/org.eclipse.rse.remotecdt_1.0.1.qualifier.jar" id="org.eclipse.rse.remotecdt" version="1.0.1.qualifier">
      <category name="Target Management Add-ons"/>
   </feature>
   <feature url="features/org.eclipse.rse.efs_2.0.0.qualifier.jar" id="org.eclipse.rse.efs" version="2.0.0.qualifier">
      <category name="Target Management Add-ons"/>
   </feature>
   <feature url="features/org.eclipse.tm.discovery_1.0.2.qualifier.jar" id="org.eclipse.tm.discovery" version="1.0.2.qualifier">
      <category name="Target Management Add-ons"/>
   </feature>
   <feature url="features/org.apache.commons.net_1.4.1.qualifier.jar" id="org.apache.commons.net" version="1.4.1.qualifier">
      <category name="Enabling Features"/>
   </feature>
   <feature url="features/org.apache.oro_2.0.8.qualifier.jar" id="org.apache.oro" version="2.0.8.qualifier">
      <category name="Enabling Features"/>
   </feature>
   <feature url="features/org.eclipse.tm.terminal.sdk_0.9.100.qualifier.jar" id="org.eclipse.tm.terminal.sdk" version="0.9.100.qualifier">
      <category name="Target Management Add-ons"/>
   </feature>
   <feature url="features/org.eclipse.rse.tests_2.0.0.qualifier.jar" id="org.eclipse.rse.tests" version="2.0.0.qualifier">
      <category name="Remote System Explorer (RSE) SDK"/>
   </feature>
   <category-def name="RSE Runtime only" label="RSE_Runtime">
      <description>
         RSE Runtime-only features: no developer documentation or sources.
      </description>
   </category-def>
   <category-def name="Remote System Explorer (RSE) SDK" label="RSE_SDK">
      <description>
         Remote System Explorer (RSE) with developer documentation and sources..
      </description>
   </category-def>
   <category-def name="Target Management Add-ons" label="Target Management Add-ons">
      <description>
         Target Management Core Components as well as Experimental add-ons for RSE
      </description>
   </category-def>
   <category-def name="Enabling Features" label="Enabling Features">
      <description>
         Third Party Libraries
      </description>
   </category-def>
</site>

Back to the top