update build output and test source classpath
diff --git a/plexi-netbeans/12.jpg b/plexi-netbeans/12.jpg
index fe5b649..cac29dc 100755
--- a/plexi-netbeans/12.jpg
+++ b/plexi-netbeans/12.jpg
Binary files differ
diff --git a/plexi-netbeans/13.jpg b/plexi-netbeans/13.jpg
index 56268b6..e305b01 100644
--- a/plexi-netbeans/13.jpg
+++ b/plexi-netbeans/13.jpg
Binary files differ
diff --git a/plexi-netbeans/nb.html b/plexi-netbeans/nb.html
index 4717c7b..f1afeb2 100644
--- a/plexi-netbeans/nb.html
+++ b/plexi-netbeans/nb.html
@@ -65,22 +65,15 @@
 <img src=11.jpg><br>
 
 <p>12.To get IDE to help with code completion etc. in test code please
-add all files under lib directory to test classpath.<br><br>
-
-&nbsp;&nbsp;Also add the src directory to test classpath.<br><br>
-
-&nbsp;&nbsp;Also add all files in your ant's lib directory to classpath.
-Two notes regarding adding ant's lib directory: 1) there is an ant
-lib directory inside of NetBeans (eg. C:\NetBeans7-1-1\java\ant\lib),
-2) the consequences of not adding ant's lib directory are minor -- the
- one test file using an ant class shows an IDE warning.
-
+add all files under lib directory to test classpath. Also add the src
+directory to test classpath.<br>
 <img src=12.jpg><br>
 Click Next
 
-<p>13.Set build as class output directory (which doesn't
- exist yet because we haven't compiled yet). 
-Also set build/javadoc directory (which also doesn't exist yet).<br>
+<p>13.Set build/src as src class output directory (which doesn't 
+exist yet because we haven't compiled yet). <br>
+Set build/test as test class output directory (not pictured).<br>
+Also set build/javadoc as javadoc output directory.<br>
 <img src=13.jpg><br>
 Click Finish