Commit Graph

87 Commits

Author SHA1 Message Date
Antonio Petrelli 13b5b3a41a WW-2049
Added license to core/pom.xml.
Added configuration of RAT plugin in core/pom.xml to exclude some testing and generated files.
Third bunch of added licenses. The main project, the "core" and "api" modules have only correct license headers.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@560554 13f79535-47bb-0310-9956-ffa450edef68
2007-07-28 15:14:04 +00:00
James Holmes c8fbc2e2d3 Update FreeMarker dependency to 2.3.10.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@558080 13f79535-47bb-0310-9956-ffa450edef68
2007-07-20 18:24:59 +00:00
James Holmes 26c18bdd4d Update Struts 2.1 to use FreeMarker 2.3.9.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@557999 13f79535-47bb-0310-9956-ffa450edef68
2007-07-20 14:02:29 +00:00
Nils-Helge Garli 48d2edd312 WW-1645 Refactored portlet support into a plugin.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@557544 13f79535-47bb-0310-9956-ffa450edef68
2007-07-19 10:03:06 +00:00
Donald J. Brown 40d4559c2e Switched to latest struts-annotations snapshot
WW-1715


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@539806 13f79535-47bb-0310-9956-ffa450edef68
2007-05-19 22:19:32 +00:00
Rainer Hermanns c0ef5221c7 Updating the xwork dependency to 2.1-SNAPSHOT to fix several problems reported to
XWork and S2:

WW-1635 struts.xml include dependant packages not loading properly
WW-1856 s18n tag appears to be broken

NOTE on XWork 2.x updates: All validators.xml files are now validated, a DTD header
is required.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@527815 13f79535-47bb-0310-9956-ffa450edef68
2007-04-12 07:33:52 +00:00
René Gielen 08b564d52d WW-1856:
Use changed TextProviderFactory (for upcoming XW 2.0.2) to fix issue with broken i18n tag / missing thread safety for TPF

