To add files to the Marsyas build system, use
addMarsystem MyMarSystemName
addClass MyClassName
Warning: Remember to do svn add! Adding files to the build system does not add them to svn.
To remove files from the build system, use
removeMarsystem MyMarSystemName
removeClass MyClassName
Warning: Remember to do svn rm! Removing files from the build system does not remove them from svn.