Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Stibrany2011-10-11 07:05:30 +0000
committerSteffen Pingel2011-10-11 07:05:30 +0000
commit21ae60fd520b1f8716a8e41a3013e4418d1e4f25 (patch)
tree9925f22a475d1f2a0e634b2aa1ea37319aff7862
parent573e8c39017359b9fbedec74e95b818a3ecbbc92 (diff)
downloadorg.eclipse.mylyn-21ae60fd520b1f8716a8e41a3013e4418d1e4f25.tar.gz
org.eclipse.mylyn-21ae60fd520b1f8716a8e41a3013e4418d1e4f25.tar.xz
org.eclipse.mylyn-21ae60fd520b1f8716a8e41a3013e4418d1e4f25.zip
NEW - bug 360442: Update Foglyn listing in Connector Discovery
https://bugs.eclipse.org/bugs/show_bug.cgi?id=360442
-rw-r--r--org.eclipse.mylyn.discovery-directory/plugin.properties7
-rw-r--r--org.eclipse.mylyn.discovery-directory/plugin.xml2
2 files changed, 3 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.discovery-directory/plugin.properties b/org.eclipse.mylyn.discovery-directory/plugin.properties
index b18b7659..3426f5a9 100644
--- a/org.eclipse.mylyn.discovery-directory/plugin.properties
+++ b/org.eclipse.mylyn.discovery-directory/plugin.properties
@@ -59,14 +59,11 @@ Supported features include: creating and updating tasks, synchronizing tasks, co
Supported Versions: 0.0.5 or 1.1.0a4 or greater.
connectorDescriptor.description.foglyn = Integration for the FogBugz project management system.
-connectorDescriptor.license.foglyn = 45 day trial, Commercial
+connectorDescriptor.license.foglyn = Free, EPL
connectorDescriptor.name.foglyn = Foglyn
connectorDescriptor.provider.foglyn = www.foglyn.com
connectorDescriptor.overview.summary.foglyn = Foglyn \u2013 FogBugz connector for Mylyn\n\
\n\
Foglyn allows you to list, view and edit your cases, attach new files or screenshots and resolve or reassign cases to somebody else.\n\
\n\
-Foglyn works with FogBugz version 6 and FogBugz on Demand service.\n\
-\n\
-Foglyn is free during 45 days trial period. Free, standard and site licenses are available.
-
+Foglyn works with FogBugz versions 6, 7 and 8 and FogBugz on Demand service.
diff --git a/org.eclipse.mylyn.discovery-directory/plugin.xml b/org.eclipse.mylyn.discovery-directory/plugin.xml
index 064a7662..b6b9ef42 100644
--- a/org.eclipse.mylyn.discovery-directory/plugin.xml
+++ b/org.eclipse.mylyn.discovery-directory/plugin.xml
@@ -140,7 +140,7 @@
<overview
screenshot="images/foglyn-screenshot-320x240.png"
summary="%connectorDescriptor.overview.summary.foglyn"
- url="http://www.foglyn.com/?connectordiscovery">
+ url="http://www.foglyn.com/">
</overview>
</connectorDescriptor>
</extension>

Back to the top