Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-20 19:16:32 +0000
committerSteffen Pingel2011-07-20 19:16:32 +0000
commit5e8fdf3ba10083933e8aa0d41c88ab3a36abe35c (patch)
tree4050cbe7b1febd9b9e3d27940c9d7c930f6897d6 /org.eclipse.mylyn.tasks-site/site.xml
parentdd8fc900391f15532aae2ba9d5cafa3c6cd06472 (diff)
downloadorg.eclipse.mylyn.tasks-5e8fdf3ba10083933e8aa0d41c88ab3a36abe35c.tar.gz
org.eclipse.mylyn.tasks-5e8fdf3ba10083933e8aa0d41c88ab3a36abe35c.tar.xz
org.eclipse.mylyn.tasks-5e8fdf3ba10083933e8aa0d41c88ab3a36abe35c.zip
NEW - bug 352584: create nightly repositories for sub-projects
https://bugs.eclipse.org/bugs/show_bug.cgi?id=352584
Diffstat (limited to 'org.eclipse.mylyn.tasks-site/site.xml')
-rw-r--r--org.eclipse.mylyn.tasks-site/site.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.tasks-site/site.xml b/org.eclipse.mylyn.tasks-site/site.xml
new file mode 100644
index 000000000..e0c661a43
--- /dev/null
+++ b/org.eclipse.mylyn.tasks-site/site.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2011 Tasktop Technologies 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:
+ Tasktop Technologies - initial API and implementation
+ -->
+<site pack200="true">
+ <description>
+ Mylyn Tasks
+ </description>
+ <feature url="features/org.eclipse.mylyn_feature_0.0.0.jar" id="org.eclipse.mylyn_feature" version="0.0.0">
+ <category name="Features"/>
+ </feature>
+ <feature url="features/org.eclipse.mylyn.bugzilla_feature_0.0.0.jar" id="org.eclipse.mylyn.bugzilla_feature" version="0.0.0">
+ <category name="Integration"/>
+ </feature>
+ <feature url="features/org.eclipse.mylyn.trac_feature_0.0.0.jar" id="org.eclipse.mylyn.trac_feature" version="0.0.0">
+ <category name="Integration"/>
+ </feature>
+ <feature url="features/org.eclipse.mylyn.sdk_feature_0.0.0.jar" id="org.eclipse.mylyn.sdk_feature" version="0.0.0">
+ <category name="SDK"/>
+ </feature>
+ <feature url="features/org.eclipse.mylyn.test_feature_0.0.0.jar" id="org.eclipse.mylyn.test_feature" version="0.0.0">
+ <category name="SDK"/>
+ </feature>
+ <category-def name="Features" label="Mylyn Tasks Features">
+ <description>
+ Tools.
+ </description>
+ </category-def>
+ <category-def name="Integration" label="Mylyn Tasks Integrations">
+ <description>
+ Connectors that integrate with ALM systems.
+ </description>
+ </category-def>
+ <category-def name="SDK" label="Mylyn Tasks SDK and Framework">
+ <description>
+ Source code and documentation for integrators.
+ </description>
+ </category-def>
+</site>

Back to the top