Skip to content

Commit

Permalink
Fix Bug 3435
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Georgiev committed Nov 15, 2012
1 parent d3a7da0 commit 2a66fab
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
3 changes: 2 additions & 1 deletion plugins/net.bioclipse.r.ui/build.properties
Expand Up @@ -14,4 +14,5 @@ bin.includes = META-INF/,\
icons/,\
permissions.properties,\
html/,\
toc.xml
toc.xml,\
troubleshootingR.xml
Expand Up @@ -2,12 +2,10 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
<TITLE>Troubleshooting</TITLE>
<TITLE>Known issues on Mac OS X</TITLE>
<link rel="stylesheet" href="../../PRODUCT_PLUGIN/narrow_book.css" type="text/css">
</HEAD>
<BODY LANG="en-US" DIR="LTR">
<h1>Troubleshooting</h1>
<br>
<h2>Known issues on Mac OS X</h2>
<h3><em>"Error: RServi is closed."</em><br>
<em>"R console is inactivated"</em></h3>
Expand Down
4 changes: 4 additions & 0 deletions plugins/net.bioclipse.r.ui/plugin.xml
Expand Up @@ -159,6 +159,10 @@
file="toc.xml"
primary="true">
</toc>
<toc
file="troubleshootingR.xml"
primary="false">
</toc>
</extension>
<extension
point="org.eclipse.core.expressions.propertyTesters">
Expand Down
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.r.ui/toc.xml
Expand Up @@ -13,6 +13,6 @@
<topic label="Preferences" href="html/prefs.html" />

</topic>
<topic href="html/troubleshooting.html" label="Troubleshooting">
<topic href="html/macosIssues.html" label="Troubleshooting">
</topic>
</toc>
7 changes: 7 additions & 0 deletions plugins/net.bioclipse.r.ui/troubleshootingR.xml
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="Troubleshooting Bioclipse-R" link_to="../net.bioclipse.ui/troubleshooting.xml#rTroubleshoot">
<topic href="html/macosIssues.html" label="Known issues on Mac OS X">
</topic>
</toc>

0 comments on commit 2a66fab

Please sign in to comment.