Versions Compared

Key

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

...

  1. for each project, right-click->properties->tomcat... general tab: checkbox 'tomcat project' (can't figure out how to do this any other way)
  2. quit eclipse
  3. rest
    Note
    titleTODO Item

    I think you can add full tomcat natures from the command line (without all the clicking ....above) by adding this line to the .project files:

    No Format
    <nature>com.sysdeo.eclipse.tomcat.tomcatnature</nature>
    

....Then, run this scriptlet in the sakai modules' root directory:

...