This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version/build-date/build-number cleanup:
+ client and server get version info from associated properties file, which is filtered during the build to include the version declared in the pom + changed client's About screen "Release Date" to "Build Date" so this info can automatically come from Client.properties + client also now prints build number in the About screen + server now also logs the build date at startup minor admin gui change: + default size of fedora-admin window and object editor frame increased (but still fits within 1024x768 screens) misc: + got rid of old, unused MakePatch utility class
- Loading branch information
Chris Wilper
committed
Dec 17, 2009
1 parent
e4f1e1d
commit f1b44f6
Showing
12 changed files
with
49 additions
and
439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 6 additions & 4 deletions
10
...o-client/fcrepo-client-admin/src/main/resources/fedora/client/resources/Client.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Client properties. Values generated at build from Server.properties | ||
version=@version@ | ||
releaseDate=@releaseDate@ | ||
compatibleServerVersions=2.2 2.2.1 2.2.2 2.2.3 2.2.4 3.0b1 3.0b2 3.0 3.1 3.2 3.2.1 @version@ | ||
# Client properties | ||
|
||
version=${version} | ||
buildDate=${timestamp} | ||
buildNumber=${buildNumber} | ||
compatibleServerVersions=2.2 2.2.1 2.2.2 2.2.3 2.2.4 3.0b1 3.0b2 3.0 3.1 3.2 3.2.1 ${version} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.