mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-23 06:58:58 +00:00
(see http://opensource.atlassian.com/projects/spring/browse/SEC-4) Note: I have created a new source dir "core-tiger" for Java 5 related core security classes, as well as test dir. Note: project.properties should compile this project using 1.5. WAR test application using Spring 1.2 Transaction Annotations and Security to follow
13 lines
331 B
Properties
13 lines
331 B
Properties
# $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 due to the use of annotations for metadata.
|
|
# (main Acegi Security project / parent) is Java 1.3 compatible
|
|
#
|
|
maven.compile.target=1.5
|
|
maven.compile.source=1.5
|