1. 13 3月, 2019 1 次提交
  2. 12 3月, 2019 2 次提交
  3. 06 3月, 2019 1 次提交
  4. 09 4月, 2016 1 次提交
  5. 25 4月, 2015 1 次提交
    • S
      Eclipse project deps come after third-party libs · f2e5e5aa
      Sam Brannen 提交于
      This commit is a backport of SPR-11836.
      
      Prior to this commit, the ordering of classpath entries in the
      generated Eclipse .classpath files did not align with the intended
      dependency management configured in the Gradle build. Specifically,
      project dependencies often came before dependencies on third-party
      libraries required for the given project, causing the project not to
      compile in Eclipse.
      
      This commit fixes this issue by introducing new functionality in the
      ide.gradle script that moves all project dependencies to the end of the
      generated classpath.
      
      Issue: SPR-12947, SPR-11836
      f2e5e5aa
  6. 30 12月, 2014 14 次提交
  7. 29 12月, 2014 1 次提交
  8. 22 12月, 2014 3 次提交
  9. 09 12月, 2014 2 次提交
  10. 08 12月, 2014 7 次提交
  11. 29 11月, 2014 1 次提交
  12. 28 11月, 2014 3 次提交
  13. 27 11月, 2014 1 次提交
  14. 26 11月, 2014 2 次提交