Spring Framework
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.
 
 
Arjen Poutsma 4160fc85f2 Updated build for 3.0.1 15 years ago
..
resources prepared for 3.0 GA release 15 years ago
build.iml
build.xml Updated build for 3.0.1 15 years ago
generate-pom.xml SPR-6236: Reintroduce Struts support 15 years ago
package-bundle.xml
package-library.xml
package-top-level.xml
pom.xml SPR-6236: Reintroduce Struts support 15 years ago
publish-documentation.xml
publish-maven.xml
publish-top-level.xml
publish.xml
readme.txt

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