Browse Source

Make compatible with JDK 5.

1.0.x
Ben Alex 21 years ago
parent
commit
b2e035424a
  1. 12
      project.properties

12
project.properties

@ -11,8 +11,10 @@ acegi-security-version=0.7.0-pre @@ -11,8 +11,10 @@ acegi-security-version=0.7.0-pre
# Project name
name=acegi-security-system-for-spring
# Compile with debug code
debug=on
# Compile settings
maven.compile.debug=on
maven.compile.target=1.3
maven.compile.source=1.3
# With the exception of 'dist' and 'docs/api', all artifacts produced by
# the build go somewhere underneath the target dir
@ -114,12 +116,14 @@ maven.site.deploy.method=ssh @@ -114,12 +116,14 @@ maven.site.deploy.method=ssh
maven.repo.list=acegi
maven.repo.acegi=sftp://shell.sourceforge.net
maven.repo.acegi.directory=/home/groups/a/ac/acegi/htdocs/maven
maven.repo.acegi.group=acegi
maven.repo.acegi.directory=/home/groups/a/ac/acegisecurity/htdocs/maven
maven.repo.acegi.group=acegisecurity
# These must be set elsewhere
# Useful background: http://jira.codehaus.org/secure/attachment/13459/site-deployment.xml
#maven.repo.acegi.username=
#maven.repo.acegi.privatekey=
#maven.repo.acegi.passphrase=
#maven.ssh.executable=
# clover-ant.jar overriding as maven-clover-plugin-1.6 uses clover-ant-1.3_01
# which gives an "Invalid license: Invalid license file [E1202]"

Loading…
Cancel
Save