]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/DistConstants.java
First draft of some views to browse the Slc Repo
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / DistConstants.java
1 package org.argeo.slc.client.ui.dist;
2
3 /** Constants used across the application. */
4 public interface DistConstants {
5 /*
6 * MISCEALLENEOUS
7 */
8 public final static String DATE_TIME_FORMAT = "MM/dd/yyyy, HH:mm";
9 public final static String DATE_FORMAT = "MM/dd/yyyy";
10
11 /*
12 * Architecture specific constants
13 */
14 public final static String BASE_ARTIFACTS_NODE_PATH = "/slc/repo/artifacts";
15 }