/[Apache-SVN]/portals/bridges/trunk/struts/project.xml
ViewVC logotype

Log of /portals/bridges/trunk/struts/project.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 517068 - (view) (annotate) - [select for diffs]
Modified Mon Mar 12 01:44:37 2007 UTC (2 years, 8 months ago) by ate
File length: 3068 byte(s)
Diff to previous 512091 (colored)
JIRA issue PB-59: Compliance with http://www.apache.org/legal/src-headers.html
- fixed all source license headers
- provided NOTICE.txt which will be included in all produced artifacts (jars,wars)
  Note: this currently only works correctly when build with maven-1.
- bump version to 1.0.2-RC

AFAIK, this commit brings bridges fully inline with the requirements of http://www.apache.org/legal/src-headers.html,
so I'll close PB-59 hereafter.

I'll also tag this "release candidate" 1.0.2-RC, but (as the -RC already indicates) this will not lead to a new release (yet).
There are still *zero* code changes since the 1.0.1 release.
After setting the 1.0.2-RC tag, I'll bump the version to 1.0.2-dev for continued (real) development. 

Revision 512091 - (view) (annotate) - [select for diffs]
Modified Tue Feb 27 00:47:53 2007 UTC (2 years, 9 months ago) by ate
File length: 2683 byte(s)
Diff to previous 510753 (colored)
Resolving PB-56: Dropping multiple struts versions build support as it is causing problems for the maven-2 build
See: https://issues.apache.org/jira/browse/PB-56

Revision 510753 - (view) (annotate) - [select for diffs]
Modified Fri Feb 23 01:28:50 2007 UTC (2 years, 9 months ago) by ate
File length: 2665 byte(s)
Diff to previous 354961 (colored)
Fixing PB-38: Switching between View and Edit modes, portlet remembers only the last action (and not the last action in that mode) and goes to that regardless of the mode.
and    PB-49: Multiple instances of a struts portlet should be able to coexist on a single page

Revision 354961 - (view) (annotate) - [select for diffs]
Modified Thu Dec 8 03:45:04 2005 UTC (3 years, 11 months ago) by ate
File length: 2643 byte(s)
Diff to previous 265806 (colored)
Big move: preparation for final 1.0 version:
- versions set to 1.0
- groupId set to org.apache.portals.bridges

Revision 265806 - (view) (annotate) - [select for diffs]
Modified Thu Sep 1 23:18:38 2005 UTC (4 years, 2 months ago) by ate
File length: 2632 byte(s)
Diff to previous 226717 (colored)
Implementing http://issues.apache.org/jira/browse/PB-5: Added Struts 1.2.7 support
Now two artifacts are produced from the Struts Bridge sub project: one for Struts 1.2.4 and on for Struts 1.2.7.
The artifacts jars now have a different naming as result: portals-bridges-struts-${struts version}-${bridge version}.jar
The only difference right now is the tlds (Struts 1.2.7 introduced a lot of new attributes for the struts-html[-el] tags).

Revision 226717 - (view) (annotate) - [select for diffs]
Modified Mon Aug 1 02:30:26 2005 UTC (4 years, 3 months ago) by ate
File length: 2610 byte(s)
Diff to previous 225878 (colored)
For some #%$@* reason the resources configuration was stripped resulting in the tld's no longer be jarred
and all Struts Bridge portlets broken.

Revision 225878 - (view) (annotate) - [select for diffs]
Modified Thu Jul 28 20:44:20 2005 UTC (4 years, 4 months ago) by sgala
File length: 2301 byte(s)
Diff to previous 216252 (colored)
Moving the portals-bridges component to its own subproject.

Revision 216252 - (view) (annotate) - [select for diffs]
Modified Wed Jul 13 21:14:11 2005 UTC (4 years, 4 months ago) by weaver
Original Path: portals/jetspeed-2/trunk/portals-bridges/struts/project.xml
File length: 2301 byte(s)
Diff to previous 216060 (colored)
SRP-304:
http://issues.apache.org/jira/browse/JS2-304#action_12315720

Revision 216060 - (view) (annotate) - [select for diffs]
Modified Wed Jul 13 00:50:04 2005 UTC (4 years, 4 months ago) by dlestrat
Original Path: portals/jetspeed-2/trunk/portals-bridges/struts/project.xml
File length: 3787 byte(s)
Diff to previous 191820 (colored)
http://issues.apache.org/jira/browse/JS2-304?page=comments#action_12315646 

Revision 191820 - (view) (annotate) - [select for diffs]
Modified Wed Jun 22 12:35:38 2005 UTC (4 years, 5 months ago) by ate
Original Path: portals/jetspeed-2/trunk/portals-bridges/struts/project.xml
File length: 3311 byte(s)
Diff to previous 189937 (colored)
Refactored Portals Bridges subproject configurations for the new Bridges project.
Also includes a first draft for the new Bridges Home page.

See: http://issues.apache.org/jira/browse/JS2-284, 
     http://issues.apache.org/jira/browse/JS2-285,
     http://issues.apache.org/jira/browse/JS2-286 and
     http://issues.apache.org/jira/browse/JS2-292

Revision 189937 - (view) (annotate) - [select for diffs]
Modified Fri Jun 10 10:51:53 2005 UTC (4 years, 5 months ago) by ate
Original Path: portals/jetspeed-2/trunk/portals-bridges/struts/project.xml
File length: 3381 byte(s)
Diff to previous 188459 (colored)
Replaced (and corrected!) all cvs repository references to the new SVN urls

Revision 188459 - (view) (annotate) - [select for diffs]
Modified Thu Mar 31 14:07:19 2005 UTC (4 years, 7 months ago) by ate
Original Path: portals/jetspeed-2/trunk/portals-bridges/struts/project.xml
File length: 3244 byte(s)
Diff to previous 188291 (colored)
Replaced entity reference locator lookup with dynamic entity parameter substitution.
Also (big!): all produced artifact versions and the pluto version are now defined as entity references in etc/artifact-versions.ent
Changing the Jetspeed build version for example now only needs to be changed there (and in eclipse .project)

Furthermore, now only one (master) locator.ent is needed in the root. All other (subproject) locator.ent refer to this one.
To be able to determine the correct relative directory for the external entity refererences, an external locator.path entity parameter is used.

Revision 188291 - (view) (annotate) - [select for diffs]
Modified Mon Jan 31 03:21:11 2005 UTC (4 years, 9 months ago) by ate
Original Path: portals/jetspeed-2/trunk/portals-bridges/struts/project.xml
File length: 3186 byte(s)
Diff to previous 188222 (colored)
I like Struts Bridge better than Struts Framework Bridge

Revision 188222 - (view) (annotate) - [select for diffs]
Modified Thu Jan 20 01:41:15 2005 UTC (4 years, 10 months ago) by ate
Original Path: portals/jetspeed-2/trunk/portals-bridges/struts/project.xml
File length: 3216 byte(s)
Diff to previous 187139 (colored)
Major upgrade of the Struts Bridge which is why I bumped up the version to 0.2
The old source has been tagged with PRE_STRUTS_BRIDGE_UPGRADE_TO_0.2.
I will commit proper documentation the next few days.

Revision 187139 - (view) (annotate) - [select for diffs]
Added Thu Jul 29 22:16:41 2004 UTC (5 years, 3 months ago) by ate
Original Path: portals/jetspeed-2/trunk/portals-bridges/struts/project.xml
File length: 3200 byte(s)
New portals bridges subproject with the Struts Bridge (moved from and replaces Struts Portlet Framework)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2