diff --git a/CoTreceiver/build.xml b/CoTreceiver/build.xml
index 02d18dc1baa8be2448ea2b87bc7d8a3cd44f4708..9b078f002bfa6f4fd3535d16f3a84dc845ce210a 100644
--- a/CoTreceiver/build.xml
+++ b/CoTreceiver/build.xml
@@ -98,4 +98,9 @@
             </xmlcatalog>
         </schemavalidate>
     </target>
+    
+    <target name="view.gitlab.CoTreceiver" description="view version control archive in web browser (Netbeans only)">
+        <nbbrowse url="https://gitlab.nps.edu/Savage/robodata/-/tree/master/CoTreceiver" />
+        <!-- TODO implementation-independent approach if possible, but note that other Ant approaches usually have to be customized for each OS. -->
+    </target>
 </project>