Révision 1495
tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 1495) | ||
---|---|---|
65 | 65 |
public abstract class TXMResult implements Cloneable, IProgressMonitor, Comparable<TXMResult> { |
66 | 66 |
|
67 | 67 |
public static final DateFormat ID_TIME_FORMAT = new SimpleDateFormat("YYYYMMdd_HHmmssSSS"); |
68 |
public static final DateFormat PRETTY_TIME_FORMAT = new SimpleDateFormat("YYYY/MM/dd HH:mm:ss"); |
|
68 | 69 |
public static final String UUID_PREFIX = "txm_res_"; //$NON-NLS-1$ |
69 | 70 |
public static final Pattern FILE_NAME_PATTERN = Pattern.compile("[^a-zA-Z0-9\\.-]+"); //$NON-NLS-1$ |
70 | 71 |
public static final String UNDERSCORE = "_"; |
tmp/org.txm.properties.core/src/org/txm/properties/core/functions/Properties.java (revision 1495) | ||
---|---|---|
289 | 289 |
|
290 | 290 |
if (corpus.getDescription() != null && corpus.getDescription().length() > 0) { |
291 | 291 |
buff.append("<p>" + corpus.getDescription() + "</p>"); //$NON-NLS-1$ //$NON-NLS-2$ |
292 |
buff.append(NLS.bind("<p>Created the {0}</p>", TXMResult.PRETTY_TIME_FORMAT.format(this.corpus.getCreationDate()))); |
|
293 |
buff.append(NLS.bind("<p>Imported the {0}</p>", TXMResult.PRETTY_TIME_FORMAT.format(this.corpus.getComputeDate()))); |
|
292 | 294 |
} |
293 | 295 |
|
294 | 296 |
buff.append("<h3 style'font-family:\"Arial\";'>" + PropertiesCoreMessages.generalStatistics_2 + "</h3>\n"); //$NON-NLS-1$ //$NON-NLS-2$ |
Formats disponibles : Unified diff