1. 06 3月, 2019 1 次提交
  2. 13 12月, 2014 1 次提交
  3. 12 6月, 2014 1 次提交
  4. 06 6月, 2014 2 次提交
  5. 29 5月, 2014 1 次提交
    • S
      Upgrade Eclipse project settings for Java 8 · d46b29e7
      Sam Brannen 提交于
       - Set the eclipse.jdt source and target compatibility to 1.8 in
         ide.gradle.
      
       - Updated the instructions in import-into-eclipse.sh to reflect minimum
         requirements for building Spring Framework 4.1 against Java 8 with
         Eclipse and STS
      
      Issue: SPR-11831
      d46b29e7
  6. 26 9月, 2013 1 次提交
  7. 11 9月, 2012 1 次提交
  8. 01 3月, 2012 1 次提交
  9. 02 2月, 2012 2 次提交
    • K
      Remove javabuilder from spring-aspects .project · 56026863
      Kris De Volder 提交于
      Previously, the build script was configured to add ajbuilder to the set
      of Eclipse/STS build commands, meaning that both javabuilder and
      ajbuilder would be present for spring-aspects. This causes unpredictable
      behavior, as these two builders compete with each other. As ajbuilder is
      a functional superset of javabuilder, this commit ensures that only the
      former is present for spring-aspects' .project file.
      
      Also removed warning language in import-into-eclipse.sh about
      spring-aspects failing after adding Git support, as this intermittent
      problem was almost certainly an artifact of the situation described
      above.
      56026863
    • C
      Remove global 'clean' from import-into-eclipse.sh · aad21830
      Chris Beams 提交于
      User may already have run `gradle build` successfully. This change
      ensures that we do not unnecessarily remove these output directories
      in order to avoid forcing the user to rebuild.
      aad21830
  10. 31 1月, 2012 1 次提交
    • C
      Update README and add IDE import helper scripts · f8800557
      Chris Beams 提交于
       - Update building from source section with Gradle instructions
       - Add import-into-eclipse.sh interactive helper script
       - Add import-into-idea.md with steps and known issues
      
      Note that use of STS Gradle tooling was attempted, but several issues
      remain before it can handle the spring-framework build. In the meantime
      the instructions laid out in import-into-eclipse provide an error-free
      import.
      f8800557