From fa112b28e58aea67db13b123f02da91dc456f7ab Mon Sep 17 00:00:00 2001 From: GPrathap Date: Sun, 13 Mar 2016 21:41:57 +0530 Subject: [PATCH] removed unnecessary module: agent --- .../doormanager/component/agent/pom.xml | 59 ------------------- .../agent/src/main/webapp/WEB-INF/web.xml | 23 -------- .../component/agent/src/main/webapp/index.jsp | 22 ------- 3 files changed, 104 deletions(-) delete mode 100644 modules/samples/doormanager/component/agent/pom.xml delete mode 100644 modules/samples/doormanager/component/agent/src/main/webapp/WEB-INF/web.xml delete mode 100644 modules/samples/doormanager/component/agent/src/main/webapp/index.jsp diff --git a/modules/samples/doormanager/component/agent/pom.xml b/modules/samples/doormanager/component/agent/pom.xml deleted file mode 100644 index c9bff98f..00000000 --- a/modules/samples/doormanager/component/agent/pom.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - org.homeautomation - component - 1.0.0-SNAPSHOT - ../pom.xml - - 4.0.0 - ${groupId}.doormanager.agent - 1.0.0-SNAPSHOT - ${groupId}.doormanager.agent - war - - - junit - junit - ${junit.version} - test - - - - - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin.version} - - ${wso2.maven.compiler.source} - ${wso2.maven.compiler.target} - - - - maven-war-plugin - ${maven-war-plugin.version} - - ${groupId}.doormanager.agent_agent - - - - - \ No newline at end of file diff --git a/modules/samples/doormanager/component/agent/src/main/webapp/WEB-INF/web.xml b/modules/samples/doormanager/component/agent/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index f39e4103..00000000 --- a/modules/samples/doormanager/component/agent/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - Sample-Agent-Webapp - diff --git a/modules/samples/doormanager/component/agent/src/main/webapp/index.jsp b/modules/samples/doormanager/component/agent/src/main/webapp/index.jsp deleted file mode 100644 index fa3b38f0..00000000 --- a/modules/samples/doormanager/component/agent/src/main/webapp/index.jsp +++ /dev/null @@ -1,22 +0,0 @@ -<%--/* -* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. -* -* WSO2 Inc. licenses this file to you under the Apache License, -* Version 2.0 (the "License"); you may not use this file except -* in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, -* software distributed under the License is distributed on an -* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -* KIND, either express or implied. See the License for the -* specific language governing permissions and limitations -* under the License. -*/--%> - - -

Hello World!

- - \ No newline at end of file