Submission Tips Project structure |- build.xml |- src\ |- proj2\ |- Proj2.java |- other *.java files - package proj2 as the first line of Proj2.java - cvs add src //add dir by default commits it - cd src, then cvs add proj2 - cd proj2 then add *.java files and then commit