See also:
http://jira.opensymphony.com/browse/XW-487
http://jira.opensymphony.com/browse/XW-476

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@523622 13f79535-47bb-0310-9956-ffa450edef68
2007-03-29 08:34:01 +00:00
Rainer Hermanns d40fcd2641 bumped OGNL to version 2.6.11
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@508902 13f79535-47bb-0310-9956-ffa450edef68
2007-02-18 13:56:51 +00:00
Musachy Barroso 8f9f1fbd42 - Add README file to META-INF
- Change path of generated TLD to target/classes/META-INF

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@508612 13f79535-47bb-0310-9956-ffa450edef68
2007-02-16 22:03:55 +00:00
Rainer Hermanns 84863ffaae Updated deps:
o OGNL 2.6.10
o XWork 2.0.1
Issue Number: WW-1615


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@508440 13f79535-47bb-0310-9956-ffa450edef68
2007-02-16 15:10:29 +00:00
Bob Lee 5ae4898a5d Removed dependency from core on the new api. We can bring it back when we're ready.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@505490 13f79535-47bb-0310-9956-ffa450edef68
2007-02-09 20:50:24 +00:00
Ted Nathan Husted 02249e0558 WW-1715 Update POMs for the 2.1.0 snapshot.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@504540 13f79535-47bb-0310-9956-ffa450edef68
2007-02-07 13:23:42 +00:00
Ted Nathan Husted 80d3f05fe7 WW-1685 Update POMs for the next shapshot.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@503763 13f79535-47bb-0310-9956-ffa450edef68
2007-02-05 16:48:39 +00:00
Ted Nathan Husted 6489ffdafb WW-1685 Update POMs for 2.0.5 tag.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@503710 13f79535-47bb-0310-9956-ffa450edef68
2007-02-05 14:57:11 +00:00
Ted Nathan Husted 4e4376535b WW-1686 Update Freemarker dependency to 2.3.8.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@501048 13f79535-47bb-0310-9956-ffa450edef68
2007-01-29 13:48:56 +00:00
Ted Nathan Husted ac8b7404f1 Update POMs for Struts 2.0.5 SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@500934 13f79535-47bb-0310-9956-ffa450edef68
2007-01-29 03:51:53 +00:00
Ted Nathan Husted 238abc3d12 WW-1650 Update POMs for 2.0.4 release.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@500931 13f79535-47bb-0310-9956-ffa450edef68
2007-01-29 03:38:40 +00:00
Wendy Smoak 9fa46b3e20 Revert r498071 and put struts-annotations back in compile scope, but mark it optional to exclude it from transitive dependency resolution. Thanks to Musachy Barroso for catching this.
WW-1650

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498147 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 18:07:15 +00:00
Wendy Smoak bb29a91df7 Eliminate the compile-time dependency on struts-annotations. It is only required at build time, so configure it as a build extension.
WW-1650

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498071 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 05:08:12 +00:00
Ted Nathan Husted bce0209ecc WW-1588 Update POMs for 2.0.4-SNAPSHOT (once again).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498062 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 03:49:06 +00:00
Ted Nathan Husted 8bf687db8f WW-1588 Update POMs for 2.0.3 (third try).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498041 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 01:50:47 +00:00
Ted Nathan Husted a97043519c WW-1588 Update POMs for 2.0.4-SNAPSHOT (as discussed).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497807 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 13:26:15 +00:00
Ted Nathan Husted c66b4ed34a WW-1588 Update POMs for 2.0.3 (second try).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497787 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 12:10:42 +00:00
René Gielen 8f9b9df1f8 WW-1392:
- Move annotation definitions back to core, due to making the taglib extensible and removing the runtime deps on struts-annotations
- Set annotation retention to RUNTIME to enable external taglib extensions

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497654 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 00:21:57 +00:00
Donald J. Brown e72f299033 Removed unnecessary Commons Lang usage in portlet classes
WW-1652


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497293 13f79535-47bb-0310-9956-ffa450edef68
2007-01-18 03:13:27 +00:00
Ted Nathan Husted 2573b581c9 WW-1588 Update POMs for 2.1.0-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496766 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 17:01:40 +00:00
Ted Nathan Husted e563bd0e15 WW-1588 Update POMs for Struts 2.0.3 build.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496715 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 14:55:03 +00:00
Donald J. Brown 7928ea7792 Fixing Struts 2 build for OSX
WW-1588


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@494148 13f79535-47bb-0310-9956-ffa450edef68
2007-01-08 18:41:13 +00:00
Donald J. Brown 48dff9b7b4 Changed tag docs so that attributes are sorted by name
WW-1392


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@493650 13f79535-47bb-0310-9956-ffa450edef68
2007-01-07 05:25:33 +00:00
Donald J. Brown 6d1cf66ec7 Moving tag docs to Java 5 annotations and APT, storing generated html
in src/site/resources for possible use in site
WW-1392


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@493648 13f79535-47bb-0310-9956-ffa450edef68
2007-01-07 05:18:49 +00:00
Donald J. Brown f3583fd38b Upping xwork dep to 2.0.0
WW-1588


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@493554 13f79535-47bb-0310-9956-ffa450edef68
2007-01-06 19:59:42 +00:00
Donald J. Brown fbcd87e5be Adding generation of javadocs and sources jars when profile
"alljars" is activated
WW-1587


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@491633 13f79535-47bb-0310-9956-ffa450edef68
2007-01-01 21:19:27 +00:00
Donald J. Brown af34058f45 Integrating xwork docs with struts docs
WW-1395


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@491622 13f79535-47bb-0310-9956-ffa450edef68
2007-01-01 20:22:54 +00:00
Ted Nathan Husted b4c0159f22 WW-1588 Update Release Notes and XWork references.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@491467 13f79535-47bb-0310-9956-ffa450edef68
2006-12-31 19:13:40 +00:00
Ted Nathan Husted ef999fe8fc WW-1483 Update POM versions for Struts 2.0.3-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@491460 13f79535-47bb-0310-9956-ffa450edef68
2006-12-31 18:09:12 +00:00
Ted Nathan Husted ed450a698a WW-1483 Update POM versions for Struts 2.0.2 release. Update feature list.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@491439 13f79535-47bb-0310-9956-ffa450edef68
2006-12-31 16:10:19 +00:00
Ted Nathan Husted 0bf19bda92 WW-1483 Update dependency to XWork 2 RC 1.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@491376 13f79535-47bb-0310-9956-ffa450edef68
2006-12-31 03:30:43 +00:00
Donald J. Brown d81cb6ef03 Cnanging Struts to depend on xwork 2.0-rc1-snapshot
WW-1483


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@487008 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 06:45:36 +00:00
Donald J. Brown 6312b26c11 Moved continuations support into a new plugin
WW-1548 XW-453


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@486508 13f79535-47bb-0310-9956-ffa450edef68
2006-12-13 06:19:43 +00:00
Donald J. Brown 3d10e04609 Moving xwork dep to snapshot, since rc1 will be rolled tomorrow
WW-1483


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@484718 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 19:58:24 +00:00
Rainer Hermanns f66f8cd987 XWork-2.0-beta-3 released
o updating pom.xml

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@481535 13f79535-47bb-0310-9956-ffa450edef68
2006-12-02 09:49:30 +00:00
Donald J. Brown e0f575ffbe Adding TestNG support
WW-1531


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@481125 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 01:35:38 +00:00
Ted Nathan Husted e7299853d6 WW-1483 Update dependency to XWork 2 Beta 2, but we need the -sources.jar or -javadoc.jar in the OS repository to run the final assembly:assembly stage.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@480823 13f79535-47bb-0310-9956-ffa450edef68
2006-11-30 04:01:27 +00:00
René Gielen ae2c015f23 WW-1392:
Moving out annotations code to struts/maven/struts-annotations
o deactivating tld generation plugin for now
o remove tools dep

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@478792 13f79535-47bb-0310-9956-ffa450edef68
2006-11-24 07:41:17 +00:00
René Gielen bc60a86e97 WW-1392:
Reviewed & applied Musachy Barroso's patch, with small modiifications / namespace changes.
Next step is to work on the xd-tags to annotations conversion

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@477926 13f79535-47bb-0310-9956-ffa450edef68
2006-11-21 22:13:39 +00:00
James Mitchell 8cb614e0e8 WW-1483
Adding Retrotranslator configuration for these projects.



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@477497 13f79535-47bb-0310-9956-ffa450edef68
2006-11-21 04:02:42 +00:00
Donald J. Brown 3513e0841c Creating a spring plugin, fixing a few problems with the plexus plugin
WW-1499


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@474633 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 02:53:02 +00:00
Toby Jee 69e2552fd3 WW-1483
- updated struts2-core pom.xml's ognl dependency from version 2.6.7 to 2.6.9, due to a bug in comparing object not implementing Comparable in jsp reported by a WebWork user. see http://forums.opensymphony.com/thread.jspa?messageID=101348&#101348 for more info.



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@473957 13f79535-47bb-0310-9956-ffa450edef68
2006-11-12 12:37:19 +00:00
James Mitchell bb9c688f5e fix pom scm locations
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@470183 13f79535-47bb-0310-9956-ffa450edef68
2006-11-02 01:54:41 +00:00
Donald J. Brown d13faf9eee Changed xwork dep to snapshot, fixed config files to only reload once
per request
WW-1483 


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@468999 13f79535-47bb-0310-9956-ffa450edef68
2006-10-29 21:19:30 +00:00