001
014
015 package com.liferay.portal.model;
016
017
020 public class ReleaseConstants {
021
022 public static final long DEFAULT_ID = 1;
023
024 public static final String DEFAULT_SERVLET_CONTEXT_NAME = "portal";
025
026 public static final int STATE_GOOD = 0;
027
028 public static final int STATE_UPGRADE_FAILURE = 1;
029
030 public static final int STATE_VERIFY_FAILURE = 2;
031
032 public static final String TEST_STRING =
033 "You take the blue pill, the story ends, you wake up in your bed and " +
034 "believe whatever you want to believe. You take the red pill, " +
035 "you stay in Wonderland, and I show you how deep the rabbit " +
036 "hole goes.";
037
038 }