Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a stub for a whatsnew part of intro
  • Loading branch information
olas committed Nov 1, 2012
1 parent 0069b9f commit 4b66182
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
20 changes: 20 additions & 0 deletions plugins/net.bioclipse.ui/intro/whatsnew.xml
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<introContent>
<extensionContent id="net.bioclipse.intro.webresources" style="css/intro.css" name="Bioclipse Web Resources" path="whatsnew/@">
<group style-id="content-group" id="whatsnew-group">

<text style-id="page-title" filteredFrom="swt">

Bioclipse 2.6 contains many new features, below are some of the main parts.

* New DS models (chemspider, daphnia, herg, opentox, SmartCyp)
* Bioclipse-R, including R-models for DS
* Improved aromaticity detection
* New online updates/installation
* Improved core stability (Eclispe 3.8), works with Java 1.7 and 1.8?
* Installer for Windows and Mac OS X
* Numerous bug fixes
</text>
</group>
</extensionContent>
</introContent>
4 changes: 4 additions & 0 deletions plugins/net.bioclipse.ui/plugin.xml
Expand Up @@ -153,6 +153,10 @@
content="intro/webresources.xml"
configId="org.eclipse.ui.intro.universalConfig">
</configExtension>
<configExtension
content="intro/whatsnew.xml"
configId="org.eclipse.ui.intro.universalConfig">
</configExtension>

</extension>

Expand Down

0 comments on commit 4b66182

Please sign in to comment.