Upload Usecase-UI project structure code 03/9703/1
authorshentao <shentao@chinamobile.com>
Thu, 31 Aug 2017 15:40:50 +0000 (23:40 +0800)
committershentao <shentao@chinamobile.com>
Thu, 31 Aug 2017 15:40:58 +0000 (23:40 +0800)
commit4ff32341a0af1972b44a7410e76e9b231131e7ab
treee12d231d9204183e288cd2c39100b796d0c3365c
parent47b0a0f5957fab266d8c02d0fb09ac6bba343cbd
Upload Usecase-UI project structure code

Change-Id: Iac0da235df9fdf075d6ea6e368cebf58695fc796
Issue-Id: USECASEUI-6
Signed-off-by: shentao <shentao@chinamobile.com>
43 files changed:
pom.xml [new file with mode: 0644]
usecaseui-common/pom.xml [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/conf/quartz.properties [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/conf/raptor.properties [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/conf/raptor_app_fusion.properties [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/conf/raptor_db_fusion.properties [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/conf/raptor_pdf.properties [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/conf/sql.properties [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/conf/sql.properties.oracle [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/conf/fusion.properties [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/defs/definitions.xml [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/.gitignore [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/broadcast.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/broadcast_list.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/data_out.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/ds2/template.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/ebz/ebz_footer.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/ebz/ebz_header.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/ebz/loginSnippet.html [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/ebz_template.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/ebz_template_noheader_nofooter.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/ebz_template_report_embedded.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/es_search_demo.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/es_suggest_demo.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/frame_insert.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/include.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/meta.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/popup_modal.html [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/popup_modal_role.html [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/popup_modal_rolefunction.html [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/sequence/details.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/jsp/webrtc/collaboration.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/orm/Fusion.hbm.xml [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/fusion/orm/Workflow.hbm.xml [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/jsp/error.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/jsp/leafletMap.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/jsp/login_external_ng.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/jsp/net_map.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
usecaseui-common/src/main/webapp/index.jsp [new file with mode: 0644]
usecaseui-common/src/main/webapp/manifest.jsp [new file with mode: 0644]
usecaseui-lcm/pom.xml [new file with mode: 0644]
usecaseui-monitor/pom.xml [new file with mode: 0644]