From Fedora Project Wiki

(Created page with '==Mylyn Wikitext == * <code>yum install eclipse-mylyn-docs-wikitext</code> * it will automatically put necessary jars into <pre> /user/share/eclipse/mylyn-wikitext/dropins/plugin...')
 
Line 8: Line 8:
* <code> yum list \*eclipse\*wikitext<code> -> shows if there is any available package in this category (e.g. eclipse-mylyn-docs-wikitext)
* <code> yum list \*eclipse\*wikitext<code> -> shows if there is any available package in this category (e.g. eclipse-mylyn-docs-wikitext)
* <code> yum list installed \*eclipse\*wikitext<code> -> shows the installed packages in this category
* <code> yum list installed \*eclipse\*wikitext<code> -> shows the installed packages in this category
==Mylyn Tasks - bugzilla==
* can we resize images on the wiki page: http://fedoraproject.org/wiki/Eclipse/MylynRedHatBugzillaSetupGuide ?
* The transition file?

Revision as of 03:11, 31 May 2011

Mylyn Wikitext

  • yum install eclipse-mylyn-docs-wikitext
  • it will automatically put necessary jars into
 /user/share/eclipse/mylyn-wikitext/dropins/plugins
  • If images are fetched but not shown on the user guide, there might be a problem parsing the name of the image from capital letter to lower case (e.g. Fedora.png will be parsed to fedora.png). we can fix this manually right now but later we may file a bug for that.
  • mv .eclipse/ .eclipse.old to create a new clean update for plugins in home directory
  • rpm -qf /usr/share/eclipse/dropins/mylyn-wikitext -> will mention if this is owned by any package
  • yum list \*eclipse\*wikitext -> shows if there is any available package in this category (e.g. eclipse-mylyn-docs-wikitext)
  • yum list installed \*eclipse\*wikitext -> shows the installed packages in this category

Mylyn Tasks - bugzilla