Sam Brannen
b130a36af7
[SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1.
14 years ago
Chris Beams
197a46d0ab
Fix .integration-tests build path errors
...
Add .expression as a build path dependency to satisfy imports in
Spr7538Tests.java
14 years ago
Chris Beams
f480333d31
Merge 3.1.0 development branch into trunk
...
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.
14 years ago
Costin Leau
688dd1a018
SPR-7071
...
+ fix some Eclipse classpath entries
15 years ago
Chris Beams
0f7f749ada
Updated Eclipse .classpath to aspectj 1.6.8
15 years ago
Juergen Hoeller
0b577dd558
fixed dependencies
15 years ago
Sam Brannen
c686035773
Updated Eclipse classpath regarding javax.inject and javax.validation.
15 years ago
Ramnivas Laddad
832db0abbc
Updated Groovy version for Eclipse project to mathc ivy.xml
15 years ago
Juergen Hoeller
e1a3e44485
initial JSR-330 injection support
15 years ago
Juergen Hoeller
1045847cf7
updated to CGLIB 2.2 and EHCache 1.6.2
15 years ago
Keith Donald
f323a5bb5d
fixed broken classpaths for ehcache and junit
15 years ago
Juergen Hoeller
8754f0bc85
updated dependencies
15 years ago
Mark Fisher
1bfb26e4b2
updated aspectj weaver version in .classpath files to match ivy.xml configuration
16 years ago
Sam Brannen
620c9b1f96
[SPR-5895] Upgraded to EasyMock 2.5.1.
16 years ago
Sam Brannen
8bfb56c75b
[SPR-5887] Upgraded to JUnit 4.6.0.
16 years ago
Sam Brannen
0c2fa5208d
[SPR-5888] Upgrading to TestNG 5.9.
16 years ago
Sam Brannen
10829f8b20
Repairing Eclipse classpaths and Ivy config:
...
- org.apache.openjpa -> 1.1.0
- com.sun.syndication -> 1.0.0
- javax.el -> 1.0.0
16 years ago
Scott Andrews
f6e869163f
updating Eclipse .classpath settings for Freemarker 2.3.15 upgrade
16 years ago
Colin Sampaleanu
b7ab939d55
forgot to update eclipse project when updating hibernate versions
16 years ago
Scott Andrews
c488f3768c
updating eclipse classpath settings
16 years ago
Chris Beams
3ae3de19a9
+ Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated)
...
+ Finished support for @Import , including detection of circular imports
16 years ago
Chris Beams
e834711bc0
+ Removed old testsuite.iml (favor integration-testsuite.iml)
...
+ Updated integration-tests/.classpath to point to javax.jdo 2.1.0 instead of 2.0.0
16 years ago
Scott Andrews
1f770574b0
updating eclipse settings and classpaths
16 years ago
Chris Beams
07c15ce746
renamed .testsuite -> .integration-tests
16 years ago
Chris Beams
4093a53e6a
fixed or @Ignore'd broken tests
16 years ago
Chris Beams
5c1b4347e7
further updates to .classpath / ivy files for javax.el
...
+ made everything consistent with the .iml files
16 years ago
Chris Beams
b87ab27140
fixed broken tests
...
+ added dependency on antlr 2.7.6, eliminating ClassNotFoundExceptions
16 years ago
Chris Beams
f7dcf26193
fixed incorrect version for javax.el in .classpath files (was 2.1.0, now set to 1.0.0)
16 years ago
Christian Dupuis
62a7457599
updated .classpath files to reflect recent changes in ivy files; aspectj.weaver 1.6.2 -> 1.6.2.RELEASE
16 years ago
Juergen Hoeller
fda7100866
consistent compilation against Servlet 2.5, JSP 2.1 and JUnit 4.5
16 years ago
Scott Andrews
96ba0d8ed6
added missing compile time deps to eclipse .classpath
16 years ago
Scott Andrews
a647f1629d
syncing eclipse settings for unit tests
16 years ago
Scott Andrews
f91ac5a519
eclipse settings to support unit test
16 years ago