Issue Details (XML | Word | Printable)

Key: APF-619
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

Move version and company information to ApplicationResources.properties

Created: 05/Feb/07 03:02 PM   Updated: 05/Feb/07 03:37 PM   Resolved: 05/Feb/07 03:37 PM
Component/s: Build, Test, or Deploy Process, Web - General
Affects Version/s: 2.0-M2
Fix Version/s: 2.0-M3


 Description  « Hide
A number of key variables are displayed in header.jsp and footer.jsp. Since these files are no longer in the source of the user's project, these should be variables that are
read rather than ones that are parsed/replaced at build-time.

Proposed solution:

Move these values into ApplicationResources.properties. This file is already filtered (so version can be dynamic) and things can be customized on a per-language basis:

The following settings will only exist in ApplicationResources.properties. If they need to be internationalized - override them in the appropriate language bundle.

webapp.name=AppFuse
webapp.tagline=Providing integration and style to open source Java.
webapp.version=Version ${pom.version}
company.name=Your Company Here
company.url=http://raibledesigns.com

Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.