spring-framework/build-spring-framework
David Syer b077d5ba97 SPR-6678: fix poms for 3.0.1 2010-01-13 11:07:08 +00:00
..
resources DefaultLifecycleProcessor etc 2010-01-06 22:23:55 +00:00
build.iml updated dependencies 2009-08-31 11:25:54 +00:00
build.xml Updated build for 3.0.1 2009-12-17 10:53:15 +00:00
generate-pom.xml SPR-6236: Reintroduce Struts support 2009-10-15 14:04:13 +00:00
package-bundle.xml
package-library.xml
package-top-level.xml SPR-5994 - The release archive contains an unecessary .zip file of the contents under the reference doc directories html and html-single 2009-09-25 07:20:45 +00:00
pom.xml SPR-6678: fix poms for 3.0.1 2010-01-13 11:07:08 +00:00
publish-documentation.xml
publish-maven.xml
publish-top-level.xml
publish.xml SPR-6236: Reintroduce Struts support 2009-10-15 10:50:58 +00:00
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