diff --git a/build.xml b/build.xml
index b8c82d8569bec06fe934d9ea0a5b589b4c5708b9..3a1865e8e96953fdf41b6d8eb67a7152b2ed7517 100644
--- a/build.xml
+++ b/build.xml
@@ -47,26 +47,41 @@ POSSIBILITY OF SUCH DAMAGE.
     <property name="specificationsDirectory" location="specifications"/>
     <import   file="specifications/build.xml"/> -->
     
-    <target name="view.gitlab" description="view gitlab MV3500 site in web browser (via Netbeans only)">
+    <target name="view.gitlab.nps.edu.MV3500" description="view MV3500 gitlab site in web browser (via Netbeans only)">
         <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500"/>
         <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500"/>
         <!-- TODO implementation-independent approach if possible.  other Ant approachs have to be customized for each OS -->
     </target>
     
-    <target name="view.gitlab.assignments" description="view gitlab MV3500 examples in web browser (via Netbeans only)">
+    <target name="view.gitlab.nps.edu.MV3500.assignments" description="view MV3500 gitlab examples in web browser (via Netbeans only)">
         <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments"/>
         <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/assignments"/>
     </target>
     
-    <target name="view.gitlab.examples" description="view gitlab MV3500 examples in web browser (via Netbeans only)">
+    <target name="view.gitlab.nps.edu.MV3500.examples" description="view MV3500 gitlab examples in web browser (via Netbeans only)">
         <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/>
         <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/examples"/>
         <!-- TODO implementation-independent approach if possible.  other Ant approachs have to be customized for each OS -->
     </target>
     
-    <target name="view.gitlab.specifications.README" description="view gitlab MV3500 examples in web browser (via Netbeans only)">
+    <target name="view.gitlab.nps.edu.MV3500.specifications.README" description="view MV3500 gitlab examples in web browser (via Netbeans only)">
         <echo message="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/specifications/README.md"/>
         <nbbrowse url="https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/specifications/README.md"/>
     </target>
+    
+    <target name="view.open-dis.github.com" description="view github open-dis site in web browser (via Netbeans only)">
+        <echo message="https://github.com/open-dis"/>
+        <nbbrowse url="https://github.com/open-dis"/>
+    </target>
+    
+    <target name="view.open-dis.github.com.open-dis-java" description="view github open-dis open-dis-java current build in web browser (via Netbeans only)">
+        <echo message="https://github.com/open-dis/open-dis-java"/>
+        <nbbrowse url="https://github.com/open-dis/open-dis-java"/>
+    </target>
+    
+    <target name="view.open-dis.github.com.open-dis7-source-generator " description="view github open-dis open-dis7-source-generator project in web browser (via Netbeans only)">
+        <echo message="https://github.com/open-dis"/>
+        <nbbrowse url="https://github.com/open-dis"/>
+    </target>
 
 </project>
\ No newline at end of file