Edited wiki page forester through web user interface.
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 2 Nov 2011 20:19:32 +0000 (20:19 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 2 Nov 2011 20:19:32 +0000 (20:19 +0000)
wiki/forester.wiki

index 10e4c3a..1f119e0 100644 (file)
@@ -71,7 +71,6 @@ public class Example {
 
 = Reading of phylogenetic trees and displaying them with Archaeopteryx =
 
-This needs file "forester.jar" to be in the class-path.
 
 {{{
 
@@ -117,7 +116,6 @@ public class Example {
 
 = Creating a new tree and displaying it with Archaeopteryx =
 
-This needs file "forester.jar" to be in the class-path.
 
 {{{
 
@@ -156,8 +154,6 @@ public class Example {
 
 = Using iterators to visit tree nodes in certain orders =
 
-This needs file "forester.jar" to be in the class-path.
-
 {{{
 
 package examples;
@@ -219,7 +215,6 @@ public class Example {
 
 = Creating a basic gene tree (with branch lengths) =
 
-This needs file "forester.jar" to be in the class-path.
 
 {{{