CNG-12, CNG-21, CNG-28, CNG-29, CNG-36: Add comments in original files so when they are altered, copies made for CNG should also be updated so they work fine with rest of subprojects.
LDEV-2847: Reverting Ant javac source code version to 1.5 because for 1.6 there are compilation errors: LAMS files are not encoded with UTF-8 and they should.
LDEV-2905: There is no need to add SignupOrganisation.java to list for automatic .hbm.xml generation. It does not contain XDoclet tags and a static .hbm.xml file was already provided.
LDEV-2714: Put back @Override tag as it is marked as error only when using Java 1.5. In higher versions overriding interface methods is OK. Thanks, Andrey, for advice!
LDEV-2901, LDEV-2902: Move classes generated by Eclipse to different directory than Ant generated ones so they do not overlap and product errors.Classpath in JAR/WAR manifests is not needed as JBoss Classloader takes care of dependencies. Manfiest was moved to a central location and is customised only with product name and version during JAR/WAR build.