]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/DevelLauncher.java
Implement template hot-redeploy :-).
[gigi.git] / src / org / cacert / gigi / DevelLauncher.java
index 6fa8a29a8cada7de1c5d1f27326168b34bddc8b4..254b1e72f05d1e37b3816d0a9154b452874d9468 100644 (file)
@@ -17,6 +17,8 @@ import org.kamranzafar.jtar.TarHeader;
 import org.kamranzafar.jtar.TarOutputStream;
 
 public class DevelLauncher {
+       public static final boolean DEVEL = true;
+
        public static void main(String[] args) throws Exception {
                Properties mainProps = new Properties();
                mainProps.load(new FileInputStream("config/gigi.properties"));