3m9 compatible;
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / IJavaModelStatusConstants.java
index aa108f9..b089522 100644 (file)
@@ -280,4 +280,10 @@ public interface IJavaModelStatusConstants {
         * @since 2.1
         */
        public static final int DISABLED_CP_MULTIPLE_OUTPUT_LOCATIONS = 1003;
+       
+       /**
+        * Status constant indicating that a compiler failure occurred.
+        * @since 3.0
+        */
+       public static final int COMPILER_FAILURE        = 1005; 
 }