update text for adding source classpath for test
diff --git a/plexi-netbeans/nb.html b/plexi-netbeans/nb.html
index 82fb2a6..4717c7b 100644
--- a/plexi-netbeans/nb.html
+++ b/plexi-netbeans/nb.html
@@ -60,12 +60,21 @@
 <img src=10.jpg><br>
 Click Next
 
-<p>11. Add all files under lib directory to src classpath.<br>
+<p>11. To get IDE to help with code completion, suggestions, warnings, etc. please
+add all files under lib directory to src classpath.<br>
 <img src=11.jpg><br>
 
-<p>12. Add all files under lib directory to test classpath.<br>
-Also add the src directory to test classpath.<br>
-Also add all files in your ant's lib directory to classpath.<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.
+
 <img src=12.jpg><br>
 Click Next