From Fedora Project Wiki

(Created page with '==Mylyn Wikitext == * yum install eclipse-mylyn-docs-wikitext * it will automatically put necessary jars into <pre> /user/share/eclipse/mylyn-wikitext/dropins/plugins</pre>')
 
Line 1: Line 1:
==Mylyn Wikitext ==
==Mylyn Wikitext ==
* yum install eclipse-mylyn-docs-wikitext
* <code>yum install eclipse-mylyn-docs-wikitext</code>
* it will automatically put necessary jars into
* it will automatically put necessary jars into
<pre> /user/share/eclipse/mylyn-wikitext/dropins/plugins</pre>
<pre> /user/share/eclipse/mylyn-wikitext/dropins/plugins</pre>
* 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.
* <code>mv .eclipse/ .eclipse.old</code> to create a new clean update for plugins in home directory
* <code> rpm -qf /usr/share/eclipse/dropins/mylyn-wikitext</code> -> will mention if this is owned by any package
* <code> yum list installed \*eclipse\*wikitext<code>
*

Revision as of 15:02, 30 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 installed \*eclipse\*wikitext