You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/04/06 21:14:32 UTC

[30/31] git commit: Merge branch 'release/2.3.17' into develop

Merge branch 'release/2.3.17' into develop


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/5353dfc9
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/5353dfc9
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/5353dfc9

Branch: refs/heads/feature/use-js-to-support-multiple-buttons
Commit: 5353dfc90fb598bbaae56d8fef83c8c574a9ec41
Parents: aaf5a30 e1f97c8
Author: Lukasz Lenart <lu...@apache.org>
Authored: Sun Apr 6 16:01:00 2014 +0200
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Sun Apr 6 16:01:00 2014 +0200

----------------------------------------------------------------------
 apps/blank/pom.xml                              |   2 +-
 apps/jboss-blank/pom.xml                        |   2 +-
 apps/mailreader/pom.xml                         |   2 +-
 apps/pom.xml                                    |   2 +-
 apps/portlet/pom.xml                            |   2 +-
 apps/rest-showcase/pom.xml                      |   4 +-
 apps/showcase/pom.xml                           |   2 +-
 archetypes/pom.xml                              |   2 +-
 archetypes/struts2-archetype-angularjs/pom.xml  |   2 +-
 archetypes/struts2-archetype-blank/pom.xml      |   2 +-
 archetypes/struts2-archetype-convention/pom.xml |   2 +-
 archetypes/struts2-archetype-dbportlet/pom.xml  |   2 +-
 archetypes/struts2-archetype-plugin/pom.xml     |   2 +-
 archetypes/struts2-archetype-portlet/pom.xml    |   2 +-
 archetypes/struts2-archetype-starter/pom.xml    |   2 +-
 assembly/pom.xml                                |  88 +-
 assembly/src/main/assembly/all.xml              |  12 +-
 assembly/src/main/assembly/docs.xml             |   2 +-
 bundles/admin/pom.xml                           |   2 +-
 bundles/demo/pom.xml                            |   2 +-
 bundles/pom.xml                                 |   2 +-
 core/pom.xml                                    |   2 +-
 core/src/site/resources/tags/checkboxlist.html  | 832 +++++++++----------
 core/src/site/resources/tags/datetextfield.html | 752 ++++++++---------
 plugins/cdi/pom.xml                             |   2 +-
 plugins/codebehind/pom.xml                      |   2 +-
 plugins/config-browser/pom.xml                  |   2 +-
 plugins/convention/pom.xml                      |   2 +-
 plugins/dojo/pom.xml                            |   2 +-
 plugins/dwr/pom.xml                             |   2 +-
 plugins/embeddedjsp/pom.xml                     |   2 +-
 plugins/gxp/pom.xml                             |   2 +-
 plugins/jasperreports/pom.xml                   |   2 +-
 plugins/javatemplates/pom.xml                   |   2 +-
 plugins/jfreechart/pom.xml                      |   2 +-
 plugins/jsf/pom.xml                             |   2 +-
 plugins/json/pom.xml                            |   2 +-
 plugins/junit/pom.xml                           |   2 +-
 plugins/osgi/pom.xml                            |   2 +-
 plugins/oval/pom.xml                            |   2 +-
 plugins/pell-multipart/pom.xml                  |   2 +-
 plugins/plexus/pom.xml                          |   2 +-
 plugins/pom.xml                                 |   2 +-
 plugins/portlet-tiles/pom.xml                   |   2 +-
 plugins/portlet/pom.xml                         |   2 +-
 plugins/rest/pom.xml                            |   4 +-
 plugins/sitegraph/pom.xml                       |   2 +-
 plugins/sitemesh/pom.xml                        |   2 +-
 plugins/spring/pom.xml                          |   2 +-
 plugins/struts1/pom.xml                         |   2 +-
 plugins/testng/pom.xml                          |   2 +-
 plugins/tiles/pom.xml                           |   2 +-
 plugins/tiles3/pom.xml                          |   2 +-
 pom.xml                                         |  17 +-
 xwork-core/pom.xml                              |   2 +-
 55 files changed, 901 insertions(+), 904 deletions(-)
----------------------------------------------------------------------