Updated to commons-httpclient 3.0rc2
Updated to delicious 1.6
This commit is contained in:
parent
8af0c93774
commit
e93d046b94
9 changed files with 65 additions and 65 deletions
|
@ -1,5 +1,5 @@
|
|||
/* Created by JReleaseInfo AntTask from Open Source Competence Group */
|
||||
/* Creation date Thu May 05 12:13:41 PDT 2005 */
|
||||
/* Creation date Wed May 11 02:01:54 PDT 2005 */
|
||||
package net.thauvin.erik.mobibot;
|
||||
|
||||
import java.util.Date;
|
||||
|
@ -12,21 +12,21 @@ import java.util.Date;
|
|||
public class ReleaseInfo {
|
||||
|
||||
|
||||
/** buildDate (set during build process to 1115320421004L). */
|
||||
private static Date buildDate = new Date(1115320421004L);
|
||||
/** buildDate (set during build process to 1115802114846L). */
|
||||
private static Date buildDate = new Date(1115802114846L);
|
||||
|
||||
/**
|
||||
* Get buildDate (set during build process to Thu May 05 12:13:41 PDT 2005).
|
||||
* Get buildDate (set during build process to Wed May 11 02:01:54 PDT 2005).
|
||||
* @return Date buildDate
|
||||
*/
|
||||
public static final Date getBuildDate() { return buildDate; }
|
||||
|
||||
|
||||
/**
|
||||
* Get buildNumber (set during build process to 26).
|
||||
* Get buildNumber (set during build process to 27).
|
||||
* @return int buildNumber
|
||||
*/
|
||||
public static final int getBuildNumber() { return 26; }
|
||||
public static final int getBuildNumber() { return 27; }
|
||||
|
||||
|
||||
/** version (set during build process to "0.3"). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue