]> 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 (working)
[gpl/argeo-slc.git] / org.argeo.slc.agent / src / main / java / org / argeo / slc / ant / SlcAntConstants.java
index c76dac60bc586b28b43cc3dfc7111a6ab89ef13e..a170b1e33e095e51dda7eafea4bdf4e2aff665f1 100644 (file)
@@ -24,5 +24,13 @@ 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";
+       /** Name of the Spring bean used by default */
+       public final static String DEFAULT_TEST_RUN_PROPERTY = "slc.defaultTestRun";
 
 }