Contents in the CVS (module Trivia/MIDP. You can check it in a separate direcory and then copy the content over):

1. Directory "src" contains all the source code.

2. Directory "bin" contains the JAD and manifest files. The packaged JAR file is not stored in the CVS since it is "generated".

3. The build script: "build.xml"

4. The JODE obfuscator config file "tools/jode/project.jos"

Additional stuff for building the application:

1. Directory "res" contains the resource files (e.g., images) for each build target.

2. Directory "lib" contains the libraries for each build target.

3. Directory "IntelliJ" contains the IDEA configure files and J2ME system class libraries (for the IDE use).

4. Directory "tools" contains the tools:
  
  * "jode" is the post processor and obfuscator. The configure file is stored in the CVS.

  * "javancss" is a line number count tool. It is needed by the related build tasks.

  * "pmd" is a source pattern analysis tool. It is needed by the related build tasks.

  * "j2meunit" is the unit testing library. Its source code is already stored in the project "src/UnitTests" in the CVS.
