Release notes

06.05.2007

Started the project. The functionality is mainly based on the asm package.

03.06.2007

Added eclipse plugin. Now that the base functionality of the library is finished. an eclipse plugin helps to prevent violations of project's architectures.

09.06.2007

This website was created using Maven. File releases are only available for the eclipse plugin, but the rest of the project can be downloaded from the subversion repository.

29.07.2007

A new version of the eclipse plugin was released (available using the eclipse update mechanism), that now correctly only handles java files from directories that are in directories defined in jlayercheck.xml. E.g. when you have (like in maven) a directory src/main/java and src/test/java with the classes from the same packages inside, but want to ignore problems in src/test/java, this is now handled correctly.