Commit Graph

7 Commits

Author SHA1 Message Date
Chris Beams
a2dfe9d069 Return version to 2.0.0.BUILD-SNAPSHOT following RC2 release 2010-11-13 15:44:40 -08:00
Chris Beams
b68e855f87 Release version 2.0.0.RC2 2010-11-13 10:57:00 -08:00
Chris Beams
65b838b5de Factor out 'remoteDocRoot' property
Remote path '/var/www/domains/springframework.org/static/htdocs' is no
longer hard-coded in docs/build.gradle, because (a) it will be needed
in two separate locations as schema uploads are developed, and (b) this
value should be easily editable during local testing.
2010-11-09 15:47:58 -08:00
Chris Beams
c387ff6713 Change project version to 2.0.0.BUILD-SNAPSHOT 2010-10-28 16:00:00 -04:00
Chris Beams
4e70e22605 Release 2.0.0.RC1 2010-10-28 15:59:31 -04:00
Chris Beams
677fca51a9 Major progress on Gradle port
Complete:
--------
- src/* documentation resources moved to 'docs' subproject

- docbook sources upgraded to Docbook 5

- formatted all docbook sources to strip tab characters and
  eliminate trailing whitespace

- all projects compile and test successfully

- all artifacts upload successfully to s3, static.sf.org, etc.

Remaining:
---------
- documentation L&F needs work. CSS, images, and highlighting aren't
  hooked up properly

- spring-integration-jdbc codegen bits in Maven POM need to be
  transcribed into gradle

- dependencies that were optional or provided scope in maven are
  currently 'compile' scope in Gradle.  Need to figure out support
  in Gradle to fix this.

- run through Eclipse classpath and project generation scenarios

- delete all Maven artifacts
2010-10-26 18:51:08 -04:00
Mark Fisher
8025f72d00 adding basic gradle config 2010-10-25 19:18:49 -04:00