Skip to main content
summaryrefslogtreecommitdiffstats
blob: e78bccd72c29cef0402de1d1b3a8a1a24fbec04f (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
<?xml version="1.0" encoding="UTF-8"?>
<site pack200="true">
   <description url="http://download.eclipse.org/tools/mylyn/update/weekly/e3.3">
      Mylyn Update for Eclipse 3.3
   </description>
   <feature url="features/org.eclipse.mylyn_feature_@core@.jar" id="org.eclipse.mylyn_feature" version="@core@">
      <category name="Features"/>
   </feature>
   <feature url="features/org.eclipse.mylyn.context_feature_@core@.jar" id="org.eclipse.mylyn.context_feature" version="@core@">
      <category name="Features"/>
   </feature>
   <feature url="features/org.eclipse.mylyn.ide_feature_@core@.jar" id="org.eclipse.mylyn.ide_feature" version="@core@">
      <category name="Integration"/>
   </feature>
   <feature url="features/org.eclipse.mylyn.java_feature_@core@.jar" id="org.eclipse.mylyn.java_feature" version="@core@">
      <category name="Integration"/>
   </feature>
   <feature url="features/org.eclipse.mylyn.pde_feature_@core@.jar" id="org.eclipse.mylyn.pde_feature" version="@core@">
      <category name="Integration"/>
   </feature>
   <feature url="features/org.eclipse.mylyn.bugzilla_feature_@core@.jar" id="org.eclipse.mylyn.bugzilla_feature" version="@core@">
      <category name="Integration"/>
   </feature>
   <feature url="features/org.eclipse.mylyn.trac_feature_@core@.jar" id="org.eclipse.mylyn.trac_feature" version="@core@">
      <category name="Integration"/>
   </feature>
   <category-def name="Features" label="Features"/>
   <category-def name="Integration" label="Integration"/>
</site>

Back to the top