]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc/src/main/java/org/argeo/slc/ant/SlcAntConfig.java
Introduce directory based structure
[gpl/argeo-slc.git] / org.argeo.slc / src / main / java / org / argeo / slc / ant / SlcAntConfig.java
index 7fedff747840feadd7e1c95ca7b0f4f0cf89118b..04e8e163b1d324cb00bd9a2a91a6d2aa5a700898 100644 (file)
@@ -24,6 +24,9 @@ public class SlcAntConfig {
        /** Path to the root Spring application context */\r
        public static String APPLICATION_CONTEXT_PROPERTY = "org.argeo.slc.ant.applicationContext";\r
 \r
+       // SLC LOCAL PROPERTIES\r
+       public static String DIR_DESCRIPTION_PROPERTY = "org.argeo.slc.ant.dirDescription";\r
+       \r
        /** Retrieve all properties and set them as project user properties */\r
        public static void initProject(Project project, File slcRootFile) {\r
                Properties p = loadFile(slcRootFile.getAbsolutePath());\r
@@ -83,7 +86,7 @@ public class SlcAntConfig {
                }\r
        }\r
 \r
-       private static Properties loadFile(String path) {\r
+       public static Properties loadFile(String path) {\r
                Properties p = new Properties();\r
                try {\r
                        FileInputStream in = new FileInputStream(path);\r