src/struts.xml

来源:互联网 发布:凤凰炒股大赛软件 编辑:程序博客网 时间:2024/05/21 00:49
<?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE struts PUBLIC        "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"        "http://struts.apache.org/dtds/struts-2.0.dtd"><struts>    <constant name="struts.custom.i18n.resources" value="Constants"></constant><include file="userManage/userManage-struts.xml"/><include file="loginManage/loginManage-struts.xml"/>    <include file="customerInfo/customerInfoManager-struts.xml"/><include file="areaCategory/areaCategory-struts.xml"/><include file="area/area-struts.xml"/><include file="serviceCategory/serviceCategory-struts.xml"/><include file="agreement/struts.xml"/><include file="productMaintainFrequency/struts.xml"/><include file="filterMaintainFrequency/struts.xml"/>    <include file="feesHistory/struts.xml"/><include file="customerService/struts.xml"/><include file="customerFilter/struts.xml"/><include file="customerAllService/struts.xml"/><include file="commonCategory/struts.xml"/><include file="comment/struts.xml"/> <include file="bom/struts.xml"/><include file="bomEntry/struts.xml"/><include file="mps/struts.xml"/><include file="item/struts.xml"/><include file="tag/struts.xml"/><include file="savedSearch/struts.xml"/><include file="stockBill/stockBill-struts.xml"/> <include file="manufacture/struts.xml"/> <!-- 制造 --><include file="packing/struts.xml"/> <!-- 包装 --><include file="manage/struts.xml"/> <include file="user/struts.xml"/> <include file="role/struts.xml"/> <include file="permission/struts.xml"/> <include file="rolePermission/struts.xml"/> <include file="bomGroup/struts.xml"/> <include file="manuPlanNew/manuPlanNew-struts.xml"/> <include file="userRole/userRole-struts.xml"/> <include file="employee/struts.xml"/> <include file="measureUnit/struts.xml"/><include file="category/struts.xml"/> <include file="exportStockBill/struts.xml"/> <include file="laboratory/struts.xml"/>  <!-- 实验室 --><include file="manuOrder/manuOrder-struts.xml"/>  <include file="status/status-struts.xml"/><include file="stock/stock-struts.xml"/>  <!-- 包装指示 --><include file="packDirective/struts.xml"/>  <include file="packOrderGenerator/struts.xml"/>  <include file="packOrder/struts.xml"/> <include file="packSupplyStockBillGenerator/struts.xml"/><!--包装 排产配置信息管理--><include file="packSchedulingConfig/struts.xml"/>  <!-- 部门管理 2011.12.27 --> <include file="department/struts.xml"/>  <!-- 编号 --><include file="number/struts.xml"/>  <include file="common/service/common-struts.xml"/> </struts>