spring-framework/build-spring-framework
Juergen Hoeller 610812949f prepared for 3.0.5 release 2010-10-20 05:48:25 +00:00
..
resources prepared for 3.0.5 release 2010-10-20 05:48:25 +00:00
build.iml updated dependencies 2009-08-31 11:25:54 +00:00
build.xml Fixed up POM bug 2010-01-23 12:01:54 +00:00
package-bundle.xml Updates to allow nightly snapshots of maven central-compatible artifacts 2010-01-22 20:16:25 +00:00
package-library.xml Updates to allow nightly snapshots of maven central-compatible artifacts 2010-01-22 20:16:25 +00:00
package-top-level.xml Updated spring-build to see new maven targets 2010-02-10 11:38:33 +00:00
publish-documentation.xml Polishing 2008-11-25 14:56:07 +00:00
publish-top-level.xml Updated spring-build to see new maven targets 2010-02-10 11:38:33 +00:00
readme.txt Publishing changes 2008-10-30 16:31:54 +00:00

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