You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
339 B
12 lines
339 B
# $Id$ |
|
|
|
# Values in this file will be overriden by any values with the same name |
|
# in the user-created build.properties file. |
|
|
|
# Compile settings |
|
# |
|
# Java 1.5 is required because we use enums extensively in this subproject |
|
# (main Acegi Security project / parent) is Java 1.3 compatible |
|
# |
|
maven.compile.target=1.5 |
|
maven.compile.source=1.5
|
|
|