From de22d35015e96a208baf7fb20eb02c4a8260e127 Mon Sep 17 00:00:00 2001 From: lishengzhao Date: Thu, 20 Mar 2014 12:51:40 +0800 Subject: [PATCH] Change to wdcy --- pom.xml | 11 ------ .../webapp/WEB-INF/jsp/decorators/main.jsp | 11 ------ .../webapp/WEB-INF/jsp/mobile/dashboard.jsp | 11 ------ .../webapp/WEB-INF/jsp/oauth_approval.jsp | 11 ------ src/main/webapp/WEB-INF/jsp/oauth_error.jsp | 11 ------ .../webapp/WEB-INF/jsp/unity/dashboard.jsp | 11 ------ src/main/webapp/WEB-INF/jsp/user_overview.jsp | 11 ------ src/main/webapp/WEB-INF/web.xml | 38 +------------------ src/main/webapp/index.jsp | 11 ------ src/main/webapp/login.jsp | 11 ------ src/test/java/cc/wdcy/ContextTest.java | 11 ------ .../AbstractRepositoryTest.java | 11 ------ .../mybatis/OauthRepositoryMyBatisTest.java | 11 ------ .../mybatis/UserRepositoryMyBatisTest.java | 11 ------ 14 files changed, 1 insertion(+), 180 deletions(-) diff --git a/pom.xml b/pom.xml index 6cd8d3f..b222cd6 100644 --- a/pom.xml +++ b/pom.xml @@ -188,12 +188,6 @@ - - net.sf.ehcache - ehcache-web - 2.0.4 - - opensymphony sitemesh @@ -243,11 +237,6 @@ spring-core ${spring.version} - - - - - org.springframework spring-tx diff --git a/src/main/webapp/WEB-INF/jsp/decorators/main.jsp b/src/main/webapp/WEB-INF/jsp/decorators/main.jsp index 5a4d8a8..e0e7558 100644 --- a/src/main/webapp/WEB-INF/jsp/decorators/main.jsp +++ b/src/main/webapp/WEB-INF/jsp/decorators/main.jsp @@ -1,14 +1,3 @@ -<%-- - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. ---%> <%-- * * @author Shengzhao Li diff --git a/src/main/webapp/WEB-INF/jsp/mobile/dashboard.jsp b/src/main/webapp/WEB-INF/jsp/mobile/dashboard.jsp index 0031bac..dbdac42 100644 --- a/src/main/webapp/WEB-INF/jsp/mobile/dashboard.jsp +++ b/src/main/webapp/WEB-INF/jsp/mobile/dashboard.jsp @@ -1,14 +1,3 @@ -<%-- - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. ---%> <%-- * * @author Shengzhao Li diff --git a/src/main/webapp/WEB-INF/jsp/oauth_approval.jsp b/src/main/webapp/WEB-INF/jsp/oauth_approval.jsp index 7cda532..a8654d1 100644 --- a/src/main/webapp/WEB-INF/jsp/oauth_approval.jsp +++ b/src/main/webapp/WEB-INF/jsp/oauth_approval.jsp @@ -1,14 +1,3 @@ -<%-- - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. ---%> <%-- * * @author Shengzhao Li diff --git a/src/main/webapp/WEB-INF/jsp/oauth_error.jsp b/src/main/webapp/WEB-INF/jsp/oauth_error.jsp index 6a75683..51ce388 100644 --- a/src/main/webapp/WEB-INF/jsp/oauth_error.jsp +++ b/src/main/webapp/WEB-INF/jsp/oauth_error.jsp @@ -1,14 +1,3 @@ -<%-- - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. ---%> <%-- * * @author Shengzhao Li diff --git a/src/main/webapp/WEB-INF/jsp/unity/dashboard.jsp b/src/main/webapp/WEB-INF/jsp/unity/dashboard.jsp index 57493a2..1dccc70 100644 --- a/src/main/webapp/WEB-INF/jsp/unity/dashboard.jsp +++ b/src/main/webapp/WEB-INF/jsp/unity/dashboard.jsp @@ -1,14 +1,3 @@ -<%-- - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. ---%> <%-- * * @author Shengzhao Li diff --git a/src/main/webapp/WEB-INF/jsp/user_overview.jsp b/src/main/webapp/WEB-INF/jsp/user_overview.jsp index a3a69d5..d534fb4 100644 --- a/src/main/webapp/WEB-INF/jsp/user_overview.jsp +++ b/src/main/webapp/WEB-INF/jsp/user_overview.jsp @@ -1,14 +1,3 @@ -<%-- - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. ---%> <%-- * * @author Shengzhao Li diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 1d10e75..5f55f00 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -5,7 +5,7 @@ http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5"> - spring-oauth + spring-oauth-server @@ -31,42 +31,6 @@ /* - - - gzipFilter - - net.sf.ehcache.constructs.web.filter.GzipFilter - - - - gzipFilter - *.css - - - gzipFilter - *.png - - - gzipFilter - *.gif - - - gzipFilter - *.html - - - gzipFilter - *.htm - - - gzipFilter - *.js - - - gzipFilter - *.json - - springSecurityFilterChain diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp index f5c0c54..38d4aac 100644 --- a/src/main/webapp/index.jsp +++ b/src/main/webapp/index.jsp @@ -1,14 +1,3 @@ -<%-- - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. ---%> <%-- * * @author Shengzhao Li diff --git a/src/main/webapp/login.jsp b/src/main/webapp/login.jsp index 2d0f540..c08f820 100644 --- a/src/main/webapp/login.jsp +++ b/src/main/webapp/login.jsp @@ -1,14 +1,3 @@ -<%-- - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. ---%> <%-- * * @author Shengzhao Li diff --git a/src/test/java/cc/wdcy/ContextTest.java b/src/test/java/cc/wdcy/ContextTest.java index d5563d2..3eaa667 100644 --- a/src/test/java/cc/wdcy/ContextTest.java +++ b/src/test/java/cc/wdcy/ContextTest.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy; import cc.wdcy.domain.shared.BeanProvider; diff --git a/src/test/java/cc/wdcy/infrastructure/AbstractRepositoryTest.java b/src/test/java/cc/wdcy/infrastructure/AbstractRepositoryTest.java index d3821ca..022f2d7 100644 --- a/src/test/java/cc/wdcy/infrastructure/AbstractRepositoryTest.java +++ b/src/test/java/cc/wdcy/infrastructure/AbstractRepositoryTest.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.infrastructure; import cc.wdcy.ContextTest; diff --git a/src/test/java/cc/wdcy/infrastructure/mybatis/OauthRepositoryMyBatisTest.java b/src/test/java/cc/wdcy/infrastructure/mybatis/OauthRepositoryMyBatisTest.java index ba77fb1..b0c8383 100644 --- a/src/test/java/cc/wdcy/infrastructure/mybatis/OauthRepositoryMyBatisTest.java +++ b/src/test/java/cc/wdcy/infrastructure/mybatis/OauthRepositoryMyBatisTest.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.infrastructure.mybatis; import cc.wdcy.domain.oauth.OauthClientDetails; diff --git a/src/test/java/cc/wdcy/infrastructure/mybatis/UserRepositoryMyBatisTest.java b/src/test/java/cc/wdcy/infrastructure/mybatis/UserRepositoryMyBatisTest.java index 0e57a9b..9c74636 100644 --- a/src/test/java/cc/wdcy/infrastructure/mybatis/UserRepositoryMyBatisTest.java +++ b/src/test/java/cc/wdcy/infrastructure/mybatis/UserRepositoryMyBatisTest.java @@ -1,14 +1,3 @@ -/* - * Copyright (c) 2013 Honyee Industry Group Co., Ltd - * www.honyee.biz - * All rights reserved. - * - * This software is the confidential and proprietary information of - * Honyee Industry Group Co., Ltd ("Confidential Information"). - * You shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement you - * entered into with Honyee Industry Group Co., Ltd. - */ package cc.wdcy.infrastructure.mybatis; import cc.wdcy.domain.user.User;