Commit Graph

23 Commits

Author SHA1 Message Date
Rossen Stoyanchev
7215a49e4a Revert "Remove Spring JavaScript library"
This reverts commit 4d59b21e49.

Issue: SWF-1693
2018-02-07 14:46:37 -05:00
Rossen Stoyanchev
4d59b21e49 Remove Spring JavaScript library
Issue: SWF-1693
2017-01-06 16:46:30 -05:00
Rossen Stoyanchev
4146871862 Add spring-js-resources to Gradle build 2012-05-25 16:54:15 -04:00
Rossen Stoyanchev
50a1cf1def Add reference docs tasks to Gradle build
- Move spring-webflow-reference to src/reference
- Upgrade to Docbook 5
- Apply docbook plugin
- Add tasks for generating distribution zip files
2012-05-25 16:54:15 -04:00
Rossen Stoyanchev
4e81930b72 Add Gradle build
- Add gradle build script
- Remove spring-build/
- Remove build-spring-webflow/
- Remove ivy.xml, pom.xml, template.mf
- Remove eclipse  metadata
- Remove RichFacesAjaxHandler.java
- Create src/dist and add changelog.txt, readme.txt

Dependency changes:
- EBR dependency -> Maven-central dependencies
- el-api 1.0 -> 2.2.0
- ognl 2.6.9 -> 2.6.11
- org.jboss.el -> tomcat-jasper-el 7.0.27
2012-05-25 16:54:15 -04:00
Phil Webb
4d008f3f09 Refactor code to use Java 5 features
- Apply and use Generics
- Remove JdkVersion.isAtLeastJava15() conditionals
- Replace iterator loops with foreach syntax
- Switch on warning in eclipse

Issues: SWF-1532
2012-03-29 21:02:07 -07:00
Rossen Stoyanchev
619249b52b Merge branch '2.3.x' 2012-03-27 18:02:45 -04:00
Rossen Stoyanchev
bca605d24a Spring Web Flow 2.3.1 release 2012-03-27 15:59:02 -04:00
Rossen Stoyanchev
dddcf7a258 Upgrade to Spring 3.1.1 2012-03-26 18:20:09 -04:00
Rossen Stoyanchev
e5f17df95b Increment version to 2.3.1.BUILD-SNAPSHOT. 2011-12-29 13:24:39 -05:00
Rossen Stoyanchev
dc5aa386fa Increment version to 2.4.0.BUILD-SNAPSHOT. 2011-12-29 13:09:27 -05:00
Rossen Stoyanchev
63bc6f2660 Add missing (empty) source folders. 2011-12-29 10:51:20 -05:00
Rossen Stoyanchev
2f44e7dd57 Add spring-build 2.5.2
spring-build was previously included via an svn:external. Adding
directly to the source tree under Git to avoid the need for a git
submodule.

In order to build from any earlier commit, it is recommended to
export spring-build or symlink an existing copy into the root
of the spring-framework project and then build normally.

$ svn export https://src.springsource.org/svn/spring-build/tags/project-build-2.5.2 spring-build
2011-12-27 20:03:21 -05:00
Rossen Stoyanchev
3f8d0c8ba0 Update dependencies in web flow modules to Spring 3.0.5 2011-02-28 11:33:39 +00:00
Rossen Stoyanchev
b0e64468ae SWF-1446 Make it easy to install Maven-central style dependencies local dependencies 2011-01-24 11:15:17 +00:00
Rossen Stoyanchev
1683f8c891 SWF-1435 Add top level pom.xml and Maven settings for verifying Maven configuration 2010-12-07 16:09:18 +00:00
Rossen Stoyanchev
55db452771 SWF-1421 Move dojo.require to the ElementDecoration constructor to ensure that happens ahead of dojo.addOnLoad() 2010-12-06 11:01:22 +00:00
Rossen Stoyanchev
aadddb0918 Update versions to 2.3.0 throughout 2010-10-28 16:43:41 +00:00
Rossen Stoyanchev
5039913006 Update version number from 2.2.0 to 2.2.1 2010-10-11 12:12:12 +00:00
Rossen Stoyanchev
e9d2a4e233 SWF-1271 Automatically add a constraints property to a dijit.form.DateTimeBox with the date pattern to use 2010-10-06 11:41:05 +00:00
Rossen Stoyanchev
1402a68f37 SWF-1376 Show error dialog when response is empty and there is no Spring redirect header. 2010-09-17 09:07:41 +00:00
Rossen Stoyanchev
1245526b8a SWF-1386 Update .project name to spring-js-resources 2010-09-09 06:22:18 +00:00
Rossen Stoyanchev
d2e7fc6e32 SWF-1386 Spring spring-js into two artifacts 2010-09-07 09:46:10 +00:00