Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document describes how to develop code to run in the SLAC eclipse applications lab (hearafter hereafter named "Seal") environment. Because Seal is a customized eclipse environment, many of the platform-specific development details are covered in eclipse development books. The point of this document is to inform developers about our local customizations and conventions, as well as to provide a quick start guide of sorts.

...

We've adopted the convention for Seal that every eclipse project corresponds to a cvs module under physics/seal . This means that you can checkout the entire seal codebase code base by expanding {{physics/seal }}in the CVS Repositories view, selecting all of the modules, right-clicking to get the context menu, and selecting "Check out".

...