Added website.
This commit is contained in:
parent
3f61e9b35b
commit
3951217408
16 changed files with 266 additions and 82 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Created by JReleaseInfo AntTask from Open Source Competence Group */
|
||||
/* Creation date Thu Jul 22 22:36:26 PDT 2004 */
|
||||
/* Creation date Fri Jul 23 12:07:42 PDT 2004 */
|
||||
package net.thauvin.lifeblogger;
|
||||
|
||||
import java.util.Date;
|
||||
|
@ -12,21 +12,21 @@ import java.util.Date;
|
|||
public class ReleaseInfo {
|
||||
|
||||
|
||||
/** buildDate (set during build process to 1090560986937L). */
|
||||
private static Date buildDate = new Date(1090560986937L);
|
||||
/** buildDate (set during build process to 1090609662812L). */
|
||||
private static Date buildDate = new Date(1090609662812L);
|
||||
|
||||
/**
|
||||
* Get buildDate (set during build process to Thu Jul 22 22:36:26 PDT 2004).
|
||||
* Get buildDate (set during build process to Fri Jul 23 12:07:42 PDT 2004).
|
||||
* @return Date buildDate
|
||||
*/
|
||||
public static final Date getBuildDate() { return buildDate; }
|
||||
|
||||
|
||||
/**
|
||||
* Get buildNumber (set during build process to 97).
|
||||
* Get buildNumber (set during build process to 101).
|
||||
* @return int buildNumber
|
||||
*/
|
||||
public static final int getBuildNumber() { return 97; }
|
||||
public static final int getBuildNumber() { return 101; }
|
||||
|
||||
|
||||
/** version (set during build process to "0.1.0"). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue