spring 源码 https://spring.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Juergen Hoeller 52b51888f9 first cut of changes for 3.0.0.RC1 15 years ago
..
resources first cut of changes for 3.0.0.RC1 15 years ago
build.iml switched to use XInclude 16 years ago
build.xml remove spring-parent to list of bundles 15 years ago
generate-pom.xml maven deployment script development 16 years ago
package-bundle.xml maven deployment script development 16 years ago
package-library.xml maven deployment script development 16 years ago
package-top-level.xml added reference docs to the build 16 years ago
pom.xml POM maintenance/development - initial jarjar support in maven build for ASM 15 years ago
publish-documentation.xml Polishing 16 years ago
publish-maven.xml Add ability to publish to S3 maven milestone repository for maven central style artifacts by adding slightly modified spring-build targets to publish-maven.xml 16 years ago
publish-top-level.xml Remove the -with-dependencies build 16 years ago
publish.xml Add ability to publish to S3 maven milestone repository for maven central style artifacts by adding slightly modified spring-build targets to publish-maven.xml 16 years ago
readme.txt Publishing changes 16 years ago

readme.txt

This is where the master build that creates releases of Spring Framework resides.  The build system is based on spring-build, which is linked in using an SVN external to https://src.springframework.org/svn/spring-build.

USERS
- To build all Spring Framework projects, including samples:

1. From this directory, run:
ant

Build Pre-requisites:
- javac 1.6 or > must be in your system path
- ant 1.7 or > must be in your system path

DEVELOPERS
- To build a new Spring Framework distribution for release:

1. Update the files containing the version number to reflect the new release version, if necessary.

build.properties
build-spring-framework/resources/readme.txt
spring-framework/src/spring-framework-reference.xml

2. From this directory, run:

ant jar package

The release archive will be created and placed in:
target/artifacts