You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2006/08/12 15:37:52 UTC

svn commit: r431034 - /incubator/ofbiz/trunk/framework/webtools/webapp/webtools/includes/envsetup.jsp

Author: jonesde
Date: Sat Aug 12 06:37:52 2006
New Revision: 431034

URL: http://svn.apache.org/viewvc?rev=431034&view=rev
Log:
Whoops, fixed missing import for ModelEntity

Modified:
    incubator/ofbiz/trunk/framework/webtools/webapp/webtools/includes/envsetup.jsp

Modified: incubator/ofbiz/trunk/framework/webtools/webapp/webtools/includes/envsetup.jsp
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/webtools/webapp/webtools/includes/envsetup.jsp?rev=431034&r1=431033&r2=431034&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/webtools/webapp/webtools/includes/envsetup.jsp (original)
+++ incubator/ofbiz/trunk/framework/webtools/webapp/webtools/includes/envsetup.jsp Sat Aug 12 06:37:52 2006
@@ -14,7 +14,7 @@
 under the License.
 --%>
 <%@ page import="java.util.*, java.net.*" %>
-<%@ page import="org.ofbiz.security.*, org.ofbiz.entity.*, org.ofbiz.base.util.*, org.ofbiz.webapp.pseudotag.*, org.ofbiz.webapp.control.*, org.ofbiz.base.util.collections.*" %>
+<%@ page import="org.ofbiz.security.*, org.ofbiz.entity.*, org.ofbiz.entity.model.*, org.ofbiz.base.util.*, org.ofbiz.webapp.pseudotag.*, org.ofbiz.webapp.control.*, org.ofbiz.base.util.collections.*" %>
 <%@ page import="org.ofbiz.securityext.login.*, org.ofbiz.common.*" %>
 
 <%@ taglib uri="ofbizTags" prefix="ofbiz" %>