2010-08-19 18:55:41 +08:00
|
|
|
version=3.0.5
|
2010-02-19 17:43:22 +08:00
|
|
|
# osgi ranges
|
2010-02-25 23:46:54 +08:00
|
|
|
spring.osgi.range.nq=${version:[=.=.=, =.=.+1)}
|
|
|
|
|
spring.osgi.range="${spring.osgi.range.nq}"
|
2010-02-19 17:43:22 +08:00
|
|
|
aj.osgi.range="[1.5.4, 2.0.0)"
|
|
|
|
|
|
|
|
|
|
#
|
2008-07-11 14:34:50 +08:00
|
|
|
release.type=integration
|
|
|
|
|
natural.name=spring-framework
|
2008-10-26 02:30:33 +08:00
|
|
|
project.name=Spring Framework
|
2008-07-11 14:34:50 +08:00
|
|
|
project.key=SPR
|
|
|
|
|
ivy.cache.dir=${basedir}/../ivy-cache
|
|
|
|
|
integration.repo.dir=${basedir}/../integration-repo
|
2010-08-23 21:17:31 +08:00
|
|
|
license.dir=${basedir}/../build-spring-framework/resources
|
2008-07-11 14:34:50 +08:00
|
|
|
javadoc.exclude.package.names=org/springframework/samples/**
|
2008-10-31 17:39:17 +08:00
|
|
|
javadoc.max.memory=256M
|
2009-09-09 05:37:02 +08:00
|
|
|
test.vm.args=-Xmx1024M -XX:MaxPermSize=512M -XX:+HeapDumpOnOutOfMemoryError
|
2009-08-07 03:08:14 +08:00
|
|
|
compiler.args=-enableJavadoc -warn:none
|
2008-07-11 14:34:50 +08:00
|
|
|
|
|
|
|
|
# For when releasing
|
|
|
|
|
#release.type=release
|
|
|
|
|
#build.stamp=RELEASE
|
|
|
|
|
|
|
|
|
|
# For when releasing milestones
|
|
|
|
|
#release.type=milestone
|
|
|
|
|
#build.stamp=M1
|
|
|
|
|
|
|
|
|
|
# For development in trunk
|
|
|
|
|
#release.type=integration
|
2009-12-17 18:53:15 +08:00
|
|
|
#build.stamp=BUILD-SNAPSHOT
|