]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.agent/src/main/java/org/argeo/slc/ant/SlcAntConstants.java
New runtime end to end (not yet working)
[gpl/argeo-slc.git] / org.argeo.slc.agent / src / main / java / org / argeo / slc / ant / SlcAntConstants.java
index c76dac60bc586b28b43cc3dfc7111a6ab89ef13e..2a8405e35f2b622ebf2bda74d6dc047d743d0132 100644 (file)
@@ -24,5 +24,11 @@ public interface SlcAntConstants {
 
        public final static String EXECATTR_ANT_FILE = "ant.file";
        public final static String EXECATTR_ANT_TARGETS = "ant.targets";
+       /** Property for the root dir (SLC root property file). */
+       public final static String ROOT_DIR_PROPERTY = "slc.rootDir";
+       /** Property for the conf dir (SLC root property file). */
+       public final static String CONF_DIR_PROPERTY = "slc.confDir";
+       /** Property for the work dir (SLC root property file). */
+       public final static String WORK_DIR_PROPERTY = "slc.workDir";
 
 }