spring-framework/build-spring-framework
Juergen Hoeller 66ce8248b5 JSR-330 etc 2009-09-18 21:30:30 +00:00
..
resources JSR-330 etc 2009-09-18 21:30:30 +00:00
build.iml updated dependencies 2009-08-31 11:25:54 +00:00
build.xml remove spring-parent to list of bundles 2009-08-05 21:17:40 +00:00
generate-pom.xml
package-bundle.xml
package-library.xml
package-top-level.xml added reference docs to the build 2009-04-03 15:59:02 +00:00
pom.xml POM maintenance/development - initial jarjar support in maven build for ASM 2009-07-10 02:12:50 +00:00
publish-documentation.xml
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 2009-03-31 03:05:28 +00:00
publish-top-level.xml
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 2009-03-31 03:05:28 +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