1. 28 3月, 2019 1 次提交
  2. 06 5月, 2015 1 次提交
  3. 28 2月, 2015 1 次提交
  4. 31 1月, 2012 1 次提交
    • C
      Move integration tests => src/test · 0a07a0ed
      Chris Beams 提交于
      This commit eliminates the 'integration-tests' subproject in favor of
      managing these sources under the root project's own 'src' directory.
      
      This helps to avoid special-case handling for integration-tests in the
      Gradle build, e.g. avoiding publication of jars to Artifactory /
      Maven Central.
      
      It is also semantically more correct. This is not a Spring Framework
      subproject so much as it is a collection of integration tests that
      span functionality across many subprojects. In this way, it makes
      sense to place them directly under the root project.
      
      Issue: SPR-8116
      0a07a0ed
  5. 26 10月, 2010 1 次提交
    • C
      Merge 3.1.0 development branch into trunk · f480333d
      Chris Beams 提交于
      Branch in question is 'env' branch from git://git.springsource.org/sandbox/cbeams.git; merged into
      git-svn repository with:
      
          git merge -s recursive -Xtheirs --no-commit env
      
      No merge conflicts, but did need to
      
          git rm spring-build
      
      prior to committing.
      
      With this change, Spring 3.1.0 development is now happening on SVN
      trunk. Further commits to the 3.0.x line will happen in an as-yet
      uncreated SVN branch.  3.1.0 snapshots will be available
      per the usual nightly CI build from trunk.
      f480333d
  6. 07 11月, 2009 2 次提交