How do I remove the OCN link from my TeamForge instance?

Remove the OCN link from your TeamForge instance by commenting out the header.ocn file in menu_bar.vm.

Remove the OCN link from your SourcForge instance by editing the menu_bar.vm file in the following directory:
        $SFHOME/runtime/jboss/server/default/deploy/saturn.ear/sf.war/WEB-INF/classes/templates/menu_bar.vm file
Open the file and comment out or remove the following lines:
       <li class="yuimenubaritem">
       <a class="yuimenubaritemlabel" id="openCollabNet" href="/sf/sfmain/do/ocn">${MESSAGE.get("common", "header.ocn")}</a>
       </li>