project.properties 331 B

123456789101112
  1. # $Id$
  2. # Values in this file will be overriden by any values with the same name
  3. # in the user-created build.properties file.
  4. # Compile settings
  5. #
  6. # Java 1.5 is required due to the use of annotations for metadata.
  7. # (main Acegi Security project / parent) is Java 1.3 compatible
  8. #
  9. maven.compile.target=1.5
  10. maven.compile.source=1.5