X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FConstants.java;h=512df8989c4d850bc9bce2a5d01338b99b688780;hb=433f4b3f7913379d8bcc611c489de2bf1454e9fa;hp=0dde21aacf41a24992888bd55b5d732e6b158ffe;hpb=d4af4e66f7aee7d99deecc7b3a3125eb3748884e;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/Constants.java b/forester/java/src/org/forester/archaeopteryx/Constants.java index 0dde21a..512df89 100644 --- a/forester/java/src/org/forester/archaeopteryx/Constants.java +++ b/forester/java/src/org/forester/archaeopteryx/Constants.java @@ -36,9 +36,9 @@ import org.forester.util.ForesterConstants; public final class Constants { - final static boolean __ALLOW_PHYLOGENETIC_INFERENCE = false; - public final static boolean __RELEASE = true; // TODO remove me - public final static boolean __SNAPSHOT_RELEASE = true; // TODO remove me + final static boolean __ALLOW_PHYLOGENETIC_INFERENCE = true; + public final static boolean __RELEASE = false; // TODO remove me + public final static boolean __SNAPSHOT_RELEASE = false; // TODO remove me public final static boolean __SYNTH_LF = false; // TODO remove me public final static boolean ALLOW_DDBJ_BLAST = false; public final static String PRG_NAME = "Archaeopteryx";