added compiere.model on default packages to allow compatibility with other plugins

This commit is contained in:
Carlos Ruiz 2006-12-26 21:01:15 +00:00
parent f8cfbbd765
commit 3b44261342
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ public class MTable extends X_AD_Table
/** Packages for Model Classes */
private static final String[] s_packages = new String[] {
"compiere.model", // globalqss allow compatibility with other plugins
"adempiere.model", // Extensions
"org.compiere.model", "org.compiere.wf",
"org.compiere.print", "org.compiere.impexp"