http://git-wip-us.apache.org/repos/asf/ambari/blob/ec8deeba/contrib/views/slider/src/main/resources/ui/README.md
----------------------------------------------------------------------
diff --git a/contrib/views/slider/src/main/resources/ui/README.md 
b/contrib/views/slider/src/main/resources/ui/README.md
deleted file mode 100755
index 60ab1378b..0000000
--- a/contrib/views/slider/src/main/resources/ui/README.md
+++ /dev/null
@@ -1,122 +0,0 @@
-# Brunch with Ember Reloaded
-
-![build status](https://travis-ci.org/gcollazo/brunch-with-ember-reloaded.png)
-
-A [Brunch](http://brunch.io) skeleton for creating ambitious web applications 
using [Ember.js](http://emberjs.com). Based on the official Ember [Starter 
Kit](https://github.com/emberjs/starter-kit/archive/master.zip).
-
-## Demo
-
-I built a demo app using this skeleton, based on the [Building an App with 
Ember.js](http://www.youtube.com/watch?v=Ga99hMi7wfY) video by [Tom 
Dale](http://twitter.com/tomdale).
-
-**Demo**: [ember-bloggr](http://dev.gcollazo.com/ember-bloggr)
-
-**Source**: 
[https://github.com/gcollazo/ember-bloggr](https://github.com/gcollazo/ember-bloggr)
-
-## Versions
-- [Ember 1.5.1+pre.ff8c6bbb](http://emberjs.com)
-- [Ember Data 1.0.0-beta.7+canary.238bb5ce](https://github.com/emberjs/data)
-- [Handlebars 1.3.0](http://handlebarsjs.com)
-- [jQuery v2.0.3](http://jquery.com)
-- [HTML5 Boilerplate v4.3.0](http://html5boilerplate.com)
-
-## Other versions of this skeleton
-
-- [ES6](https://github.com/gcollazo/brunch-with-ember-reloaded/tree/es6): 
Experimental version using ES6 module syntax.
-- 
[CoffeeScript](https://github.com/gcollazo/brunch-with-ember-reloaded/tree/coffeescript)
-
-
-## Getting started
-
-Before using brunch-with-ember-reloaded you will need to install 
[Brunch](http://brunch.io/).
-
-```
-brunch new gh:gcollazo/brunch-with-ember-reloaded <appname>
-cd <appname>
-brunch watch -s
-```
-Open [http://localhost:3333](http://localhost:3333) on your browser.
-
-## Generators
-
-This skeleton makes use of 
[scaffolt](https://github.com/paulmillr/scaffolt#readme) generators to help you 
create common files quicker. To use first install scaffolt globally with `npm 
install -g scaffolt`. Then you can use the following command to generate files.
-
-```
-scaffolt model <name>             →    app/models/Name.js
-scaffolt view <name>              →    app/views/NameView.js
-scaffolt controller <name>        →    app/controllers/NameController.js
-scaffolt arraycontroller <name>   →    app/controllers/NamesController.js
-scaffolt route <name>             →    app/routes/NameRoute.js
-scaffolt template <name>          →    app/templatesname.hbs
-scaffolt component <name>         →    app/components/NameComponent.js
-                                       app/templates/components/name.hbs
-```
-
-There are more commands you can do with scaffolt and also instruction on how 
to create your own generators, so make sure you check out the 
[docs](https://github.com/paulmillr/scaffolt#readme).
-
-## Testing
-
-To run you will need [Karma](https://github.com/karma-runner) you will need to 
install [phantomjs](https://github.com/ariya/phantomjs). If you want to run 
your tests on other browsers consult the Karma docs.
-
-```
-brew update && brew install phantomjs
-```
-
-To run tests continiously as you write code and tests (for now) you must open 
two terminal windows.
-
-```
-brunch watch -s
-```
-
-```
-karma start
-```
-
-## Building for production
-This skeleton supports the production versions of ember and ember-data. Just 
build using the --production flags.
-
-```
-brunch build --production
-```
-
-You can also have modules load only when you are on a specific environment 
(production / development). Just add the modules you want loaded to the 
corresponging subdirectory of the `envs` top level directory. All modules will 
be imported by the module `'config/env'`.
-
-```js
-var myEnvVars = require('config/env');
-myEnvVars.envFileName.property;
-```
-
-
-## Updating Ember
-
-To updated ember.js, ember-data.js and handlebars.js to the latest stable 
versions, just run this command on the project root.
-
-```
-npm run update:ember
-```
-
-## Updating Skeleton
-
-This command will replace `package.json`, `README.md`, `config.js`, 
`karma.conf.js` and the `generators` directory with the latest version from the 
GitHub repository.
-
-```
-npm run update:skeleton
-npm install
-```
-If you want to update an older version of the skeleton which doesn't have 
support for the update:skeleton command you can get the `setup.js` by running:
-
-```
-curl 
https://raw.github.com/gcollazo/brunch-with-ember-reloaded/master/setup.js > 
setup.js
-node setup.js update:skeleton
-```
-
-## License
-
-All of brunch-with-ember-reloaded is licensed under the MIT license.
-
-Copyright (c) 2013 Giovanni Collazo
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.

http://git-wip-us.apache.org/repos/asf/ambari/blob/ec8deeba/contrib/views/slider/src/main/resources/ui/app/assets/404.html
----------------------------------------------------------------------
diff --git a/contrib/views/slider/src/main/resources/ui/app/assets/404.html 
b/contrib/views/slider/src/main/resources/ui/app/assets/404.html
deleted file mode 100755
index c21980f..0000000
--- a/contrib/views/slider/src/main/resources/ui/app/assets/404.html
+++ /dev/null
@@ -1,175 +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.
--->
-
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="utf-8">
-        <title>Page Not Found :(</title>
-        <style>
-            ::-moz-selection {
-                background: #b3d4fc;
-                text-shadow: none;
-            }
-
-            ::selection {
-                background: #b3d4fc;
-                text-shadow: none;
-            }
-
-            html {
-                padding: 30px 10px;
-                font-size: 20px;
-                line-height: 1.4;
-                color: #737373;
-                background: #f0f0f0;
-                -webkit-text-size-adjust: 100%;
-                -ms-text-size-adjust: 100%;
-            }
-
-            html,
-            input {
-                font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-            }
-
-            body {
-                max-width: 500px;
-                _width: 500px;
-                padding: 30px 20px 50px;
-                border: 1px solid #b3b3b3;
-                border-radius: 4px;
-                margin: 0 auto;
-                box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
-                background: #fcfcfc;
-            }
-
-            h1 {
-                margin: 0 10px;
-                font-size: 50px;
-                text-align: center;
-            }
-
-            h1 span {
-                color: #bbb;
-            }
-
-            h3 {
-                margin: 1.5em 0 0.5em;
-            }
-
-            p {
-                margin: 1em 0;
-            }
-
-            ul {
-                padding: 0 0 0 40px;
-                margin: 1em 0;
-            }
-
-            .container {
-                max-width: 380px;
-                _width: 380px;
-                margin: 0 auto;
-            }
-
-            /* google search */
-
-            #goog-fixurl ul {
-                list-style: none;
-                padding: 0;
-                margin: 0;
-            }
-
-            #goog-fixurl form {
-                margin: 0;
-            }
-
-            #goog-wm-qt,
-            #goog-wm-sb {
-                border: 1px solid #bbb;
-                font-size: 16px;
-                line-height: normal;
-                vertical-align: top;
-                color: #444;
-                border-radius: 2px;
-            }
-
-            #goog-wm-qt {
-                width: 220px;
-                height: 20px;
-                padding: 5px;
-                margin: 5px 10px 0 0;
-                box-shadow: inset 0 1px 1px #ccc;
-            }
-
-            #goog-wm-sb {
-                display: inline-block;
-                height: 32px;
-                padding: 0 10px;
-                margin: 5px 0 0;
-                white-space: nowrap;
-                cursor: pointer;
-                background-color: #f5f5f5;
-                background-image: -webkit-linear-gradient(rgba(255,255,255,0), 
#f1f1f1);
-                background-image: -moz-linear-gradient(rgba(255,255,255,0), 
#f1f1f1);
-                background-image: -ms-linear-gradient(rgba(255,255,255,0), 
#f1f1f1);
-                background-image: -o-linear-gradient(rgba(255,255,255,0), 
#f1f1f1);
-                -webkit-appearance: none;
-                -moz-appearance: none;
-                appearance: none;
-                *overflow: visible;
-                *display: inline;
-                *zoom: 1;
-            }
-
-            #goog-wm-sb:hover,
-            #goog-wm-sb:focus {
-                border-color: #aaa;
-                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-                background-color: #f8f8f8;
-            }
-
-            #goog-wm-qt:hover,
-            #goog-wm-qt:focus {
-                border-color: #105cb6;
-                outline: 0;
-                color: #222;
-            }
-
-            input::-moz-focus-inner {
-                padding: 0;
-                border: 0;
-            }
-        </style>
-    </head>
-    <body>
-        <div class="container">
-            <h1>Not found <span>:(</span></h1>
-            <p>Sorry, but the page you were trying to view does not exist.</p>
-            <p>It looks like this was the result of either:</p>
-            <ul>
-                <li>a mistyped address</li>
-                <li>an out-of-date link</li>
-            </ul>
-            <script>
-                var GOOG_FIXURL_LANG = (navigator.language || 
'').slice(0,2),GOOG_FIXURL_SITE = location.host;
-            </script>
-            <script 
src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
-        </div>
-    </body>
-</html>

http://git-wip-us.apache.org/repos/asf/ambari/blob/ec8deeba/contrib/views/slider/src/main/resources/ui/app/assets/apple-touch-icon-precomposed.png
----------------------------------------------------------------------
diff --git 
a/contrib/views/slider/src/main/resources/ui/app/assets/apple-touch-icon-precomposed.png
 
b/contrib/views/slider/src/main/resources/ui/app/assets/apple-touch-icon-precomposed.png
deleted file mode 100755
index 1ea85ed..0000000
Binary files 
a/contrib/views/slider/src/main/resources/ui/app/assets/apple-touch-icon-precomposed.png
 and /dev/null differ

http://git-wip-us.apache.org/repos/asf/ambari/blob/ec8deeba/contrib/views/slider/src/main/resources/ui/app/assets/crossdomain.xml
----------------------------------------------------------------------
diff --git 
a/contrib/views/slider/src/main/resources/ui/app/assets/crossdomain.xml 
b/contrib/views/slider/src/main/resources/ui/app/assets/crossdomain.xml
deleted file mode 100755
index b1aa0b3..0000000
--- a/contrib/views/slider/src/main/resources/ui/app/assets/crossdomain.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.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.
--->
-<!DOCTYPE cross-domain-policy SYSTEM 
"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd";>
-<cross-domain-policy>
-    <!-- Read this: 
www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
-
-    <!-- Most restrictive policy: -->
-    <site-control permitted-cross-domain-policies="none"/>
-
-    <!-- Least restrictive policy: -->
-    <!--
-    <site-control permitted-cross-domain-policies="all"/>
-    <allow-access-from domain="*" to-ports="*" secure="false"/>
-    <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
-    -->
-</cross-domain-policy>

Reply via email to