1 Star 0 Fork 19

allobit/interface21

forked from 昨日晴空/interface21 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.properties 2.18 KB
一键复制 编辑 原始数据 按行查看 历史
# $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}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/allobit/interface21.git
[email protected]:allobit/interface21.git
allobit
interface21
interface21
master

搜索帮助