Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-06-19 03:41:15 +0000
committerspingel2009-06-19 03:41:15 +0000
commite99c345fb1647c4eb444bdf17b803645e59ba1ab (patch)
tree237f3f9f839dcbe78ebdb5a19f29f923f45f2921
parentcc851947a2124143b615d152f0a71191f960f636 (diff)
downloadorg.eclipse.mylyn-e99c345fb1647c4eb444bdf17b803645e59ba1ab.tar.gz
org.eclipse.mylyn-e99c345fb1647c4eb444bdf17b803645e59ba1ab.tar.xz
org.eclipse.mylyn-e99c345fb1647c4eb444bdf17b803645e59ba1ab.zip
NEW - bug 280533: review Mantis for Connector Discovery listing
https://bugs.eclipse.org/bugs/show_bug.cgi?id=280533
-rw-r--r--org.eclipse.mylyn.discovery-directory/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.discovery-directory/plugin.properties4
-rw-r--r--org.eclipse.mylyn.discovery-directory/plugin.xml2
3 files changed, 5 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.discovery-directory/META-INF/MANIFEST.MF b/org.eclipse.mylyn.discovery-directory/META-INF/MANIFEST.MF
index 6e2d269f..7687321b 100644
--- a/org.eclipse.mylyn.discovery-directory/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.discovery-directory/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.mylyn.discovery;singleton:=true
-Bundle-Version: 1.0.0.v20090617-2100
+Bundle-Version: 1.0.0.v20090618-0100
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.mylyn.discovery.core;bundle-version="1.0.0"
Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.discovery-directory/plugin.properties b/org.eclipse.mylyn.discovery-directory/plugin.properties
index f0cc5993..027ef57d 100644
--- a/org.eclipse.mylyn.discovery-directory/plugin.properties
+++ b/org.eclipse.mylyn.discovery-directory/plugin.properties
@@ -11,7 +11,9 @@ connectorDescriptor.description.bugzilla = Integration for the open source Bugzi
connectorDescriptor.provider.bugzilla = Eclipse Mylyn
connectorDescriptor.license.bugzilla = Free, EPL
connectorDescriptor.name.bugzilla = Mozilla Bugzilla
-connectorDescriptor.overview.summary.bugzilla = ...
+connectorDescriptor.overview.summary.bugzilla = Bugzilla is a "Defect Tracking System" or "Bug-Tracking System". Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. Most commercial defect-tracking software vendors charge enormous licensing fees. Despite being "free", Bugzilla has many features its expensive counterparts lack. Consequently, Bugzilla has quickly become a favorite of hundreds of organizations across the globe.\
+\n\
+Supported Versions: 2.18 to 3.3.4.
connectorDescriptor.description.trac = Integration for the open source Trac issue tracking system (0.9 to 0.11).
connectorDescriptor.provider.trac = Eclipse Mylyn
diff --git a/org.eclipse.mylyn.discovery-directory/plugin.xml b/org.eclipse.mylyn.discovery-directory/plugin.xml
index 31420034..d7bccd73 100644
--- a/org.eclipse.mylyn.discovery-directory/plugin.xml
+++ b/org.eclipse.mylyn.discovery-directory/plugin.xml
@@ -81,7 +81,7 @@
license="%connectorDescriptor.license.mantis"
name="%connectorDescriptor.name.mantis"
provider="%connectorDescriptor.provider.mantis"
- siteUrl="http://mylyn-mantis.sourceforge.net/eclipse/update-dev/">
+ siteUrl="http://mylyn-mantis.sourceforge.net/eclipse/update/">
<icon
image32="images/mantis-32.png"></icon>
<overview

Back to the top