Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Steeg2011-03-25 19:09:43 +0000
committerChris Aniszczyk2011-03-30 21:12:16 +0000
commit487cea9a8c23d97c01d1e8c7b30ebf44346ad174 (patch)
tree6b30ae1db2c3b30ef6afefa7f76c3bf1fc1f09ba /org.eclipse.mylyn.github-site/category.xml
parentce72947bb045eb484d6c08b8cd77202ff2d14641 (diff)
downloadegit-github-487cea9a8c23d97c01d1e8c7b30ebf44346ad174.tar.gz
egit-github-487cea9a8c23d97c01d1e8c7b30ebf44346ad174.tar.xz
egit-github-487cea9a8c23d97c01d1e8c7b30ebf44346ad174.zip
Build 'eclipse-repository' instead of 'eclipse-update-site'
Change-Id: I165026955642cc9d4274a4ff6af675f2f8e4a896 Signed-off-by: Fabian Steeg <fsteeg@gmail.com> Signed-off-by: Mykola Nikishov <mn@mn.com.ua> Signed-off-by: Chris Aniszczyk <caniszczyK@gmail.com>
Diffstat (limited to 'org.eclipse.mylyn.github-site/category.xml')
-rw-r--r--org.eclipse.mylyn.github-site/category.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.github-site/category.xml b/org.eclipse.mylyn.github-site/category.xml
new file mode 100644
index 00000000..d5f22d63
--- /dev/null
+++ b/org.eclipse.mylyn.github-site/category.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature url="features/org.eclipse.mylyn.github.feature_0.1.0.qualifier.jar" id="org.eclipse.mylyn.github.feature" version="0.1.0.qualifier">
+ <category name="Collaboration"/>
+ </feature>
+ <category-def name="Collaboration" label="Collaboration">
+ <description>
+ Tools to foster collaboration between developers.
+ </description>
+ </category-def>
+</site>

Back to the top