代码拉取完成,页面将自动刷新
同步操作将从 昨日晴空/interface21 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# $Header$
# Ant properties for building the Spring framework
# Authors: Dmitriy Kopylenko, Rod Johnson
# Spring version
spring-version=0.9
spring-version-detail=0.9.1
# Project name
name=spring-framework
# Compile with debug code
debug=on
# Main source tree will be compiled into this directory tree
build.dir=.classes
# Test tree will be compiled into this directory tree
testbuild.dir=.testclasses
# Live database test tree will be compiled into this directory tree
livetestbuild.dir=.livetestclasses
# Names of distribution Jar files
spring-beans.jar=spring-beans-${spring-version}.jar
spring-jdbc.jar=spring-jdbc-${spring-version}.jar
spring-full.jar=spring-full-${spring-version}.jar
# Name of Zip file containing all Spring sources
spring-src.zip=spring-src-${spring-version}.zip
# Library directory within project. Where third party jars reside.
lib.dir=lib
# Source directory under the current root
src.dir=src
# Directory for generated API documentation -->
docs.dir=docs/api
# Test directory under the current root
test.dir=test
# Live database directory under the current root
livetest.dir=livetest
# Wildcards to be matched by JUnit tests
# Convention is that our JUnit test classes have names like XXXXTestSuite or XXXTests
test.includes=**/*TestSuite* **/*Tests*
# Wildcards to exclude among JUnit tests
test.excludes=**/Abstract*
# Directory where JUnit test reports are written
junit.reports.dir=junit-reports
# Where we generate instrumented (Cloverised) classes
clover.build.dir=.clover
clover.dbdir=${clover.build.dir}
clover.dbfile=spring_coverage.db
clover.initstring=${clover.dbdir}/${clover.dbfile}
clover.html.outdir=docs/clover
# Global property to exclude selected classes from Clover instrumentation.
# Typically we'll use this to exclude experimental packages from coverage
# analysis, or classes that are intended to support development.
clover.excludes=
# Directory we generate distribution units such as jars and zips to
dist.dir=dist
# Directory for release Zips
release.dir=release
# Zip file that gets created for a release
release.zip=spring-framework-${spring-version-detail}.zip
# Path prefix within the Zip file
release.path=spring-framework-${spring-version-detail}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。