spring-framework/build-spring-framework
Juergen Hoeller 098b10940a final touches for 3.0 RC1
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2022 50f2f4bb-b051-0410-bef5-90022cba6387
2009-09-25 15:00:43 +00:00
..
resources final touches for 3.0 RC1 2009-09-25 15:00:43 +00:00
build.iml
build.xml Renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat 2009-09-25 12:51:58 +00:00
generate-pom.xml Renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat 2009-09-25 12:51:58 +00:00
package-bundle.xml
package-library.xml
package-top-level.xml
pom.xml Renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat 2009-09-25 12:51:58 +00:00
publish-documentation.xml
publish-maven.xml
publish-top-level.xml
publish.xml Renamed org.springframework.instrument.classloading module to org.springframework.instrument.tomcat 2009-09-25 12:51: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