You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/09/24 21:46:01 UTC

git commit: KNOX-155: Removing obsolete module.

Updated Branches:
  refs/heads/master 4d3cb03bc -> 45b70a1a8


KNOX-155: Removing obsolete module.


Project: http://git-wip-us.apache.org/repos/asf/incubator-knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-knox/commit/45b70a1a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-knox/tree/45b70a1a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-knox/diff/45b70a1a

Branch: refs/heads/master
Commit: 45b70a1a8489615abb1d08a70e4afecd006ab3b1
Parents: 4d3cb03
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Tue Sep 24 15:45:52 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Tue Sep 24 15:45:52 2013 -0400

----------------------------------------------------------------------
 gateway-demo/pom.xml                            | 81 --------------------
 .../src/main/resources/clusters/demo.xml        | 25 ------
 .../src/main/resources/log4j.properties         | 23 ------
 pom.xml                                         |  1 -
 4 files changed, 130 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/45b70a1a/gateway-demo/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-demo/pom.xml b/gateway-demo/pom.xml
deleted file mode 100644
index c3c068c..0000000
--- a/gateway-demo/pom.xml
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF 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.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.hadoop</groupId>
-        <artifactId>gateway</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
-    </parent>
-    <artifactId>gateway-demo</artifactId>
-
-    <name>gateway-demo</name>
-    <description>A prepackaged demo of the gateway.</description>
-
-    <licenses>
-        <license>
-            <name>The Apache Software License, Version 2.0</name>
-            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-            <distribution>repo</distribution>
-        </license>
-    </licenses>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>exec-maven-plugin</artifactId>
-                <version>1.2.1</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>java</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <mainClass>org.apache.hadoop.gateway.GatewayServer</mainClass>
-                    <systemProperties>
-                        <systemProperty>
-                            <key>GATEWAY_HOME</key>
-                            <value>target/classes</value>
-                        </systemProperty>
-                    </systemProperties>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-    <dependencies>
-
-        <dependency>
-            <groupId>${gateway-group}</groupId>
-            <artifactId>gateway-server</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-    </dependencies>
-
-</project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/45b70a1a/gateway-demo/src/main/resources/clusters/demo.xml
----------------------------------------------------------------------
diff --git a/gateway-demo/src/main/resources/clusters/demo.xml b/gateway-demo/src/main/resources/clusters/demo.xml
deleted file mode 100644
index dec7ea4..0000000
--- a/gateway-demo/src/main/resources/clusters/demo.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!--
-  Licensed to the Apache Software Foundation (ASF) under one or more
-  contributor license agreements.  See the NOTICE file distributed with
-  this work for additional information regarding copyright ownership.
-  The ASF 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.
--->
-
-<topology>
-    <service>
-        <role>WEBHDFS</role>
-        <url>http://vm.home:50070/webhdfs</url>
-    </service>
-</topology>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/45b70a1a/gateway-demo/src/main/resources/log4j.properties
----------------------------------------------------------------------
diff --git a/gateway-demo/src/main/resources/log4j.properties b/gateway-demo/src/main/resources/log4j.properties
deleted file mode 100644
index 02bf744..0000000
--- a/gateway-demo/src/main/resources/log4j.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one
-# or more contributor license agreements.  See the NOTICE file
-# distributed with this work for additional information
-# regarding copyright ownership.  The ASF 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.
-
-log4j.rootLogger=INFO,stdout
-log4j.threshhold=ALL
-log4j.appender.stdout=org.apache.log4j.ConsoleAppender
-log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
-log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %m%n
-
-log4j.logger.org.apache.hadoop.gateway=INFO
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/45b70a1a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0daf50a..0a549aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,6 @@
         <module>gateway-shell-launcher</module>
         <module>gateway-release</module>
         <module>gateway-test</module>
-        <module>gateway-demo</module>
         <module>hsso-release</module>
     </modules>