[jboss-svn-commits] JBL Code SVN: r32060 - labs/jbossrules/branches/factsConstraints_baunax_esteban/drools-guvnor/src/main/java/org/drools/guvnor/client/common.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Mar 12 14:05:42 EST 2010


Author: baunax
Date: 2010-03-12 14:05:41 -0500 (Fri, 12 Mar 2010)
New Revision: 32060

Modified:
   labs/jbossrules/branches/factsConstraints_baunax_esteban/drools-guvnor/src/main/java/org/drools/guvnor/client/common/AssetFormats.java
Log:
added format for WorkingSets

Modified: labs/jbossrules/branches/factsConstraints_baunax_esteban/drools-guvnor/src/main/java/org/drools/guvnor/client/common/AssetFormats.java
===================================================================
--- labs/jbossrules/branches/factsConstraints_baunax_esteban/drools-guvnor/src/main/java/org/drools/guvnor/client/common/AssetFormats.java	2010-03-12 16:17:19 UTC (rev 32059)
+++ labs/jbossrules/branches/factsConstraints_baunax_esteban/drools-guvnor/src/main/java/org/drools/guvnor/client/common/AssetFormats.java	2010-03-12 19:05:41 UTC (rev 32060)
@@ -74,6 +74,8 @@
     
     public static final String PROPERTIES = "properties";
 
+    public static final String WORKING_SET = "workingset";
+    
     /**
      * The following group the assets together for lists, helpers etc...
      */
@@ -82,9 +84,8 @@
     /**
      * These define assets that are really package level "things". Used to decide when to flush any caches.
      */
-    private static final String[] PACKAGE_DEPENCENCIES = new String[] {AssetFormats.FUNCTION, AssetFormats.DSL, AssetFormats.MODEL, AssetFormats.ENUMERATION, AssetFormats.DRL_MODEL};
+    private static final String[] PACKAGE_DEPENCENCIES = new String[] {AssetFormats.FUNCTION, AssetFormats.DSL, AssetFormats.MODEL, AssetFormats.ENUMERATION, AssetFormats.DRL_MODEL, AssetFormats.WORKING_SET};
 
-
     /**
      * Will return true if the given asset format is a package dependency (eg a function, DSL, model etc).
      * Package dependencies are needed before the package is validated, and any rule assets are processed.



More information about the jboss-svn-commits mailing list