Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.mylyn.discovery-directory/plugin.properties9
-rw-r--r--org.eclipse.mylyn.discovery-directory/plugin.xml24
2 files changed, 17 insertions, 16 deletions
diff --git a/org.eclipse.mylyn.discovery-directory/plugin.properties b/org.eclipse.mylyn.discovery-directory/plugin.properties
index 5b82fb42..1d451897 100644
--- a/org.eclipse.mylyn.discovery-directory/plugin.properties
+++ b/org.eclipse.mylyn.discovery-directory/plugin.properties
@@ -32,7 +32,7 @@ Key connector features include support for attachments, subtasks, custom \
fields, change notifications, offline access and advanced query \
capabilities.\n\
\n\
-Supported Versions: 3.6 to 4.2.
+Supported Versions: 3.6 to 4.4.
connectorDescriptor.description.trac = Integration for the open source Trac issue tracking system.
connectorDescriptor.provider.trac = Eclipse Mylyn
@@ -44,7 +44,7 @@ Our mission is to help developers write great software while staying out of the
\n\
The Trac connector supports attachments and access through the web-interface and XML-RPC.\n\
\n\
-Supported Versions: 0.12.
+Supported Versions: 0.12 to 1.0.
connectorDescriptor.description.mantis = Integration for the open source Mantis bug tracker.
connectorDescriptor.license.mantis = Free, EPL
@@ -76,7 +76,7 @@ connectorDescriptor.overview.summary.gerrit = Gerrit is a web based code review
\n\
Gerrit makes reviews easier by showing changes in a side-by-side display, and allowing inline comments to be added by any reviewer.\n\
\n\
-Supported Versions: 2.3 to 2.4.
+Supported Versions: 2.4 to 2.5.
connectorDescriptor.name.hudson = Hudson/Jenkins
connectorDescriptor.license.hudson = Free, EPL
@@ -86,4 +86,5 @@ overview.summary.hudson = You can now complete your daily work with Hudson/Jenki
results. Accessing build information is instant and available offline. One of the most useful time savers is the ability to run tests that failed on the server within your workspace, \
with just one click. A significant feature that is now available is support for traceability between tasks, source and builds.\n\
\n\
-Supported Versions: Hudson 2.2, Jenkins 1.447.
+Supported Versions: Hudson 2.2 to 3.0, Jenkins 1.466 to 1.509
+.
diff --git a/org.eclipse.mylyn.discovery-directory/plugin.xml b/org.eclipse.mylyn.discovery-directory/plugin.xml
index 43850aed..a0fa9b15 100644
--- a/org.eclipse.mylyn.discovery-directory/plugin.xml
+++ b/org.eclipse.mylyn.discovery-directory/plugin.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.4"?><!--
+<?eclipse version="3.4"?>
+<!--
Copyright (c) 2009 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
@@ -9,7 +10,6 @@
Contributors:
Tasktop Technologies - initial API and implementation
-->
-
<plugin>
<extension
point="org.eclipse.mylyn.discovery.core.connectorDiscovery">
@@ -77,8 +77,8 @@
license="%connectorDescriptor.license.bugzilla"
name="%connectorDescriptor.name.bugzilla"
provider="%connectorDescriptor.provider.bugzilla"
- siteUrl="http://download.eclipse.org/mylyn/snapshots/3.7"
- statsUrl="http://mylyn.eclipse.org/stats/mylyn/discovery/org.eclipse.mylyn.bugzilla">
+ siteUrl="http://download.eclipse.org/mylyn/releases/3.9"
+ statsUrl="http://stats.mylyn.org/discovery/3.9/org.eclipse.mylyn.bugzilla">
<icon
image32="images/bugzilla32.png">
</icon>
@@ -98,8 +98,8 @@
license="%connectorDescriptor.license.trac"
name="%connectorDescriptor.name.trac"
provider="%connectorDescriptor.provider.trac"
- siteUrl="http://download.eclipse.org/mylyn/snapshots/3.7"
- statsUrl="http://mylyn.eclipse.org/stats/mylyn/discovery/org.eclipse.mylyn.trac">
+ siteUrl="http://download.eclipse.org/mylyn/releases/3.9"
+ statsUrl="http://stats.mylyn.org/discovery/3.9/org.eclipse.mylyn.trac">
<icon
image32="images/trac32.png"
image64="images/trac64.png">
@@ -120,7 +120,7 @@
name="%connectorDescriptor.name.mantis"
provider="%connectorDescriptor.provider.mantis"
siteUrl="http://mylyn-mantis.sourceforge.net/eclipse/update/"
- statsUrl="http://mylyn.eclipse.org/stats/mylyn/discovery/com.itsolut.mantis">
+ statsUrl="http://stats.mylyn.org/discovery/3.9/com.itsolut.mantis">
<icon
image32="images/mantis-32.png"></icon>
<overview
@@ -139,7 +139,7 @@
name="%connectorDescriptor.name.foglyn"
provider="%connectorDescriptor.provider.foglyn"
siteUrl="http://update.foglyn.com/stable"
- statsUrl="http://mylyn.eclipse.org/stats/mylyn/discovery/com.foglyn">
+ statsUrl="http://stats.mylyn.org/discovery/3.9/com.foglyn">
<icon
image128="images/foglyn-128.png"
image32="images/foglyn-32.png"
@@ -161,8 +161,8 @@
license="%connectorDescriptor.license.gerrit"
name="%connectorDescriptor.name.gerrit"
provider="%connectorDescriptor.provider.gerrit"
- siteUrl="http://download.eclipse.org/mylyn/snapshots/3.7"
- statsUrl="http://mylyn.eclipse.org/stats/mylyn/discovery/org.eclipse.mylyn.gerrit">
+ siteUrl="http://download.eclipse.org/mylyn/releases/3.9"
+ statsUrl="http://stats.mylyn.org/discovery/3.9/org.eclipse.mylyn.gerrit">
<icon
image32="images/gerrit32.png">
</icon>
@@ -181,8 +181,8 @@
license="%connectorDescriptor.license.hudson"
name="%connectorDescriptor.name.hudson"
provider="%connectorDescriptor.provider.hudson"
- siteUrl="http://download.eclipse.org/mylyn/snapshots/3.7"
- statsUrl="http://mylyn.eclipse.org/stats/mylyn/discovery/org.eclipse.mylyn.hudson">
+ siteUrl="http://download.eclipse.org/mylyn/releases/3.9"
+ statsUrl="http://stats.mylyn.org/discovery/3.9/org.eclipse.mylyn.hudson">
<icon
image32="images/hudson-32.png">
</icon>

Back to the top