]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/ant/SlcAntConfig.java
Improve comments
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / ant / SlcAntConfig.java
index 80e6acb031d222efba67971b37e76486a7688e5a..6085c663531082223c70947cc2c11852170e44e1 100644 (file)
@@ -106,9 +106,13 @@ import org.argeo.slc.core.test.WritableTestRun;
  */\r
 public class SlcAntConfig {\r
        // SLC ROOT PROPERTIES\r
+       /** Property for the root file (SLC root property file). */\r
        public final static String ROOT_FILE_PROPERTY = "slc.rootFile";\r
+       /** Property for the root dir (SLC root property file). */\r
        public final static String ROOT_DIR_PROPERTY = "slc.rootDir";\r
+       /** Property for the conf dir (SLC root property file). */\r
        public final static String CONF_DIR_PROPERTY = "slc.confDir";\r
+       /** Property for the work dir (SLC root property file). */\r
        public final static String WORK_DIR_PROPERTY = "slc.workDir";\r
        /**\r
         * Comma-separated list of property file names to load from the conf dir and\r
@@ -123,6 +127,7 @@ public class SlcAntConfig {
        public static String DEFAULT_TEST_RUN_PROPERTY = "slc.defaultTestRun";\r
 \r
        // SLC LOCAL PROPERTIES\r
+       /** Property for the dir description (SLC local property file). */\r
        public static String DIR_DESCRIPTION_PROPERTY = "slc.dirDescription";\r
 \r
        private String slcRootFileName = "slcRoot.properties";\r
@@ -145,7 +150,7 @@ public class SlcAntConfig {
                if (slcRootFile == null) {\r
                        return false;\r
                }\r
-               \r
+\r
                // pass the project properties through the System properties\r
                System.getProperties().putAll((Map<?, ?>) project.getUserProperties());\r
                Properties all = prepareAllProperties(slcRootFile);\r