You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/03/22 17:05:39 UTC

[47/54] [partial] camel git commit: CAMEL-7263: Remove not maintained and deprecated camel-web module.

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/css/scalate/errors.css
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/css/scalate/errors.css b/components/camel-web/src/main/webapp/css/scalate/errors.css
deleted file mode 100644
index 6e68917..0000000
--- a/components/camel-web/src/main/webapp/css/scalate/errors.css
+++ /dev/null
@@ -1,115 +0,0 @@
-/**
- * Copyright (C) 2009-2010 the original author or authors.
- * See the notice.md file distributed with this work for additional
- * information regarding copyright ownership.
- *
- * Licensed 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.
- */
-
-/* based on the PlayFramework's CSS so it looks the same as when folks get errors in Play - thanks folks! */
-html, body {
-    margin: 0;
-    padding: 0;
-    font-family: Helvetica, Arial, Sans;
-    background: #EEEEEE;
-}            
-.block {
-    padding: 20px;
-    border-bottom: 1px solid #aaa;
-}
-#scalate-error .header h1 {
-    font-weight: normal;
-    font-size: 28px;
-    margin: 0;
-}
-#scalate-error .more {
-    color: #666;
-    font-size: 80%;
-    border: none;
-}
-#scalate-error .header {
-    background: #fcd2da;
-}
-#scalate-error .header p {
-    color: #333;
-}
-#scalate-error .details {
-    background: #f6f6f6;
-}
-#scalate-error .details h2 {
-    font-weight: normal;
-    font-size: 18px;
-    margin: 0 0 10px 0;
-}
-#scalate-error .details .lineNumber {
-    float: left;
-    display: block;
-    width: 40px;
-    text-align: right;
-    margin-right: 10px;
-    font-size: 14px;
-    font-family: monospace;
-    background: #333;
-    color: #fff;
-}
-#scalate-error .details .line {
-    clear: both;
-    color: #333;
-    margin-bottom: 1px;
-}
-#scalate-error .details pre {
-    font-size: 14px;
-    margin: 0;
-    overflow-x: hidden;
-}
-#scalate-error .details .error {
-    color: #c00 !important;
-}
-#scalate-error .details .error .lineNumber {
-    background: #c00;
-}
-#scalate-error .details .errorCol {
-    background: #c00;
-    color:#fff;
-}
-#scalate-error .details a {
-    text-decoration: none;
-}
-#scalate-error .details a:hover * {
-    cursor: pointer !important;
-}
-#scalate-error .details a:hover pre {
-    background: #FAFFCF !important;
-}
-
-#scalate-error .details .stacktrace {
-    clear: both;
-    color: #333;
-    margin-bottom: 1px;
-    font-size: 10px;  
-}
-
-#scalate-error .nested {
-  padding-top:10px;
-  padding-left:10px;
-}
-
-#scalate-error .nested .block {
-  padding:10px;
-}
-#scalate-error .nested .header {
-  font-size:10px;
-}
-#scalate-error .nested .header h1 {
-  font-size:16px;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/css/site.css
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/css/site.css b/components/camel-web/src/main/webapp/css/site.css
deleted file mode 100644
index 00a4505..0000000
--- a/components/camel-web/src/main/webapp/css/site.css
+++ /dev/null
@@ -1,222 +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.
- */
-
-body {
-    padding: 20px;
-}
-
-/* ====================================================== */
-/*  Rounded Box Styles */
-/* ====================================================== */
-div.white_box div.header   {background: transparent url("../images/white-header-top.png") repeat-x 0pt;}
-div.white_box div.header_l {background: transparent url("../images/white-header-left.png") no-repeat 0pt;}
-div.white_box div.header_r {background: transparent url("../images/white-header-right.png") no-repeat 100% 0pt;}
-div.white_box div.header_r {height: 18px;}
-
-div.white_box div.content   {background: #ffffff; } 
-div.white_box div.content_l {background: transparent url("../images/content-left.png") repeat-y 0pt;}
-div.white_box div.content_r {background: transparent url("../images/content-right.png") repeat-y 100% 0pt;}
-div.white_box div.content_r {padding-left: 6px; padding-right: 9px;}
-
-div.white_box div.footer {background: transparent url("../images/white-footer-bottom.png") repeat-x 0pt;}
-div.white_box div.footer_l {background: transparent url("../images/white-footer-left.png") no-repeat 0pt;}
-div.white_box div.footer_r {background: transparent url("../images/white-footer-right.png") no-repeat 100% 0pt;}
-div.white_box div.footer_r {color: #ffffff; height:37px; padding:0px;}
-div.white_box div.footer_r {padding-left: 6px;padding-right: 9px;}
-
-div.black_box div.footer {background: transparent url("../images/black-footer-bottom.png") repeat-x 0pt;}
-div.black_box div.footer_l {background: transparent url("../images/black-footer-left.png") no-repeat 0pt;}
-div.black_box div.footer_r {background: transparent url("../images/black-footer-right.png") no-repeat right bottom;}
-div.black_box div.footer_r {color: #ffffff; height:37; padding:0px;}
-div.black_box div.footer_r {padding-left: 6px;padding-right: 9px;}
-
-/* ====================================================== */
-/*  Logo Positioning */
-/* ====================================================== */
-div#activemq_logo{background: transparent url("../images/camel-logo.png") no-repeat left top; height: 100px; }
-div#activemq_logo{margin-left: 20px; overflow: hidden;}
-div#asf_logo {background: transparent url("../images/asf-logo.png") no-repeat right center; height: 100px; }
-
-/* ====================================================== */
-/*  Top and Bottom Bar Styling */
-/* ====================================================== */
-div.top_red_bar {
-  background: transparent url("../images/top-red-bar.png") repeat 0pt; 
-  overflow: hidden;
-}
-div.bottom_red_bar {
-  background: transparent url("../images/bottom-red-bar.png") repeat 0pt; height: 11px;
-  overflow: hidden;
-}
-
-div#site-breadcrumbs {
-  margin: 0px;
-  padding: 0px;
-  float:left;
-  padding: 2px;
-  padding-left: 20px;
-}
-div#site-quicklinks {
-  margin: 0px;
-  padding: 2px;
-  padding-right: 20px;
-}
-div#site-quicklinks p {
-  text-align: right;
-  padding: 0px; 
-  margin: 0px;
-}
-
-div#site-quicklinks, div#site-breadcrumbs, div#site-quicklinks p, div#site-breadcrumbs p,
-div#site-quicklinks a:link, div#site-quicklinks a:visited,
-div#site-breadcrumbs a:link, div#site-breadcrumbs a:visited {
-  font-family: Verdana, arial, sans-serif;
-  font-size: 11px;
-  font-weight: bold;	
-  line-height: 16px;
-  color: #ffffff;
-  text-decoration: none;
-}
-div#site-quicklinks a:active, div#site-quicklinks a:hover,
-div#site-breadcrumbs a:active, div#site-breadcrumbs a:hover {
-  font-family: Verdana, arial, sans-serif;
-  font-size: 11px;
-  font-weight: bold;	
-  line-height: 13px;
-  color: #c0c0c0;
-  text-decoration: underline;
-}
-div#site-quicklinks sup img {
-  height: 0px;
-  width: 0px;
-}
-
-/* ====================================================== */
-/*  Navigation Styling */
-/* ====================================================== */
-div.navigation {background: #ffffff url("../images/right-box-left.png") repeat-y left 0pt; width:200px;}
-div.navigation_top {background: transparent url("../images/right-box-top.png") no-repeat left top;} 
-div.navigation_bottom {background: transparent url("../images/right-box-bottom.png") no-repeat left bottom;}
-div.navigation_bottom {padding-left: 5px;padding-right:11px; padding-top:17px; padding-bottom:17px;}
-
-/* div.navigation {float:right;} */
-div.navigation_bottom ol, 
-div.navigation_bottom ul, 
-div.navigation_bottom {
-  font-family: Verdana, arial, sans-serif;
-  font-size: 11px;
-  font-weight: bold;	
-  line-height: 13px;
-  text-align: left;
-  padding-left: 11px;
-}
-
-div.navigation {
-  text-align: left;
-  clear: left;
-}
-
-
-div.navigation h3, 
-div.navigation h3 a:link, div.navigation h3 a:visited, div.navigation h3 a:active, div.navigation h3 a:hover { 
-  font-family: Verdana, arial, sans-serif;
-  font-size: 11px;
-  font-weight: bold;	
-  line-height: 120%;
-
-  border: none;
-  font-size: 15px; 
-  text-decoration: none;
-  color: #660033;
-  margin:5px;
-}
-
-div.navigation h3 {
-  background: url("../images/big-bullet.png") no-repeat 0pt;
-  background-position:left center;
-  margin-left:15px;
-  padding-left: 20px;
-}
-
-div.navigation a:link, div.navigation a:visited, div.navigation a:active, div.navigation a:hover {
-  text-decoration: none;
-  color: #000000;
-}
-div.navigation a:active, div.navigation a:hover {
-  text-decoration: underline;
-  color: #880055;
-}
-
-div.navigation ul {
-  padding-left: 25px;
-  list-style: none; 
-  padding-bottom: 10px;
-  border-bottom:1px solid #CACACA;
-  margin: 0px;
-  margin-left: 10px;
-  margin-bottom: 10px;
-}
-
-div.navigation_bottom div { 
-  margin-left:10px;
-  padding-left:25px;
-  padding-bottom: 10px;
-  margin-bottom: 10px;
-  border-bottom:1px solid #CACACA;
-}
-
-div.navigation img {
-  margin-left:15px;
-  padding-left: 20px;
-}
-
-div.navigation sup img { height: 0px; width: 0px; }
-
-/* ====================================================== */
-/*  Footer Styling */
-/* ====================================================== */
-div.black_box div.footer_r div {
-  font-family: Verdana, arial, sans-serif;
-  font-size: 10px;
-  font-weight: normal;	
-  line-height: normal;
-  padding:5px;
-  padding-left:20px;
-}
-
-div.design_attribution, div.design_attribution a {
-  font-family: Verdana, arial, sans-serif;
-  font-size: 10px;
-  text-align:center;
-  color: #a0a0a0;
-}
-
-.Starting {
-  color: yellow;
-}
-
-.Started {
-  color: green;
-}
-
-.Stopped {
-  color: red;
-}
-
-.Stopping {
-  color: brown;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/css/sorttable.css
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/css/sorttable.css b/components/camel-web/src/main/webapp/css/sorttable.css
deleted file mode 100644
index 98cd35a..0000000
--- a/components/camel-web/src/main/webapp/css/sorttable.css
+++ /dev/null
@@ -1,70 +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.
- */
-
-table.sortable {
-  margin: 0px;
-  padding: 0px;
-  margin-bottom: 1em;
-
-  margin: 1em auto;
-}
-
-th {                              
-  padding: 2px;
-  padding-left: 10px;
-  text-align: left;
-  background-color: #ccc;
-}
-
-tfoot {
- /*  border-top: 1px solid black; */
-}
-
-td {
-  padding: 0.5em;
- /*  border: 1px solid black;  */
-  /** border-top: 1px solid black; */
-}
-
-tr {
-  background-color: #ffffff;
-}
-
-tr.odd {
-  background-color: #f3f3f3;
-}
-
-td.numeric,
-  th.numeric {
-  text-align: right;
-}
-
-/** forms using table layout */
-td.label {
-  background-color: #f3f3f3;
-}
-/*
-table.layout {
-  border-bottom: solid white;
-  border-right: solid white;
-}
-
-td.layout {
-  border-top: 1px solid black;
-  border: solid white;
-}
-*/

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/css/type-settings.css
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/css/type-settings.css b/components/camel-web/src/main/webapp/css/type-settings.css
deleted file mode 100644
index 3434a0f..0000000
--- a/components/camel-web/src/main/webapp/css/type-settings.css
+++ /dev/null
@@ -1,181 +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.
- */
-body, p, ul, ol {
-    font-family: verdana,arial,helvetica,sans-serif;
-    font-size: 14px;
-    font-size-adjust: none;
-    font-style: normal;
-    font-font-variant: normal;
-    font-weight: normal;
-    line-height: 140%;
-    color: #000000;
-}
-
-div.body-content {
-    padding-left: 25px;
-}
-
-td, table, tr {
-    font-family: verdana,arial,helvetica,sans-serif;
-    font-size: 10px;
-    font-size-adjust: none;
-    font-style: normal;
-    font-font-variant: normal;
-    font-weight: normal;
-    line-height: normal; 
-    color: #000000;
-}
-
-a:link, a:visited, a:active, a:hover {
-   color: #880055;
-   text-decoration: none;
-}
-
-a:active, a:hover {
-   text-decoration: underline;
-   color: #202020;
-}
-
-ul, ol {
-    margin-left: 15px;
-    margin-top: 5px;
-    margin-bottom: 5px;
-    padding: 0px;
-    font-size: 12px;
-}
-
-ul li {
-    list-style-image: url("../images/small-bullet-red.png");
-}
-ul li ul li{
-    list-style-image: url("../images/small-bullet-gray.png");
-}
-
-pre {
-    padding: 0px;
-    margin-top: 5px;
-    margin-left: 15px;
-    margin-bottom: 5px;
-    margin-right: 5px;
-    text-align: left;
-}
-
-hr {
-    color: #3c78b5;
-    height: 1;
-}
-
-input {
-    font-family: verdana, geneva, arial, sans-serif;
-    font-size: 11px;
-    color: #000000;
-}
-
-textarea {
-    font-family: verdana, geneva, arial, sans-serif;
-    font-size: 11px;
-    color: #333333;
-}
-
-h1, h2, h3, h4, h5, h6  {
-  font-family: Georgia,'Times New Roman',serif;
-  line-height: normal;
-  font-weight: bold;
-}
-
-h1 {
-  border-bottom: 1px solid #808080;
-  padding: 2px;
-  margin: 36px 0px 4px -25px;
-  font-size: 20px;
-}
-h1 a:link, h1 a:visited, h1 a:active {
-    text-decoration: none;
-}
-
-h1 a:hover {
-    border-bottom: 1px dotted #660033;
-}
-
-h2 {
-  border-bottom: 1px solid #a0a0a0;
-  padding: 2px;
-  margin: 27px 0px 4px -20px;
-  font-size: 18px;
-}
-
-h3 {
-  border-bottom: 1px solid #c0c0c0;
-  padding: 2px;
-  margin: 21px 0px 4px -15px;
-  font-size: 16px;
-}
-
-h4 {
-  border-bottom: 1px solid #c0c0c0;
-  padding: 2px;
-  margin: 18px 0px 4px -10px;
-  font-size: 15px;
-}
-
-h5 {
-  padding: 2px;
-  margin: 14px 0px 4px -5px;
-  font-size: 14px;
-}
-
-h6 {
-  padding: 2px;
-  margin: 14px 0px 4px -5px;
-  font-size: 13px;
-}
-
-blockquote {
-    padding-left: 10px;
-    padding-right: 10px;
-    margin-left: 5px;
-    margin-right: 0px;
-    border-left: 1px solid #3c78b5;
-}
-
-.tooltip {  position: relative;
-    text-decoration: none;
-}
-
-.tooltip span {
-    display: none;
-}
-
-.tooltip:hover span {
-    position: absolute;
-    top: 10px;
-    left: 25px;
-    display: block;
-    background: #ccc;
-    color: #880055;
-    border: 1px solid #880055;
-}
-
-div.message {
-    width: 500px;
-    height: 100px;
-    overflow : auto;
-}
-
-.error {
-  color: crimson;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/favicon.ico
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/favicon.ico b/components/camel-web/src/main/webapp/favicon.ico
deleted file mode 100644
index f0c22ad..0000000
Binary files a/components/camel-web/src/main/webapp/favicon.ico and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/asf-logo.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/asf-logo.png b/components/camel-web/src/main/webapp/images/asf-logo.png
deleted file mode 100644
index d824fab..0000000
Binary files a/components/camel-web/src/main/webapp/images/asf-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/big-bullet.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/big-bullet.png b/components/camel-web/src/main/webapp/images/big-bullet.png
deleted file mode 100644
index bc66207..0000000
Binary files a/components/camel-web/src/main/webapp/images/big-bullet.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/black-footer-bottom.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/black-footer-bottom.png b/components/camel-web/src/main/webapp/images/black-footer-bottom.png
deleted file mode 100644
index 998fdc3..0000000
Binary files a/components/camel-web/src/main/webapp/images/black-footer-bottom.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/black-footer-left.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/black-footer-left.png b/components/camel-web/src/main/webapp/images/black-footer-left.png
deleted file mode 100644
index 01ed47d..0000000
Binary files a/components/camel-web/src/main/webapp/images/black-footer-left.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/black-footer-right.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/black-footer-right.png b/components/camel-web/src/main/webapp/images/black-footer-right.png
deleted file mode 100644
index 27204f1..0000000
Binary files a/components/camel-web/src/main/webapp/images/black-footer-right.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/bottom-red-bar.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/bottom-red-bar.png b/components/camel-web/src/main/webapp/images/bottom-red-bar.png
deleted file mode 100644
index ea241a1..0000000
Binary files a/components/camel-web/src/main/webapp/images/bottom-red-bar.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/camel-logo.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/camel-logo.png b/components/camel-web/src/main/webapp/images/camel-logo.png
deleted file mode 100644
index 2e1c223..0000000
Binary files a/components/camel-web/src/main/webapp/images/camel-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/checker-bg.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/checker-bg.png b/components/camel-web/src/main/webapp/images/checker-bg.png
deleted file mode 100644
index 17c4bdc..0000000
Binary files a/components/camel-web/src/main/webapp/images/checker-bg.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/content-left.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/content-left.png b/components/camel-web/src/main/webapp/images/content-left.png
deleted file mode 100644
index 78051fc..0000000
Binary files a/components/camel-web/src/main/webapp/images/content-left.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/content-right.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/content-right.png b/components/camel-web/src/main/webapp/images/content-right.png
deleted file mode 100644
index 0e7b231..0000000
Binary files a/components/camel-web/src/main/webapp/images/content-right.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/feed_atom.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/feed_atom.png b/components/camel-web/src/main/webapp/images/feed_atom.png
deleted file mode 100644
index 99ae34e..0000000
Binary files a/components/camel-web/src/main/webapp/images/feed_atom.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/feed_rss.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/feed_rss.png b/components/camel-web/src/main/webapp/images/feed_rss.png
deleted file mode 100644
index 603cff5..0000000
Binary files a/components/camel-web/src/main/webapp/images/feed_rss.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/left-box-bottom.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/left-box-bottom.png b/components/camel-web/src/main/webapp/images/left-box-bottom.png
deleted file mode 100644
index 2aaaa63..0000000
Binary files a/components/camel-web/src/main/webapp/images/left-box-bottom.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/left-box-right.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/left-box-right.png b/components/camel-web/src/main/webapp/images/left-box-right.png
deleted file mode 100644
index f922287..0000000
Binary files a/components/camel-web/src/main/webapp/images/left-box-right.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/left-box-top.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/left-box-top.png b/components/camel-web/src/main/webapp/images/left-box-top.png
deleted file mode 100644
index cbfe245..0000000
Binary files a/components/camel-web/src/main/webapp/images/left-box-top.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/oval-arrow.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/oval-arrow.png b/components/camel-web/src/main/webapp/images/oval-arrow.png
deleted file mode 100644
index 17d3404..0000000
Binary files a/components/camel-web/src/main/webapp/images/oval-arrow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/right-box-bottom.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/right-box-bottom.png b/components/camel-web/src/main/webapp/images/right-box-bottom.png
deleted file mode 100644
index 63250b3..0000000
Binary files a/components/camel-web/src/main/webapp/images/right-box-bottom.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/right-box-left.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/right-box-left.png b/components/camel-web/src/main/webapp/images/right-box-left.png
deleted file mode 100644
index fbdf0eb..0000000
Binary files a/components/camel-web/src/main/webapp/images/right-box-left.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/right-box-top.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/right-box-top.png b/components/camel-web/src/main/webapp/images/right-box-top.png
deleted file mode 100644
index 656f124..0000000
Binary files a/components/camel-web/src/main/webapp/images/right-box-top.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/scalate/minus.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/scalate/minus.png b/components/camel-web/src/main/webapp/images/scalate/minus.png
deleted file mode 100644
index effe5d9..0000000
Binary files a/components/camel-web/src/main/webapp/images/scalate/minus.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/scalate/plus.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/scalate/plus.png b/components/camel-web/src/main/webapp/images/scalate/plus.png
deleted file mode 100644
index 261f04c..0000000
Binary files a/components/camel-web/src/main/webapp/images/scalate/plus.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/scalate/project-icon-24x24.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/scalate/project-icon-24x24.png b/components/camel-web/src/main/webapp/images/scalate/project-icon-24x24.png
deleted file mode 100644
index e999937..0000000
Binary files a/components/camel-web/src/main/webapp/images/scalate/project-icon-24x24.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/scalate/project-icon-32x32.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/scalate/project-icon-32x32.png b/components/camel-web/src/main/webapp/images/scalate/project-icon-32x32.png
deleted file mode 100644
index 028f274..0000000
Binary files a/components/camel-web/src/main/webapp/images/scalate/project-icon-32x32.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/scalate/project-logo.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/scalate/project-logo.png b/components/camel-web/src/main/webapp/images/scalate/project-logo.png
deleted file mode 100644
index 4167455..0000000
Binary files a/components/camel-web/src/main/webapp/images/scalate/project-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/small-bullet-gray.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/small-bullet-gray.png b/components/camel-web/src/main/webapp/images/small-bullet-gray.png
deleted file mode 100644
index 8af9e18..0000000
Binary files a/components/camel-web/src/main/webapp/images/small-bullet-gray.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/small-bullet-red.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/small-bullet-red.png b/components/camel-web/src/main/webapp/images/small-bullet-red.png
deleted file mode 100644
index c17f695..0000000
Binary files a/components/camel-web/src/main/webapp/images/small-bullet-red.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/spacer.gif
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/spacer.gif b/components/camel-web/src/main/webapp/images/spacer.gif
deleted file mode 100644
index fc25609..0000000
Binary files a/components/camel-web/src/main/webapp/images/spacer.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/top-red-bar.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/top-red-bar.png b/components/camel-web/src/main/webapp/images/top-red-bar.png
deleted file mode 100644
index 23fde24..0000000
Binary files a/components/camel-web/src/main/webapp/images/top-red-bar.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/white-header-left.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/white-header-left.png b/components/camel-web/src/main/webapp/images/white-header-left.png
deleted file mode 100644
index 9ee1fd3..0000000
Binary files a/components/camel-web/src/main/webapp/images/white-header-left.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/white-header-right.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/white-header-right.png b/components/camel-web/src/main/webapp/images/white-header-right.png
deleted file mode 100644
index e91de97..0000000
Binary files a/components/camel-web/src/main/webapp/images/white-header-right.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/images/white-header-top.png
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/images/white-header-top.png b/components/camel-web/src/main/webapp/images/white-header-top.png
deleted file mode 100644
index 18f0f91..0000000
Binary files a/components/camel-web/src/main/webapp/images/white-header-top.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/buildProfile.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/buildProfile.js b/components/camel-web/src/main/webapp/js/buildProfile.js
deleted file mode 100644
index b21282d..0000000
--- a/components/camel-web/src/main/webapp/js/buildProfile.js
+++ /dev/null
@@ -1,28 +0,0 @@
-dependencies = {
-    layers: [
-        {
-            name: "../index_all.js",
-            dependencies: [
-                "bespin.page.index.dependencies"
-            ]
-        },
-        {
-            name: "../editor_all.js",
-            dependencies: [
-                "bespin.page.editor.dependencies"
-            ]
-        },
-        {
-            name: "../dashboard_all.js",
-            dependencies: [
-                "bespin.page.dashboard.dependencies"
-            ]
-        }
-    ],
-    prefixes: [
-        ["dijit", "../dijit"],
-        ["dojox", "../dojox"],
-        ["bespin", "../bespin"],
-        ["th", "../th"]
-    ]
-};

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/common.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/common.js b/components/camel-web/src/main/webapp/js/common.js
deleted file mode 100644
index e20a34f..0000000
--- a/components/camel-web/src/main/webapp/js/common.js
+++ /dev/null
@@ -1,121 +0,0 @@
-/**
- * This software is licensed under the Creative Commons Licence 2.5
- * http://creativecommons.org/licenses/by/2.5/
- *
- * addEvent written by Dean Edwards, 2005
- * with input from Tino Zijdel
- *
- * http://dean.edwards.name/weblog/2005/10/add-event/
- **/
-function addEvent(element, type, handler) {
-	// assign each event handler a unique ID
-	if (!handler.$$guid) handler.$$guid = addEvent.guid++;
-	// create a hash table of event types for the element
-	if (!element.events) element.events = {};
-	// create a hash table of event handlers for each element/event pair
-	var handlers = element.events[type];
-	if (!handlers) {
-		handlers = element.events[type] = {};
-		// store the existing event handler (if there is one)
-		if (element["on" + type]) {
-			handlers[0] = element["on" + type];
-		}
-	}
-	// store the event handler in the hash table
-	handlers[handler.$$guid] = handler;
-	// assign a global event handler to do all the work
-	element["on" + type] = handleEvent;
-};
-// a counter used to create unique IDs
-addEvent.guid = 1;
-
-function removeEvent(element, type, handler) {
-	// delete the event handler from the hash table
-	if (element.events && element.events[type]) {
-		delete element.events[type][handler.$$guid];
-	}
-};
-
-function handleEvent(event) {
-	var returnValue = true;
-	// grab the event object (IE uses a global event object)
-	event = event || fixEvent(window.event);
-	// get a reference to the hash table of event handlers
-	var handlers = this.events[event.type];
-	// execute each event handler
-	for (var i in handlers) {
-		this.$$handleEvent = handlers[i];
-		if (this.$$handleEvent(event) === false) {
-			returnValue = false;
-		}
-	}
-	return returnValue;
-};
-
-function fixEvent(event) {
-	// add W3C standard event methods
-	event.preventDefault = fixEvent.preventDefault;
-	event.stopPropagation = fixEvent.stopPropagation;
-	return event;
-};
-fixEvent.preventDefault = function() {
-	this.returnValue = false;
-};
-fixEvent.stopPropagation = function() {
-	this.cancelBubble = true;
-};
-
-// end from Dean Edwards
-
-
-/**
- * Creates an Element for insertion into the DOM tree.
- * From http://simon.incutio.com/archive/2003/06/15/javascriptWithXML
- *
- * @param element the element type to be created.
- *				e.g. ul (no angle brackets)
- **/
-function createElement(element) {
-	if (typeof document.createElementNS != 'undefined') {
-		return document.createElementNS('http://www.w3.org/1999/xhtml', element);
-	}
-	if (typeof document.createElement != 'undefined') {
-		return document.createElement(element);
-	}
-	return false;
-}
-
-/**
- * "targ" is the element which caused this function to be called
- * from http://www.quirksmode.org/js/events_properties.html
- **/
-function getEventTarget(e) {
-	var targ;
-	if (!e) {
-		e = window.event;
-	}
-	if (e.target) {
-		targ = e.target;
-	} else if (e.srcElement) {
-		targ = e.srcElement;
-	}
-	if (targ.nodeType == 3) { // defeat Safari bug
-		targ = targ.parentNode;
-	}
-
-	return targ;
-}
-
-function confirmAction(id, url) {
-	//TODO i18n messages
-	var select = document.getElementById(id);
-	var selectedIndex = select.selectedIndex; 
-	if (select.selectedIndex == 0) {
-		alert("Please select a value");
-		return;
-	}
-	var value = select.options[selectedIndex].value;
-	url = url.replace(/%target%/gi, value);
-	if (confirm("Are you sure?"))
-	  location.href=url;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/css.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/css.js b/components/camel-web/src/main/webapp/js/css.js
deleted file mode 100644
index ec8d278..0000000
--- a/components/camel-web/src/main/webapp/js/css.js
+++ /dev/null
@@ -1,145 +0,0 @@
-/**
- * Written by Neil Crosby. 
- * http://www.workingwith.me.uk/
- *
- * Use this wherever you want, but please keep this comment at the top of this file.
- *
- * Copyright (c) 2006 Neil Crosby
- *
- * 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.
- **/
-var css = {
-	/**
-	 * Returns an array containing references to all elements
-	 * of a given tag type within a certain node which have a given class
-	 *
-	 * @param node		the node to start from 
-	 *					(e.g. document, 
-	 *						  getElementById('whateverStartpointYouWant')
-	 *					)
-	 * @param searchClass the class we're wanting
-	 *					(e.g. 'some_class')
-	 * @param tag		 the tag that the found elements are allowed to be
-	 *					(e.g. '*', 'div', 'li')
-	 **/
-	getElementsByClass : function(node, searchClass, tag) {
-		var classElements = new Array();
-		var els = node.getElementsByTagName(tag);
-		var elsLen = els.length;
-		var pattern = new RegExp("(^|\\s)"+searchClass+"(\\s|$)");
-		
-		
-		for (var i = 0, j = 0; i < elsLen; i++) {
-			if (this.elementHasClass(els[i], searchClass) ) {
-				classElements[j] = els[i];
-				j++;
-			}
-		}
-		return classElements;
-	},
-
-
-	/**
-	 * PRIVATE.  Returns an array containing all the classes applied to this
-	 * element.
-	 *
-	 * Used internally by elementHasClass(), addClassToElement() and 
-	 * removeClassFromElement().
-	 **/
-	privateGetClassArray: function(el) {
-		return el.className.split(' '); 
-	},
-
-	/**
-	 * PRIVATE.  Creates a string from an array of class names which can be used 
-	 * by the className function.
-	 *
-	 * Used internally by addClassToElement().
-	 **/
-	privateCreateClassString: function(classArray) {
-		return classArray.join(' ');
-	},
-
-	/**
-	 * Returns true if the given element has been assigned the given class.
-	 **/
-	elementHasClass: function(el, classString) {
-		if (!el) {
-			return false;
-		}
-		
-		var regex = new RegExp('\\b'+classString+'\\b');
-		if (el.className.match(regex)) {
-			return true;
-		}
-
-		return false;
-	},
-
-	/**
-	 * Adds classString to the classes assigned to the element with id equal to
-	 * idString.
-	 **/
-	addClassToId: function(idString, classString) {
-		this.addClassToElement(document.getElementById(idString), classString);
-	},
-
-	/**
-	 * Adds classString to the classes assigned to the given element.
-	 * If the element already has the class which was to be added, then
-	 * it is not added again.
-	 **/
-	addClassToElement: function(el, classString) {
-		var classArray = this.privateGetClassArray(el);
-
-		if (this.elementHasClass(el, classString)) {
-			return; // already has element so don't need to add it
-		}
-
-		classArray.push(classString);
-
-		el.className = this.privateCreateClassString(classArray);
-	},
-
-	/**
-	 * Removes the given classString from the list of classes assigned to the
-	 * element with id equal to idString
-	 **/
-	removeClassFromId: function(idString, classString) {
-		this.removeClassFromElement(document.getElementById(idString), classString);
-	},
-
-	/**
-	 * Removes the given classString from the list of classes assigned to the
-	 * given element.  If the element has the same class assigned to it twice, 
-	 * then only the first instance of that class is removed.
-	 **/
-	removeClassFromElement: function(el, classString) {
-		var classArray = this.privateGetClassArray(el);
-
-		for (x in classArray) {
-			if (classString == classArray[x]) {
-				classArray[x] = '';
-				break;
-			}
-		}
-
-		el.className = this.privateCreateClassString(classArray);
-	}
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojo/AdapterRegistry.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/dojo/AdapterRegistry.js b/components/camel-web/src/main/webapp/js/dojo/AdapterRegistry.js
deleted file mode 100644
index 353d416..0000000
--- a/components/camel-web/src/main/webapp/js/dojo/AdapterRegistry.js
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
-	Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
-	Available via Academic Free License >= 2.1 OR the modified BSD license.
-	see: http://dojotoolkit.org/license for details
-*/
-
-
-if(!dojo._hasResource["dojo.AdapterRegistry"]){
-dojo._hasResource["dojo.AdapterRegistry"]=true;
-dojo.provide("dojo.AdapterRegistry");
-dojo.AdapterRegistry=function(_1){
-this.pairs=[];
-this.returnWrappers=_1||false;
-};
-dojo.extend(dojo.AdapterRegistry,{register:function(_2,_3,_4,_5,_6){
-this.pairs[((_6)?"unshift":"push")]([_2,_3,_4,_5]);
-},match:function(){
-for(var i=0;i<this.pairs.length;i++){
-var _8=this.pairs[i];
-if(_8[1].apply(this,arguments)){
-if((_8[3])||(this.returnWrappers)){
-return _8[2];
-}else{
-return _8[2].apply(this,arguments);
-}
-}
-}
-throw new Error("No match found");
-},unregister:function(_9){
-for(var i=0;i<this.pairs.length;i++){
-var _b=this.pairs[i];
-if(_b[0]==_9){
-this.pairs.splice(i,1);
-return true;
-}
-}
-return false;
-}});
-}

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojo/DeferredList.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/dojo/DeferredList.js b/components/camel-web/src/main/webapp/js/dojo/DeferredList.js
deleted file mode 100644
index 9f406a1..0000000
--- a/components/camel-web/src/main/webapp/js/dojo/DeferredList.js
+++ /dev/null
@@ -1,69 +0,0 @@
-/*
-	Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
-	Available via Academic Free License >= 2.1 OR the modified BSD license.
-	see: http://dojotoolkit.org/license for details
-*/
-
-
-if(!dojo._hasResource["dojo.DeferredList"]){
-dojo._hasResource["dojo.DeferredList"]=true;
-dojo.provide("dojo.DeferredList");
-dojo.declare("dojo.DeferredList",dojo.Deferred,{constructor:function(_1,_2,_3,_4,_5){
-this.list=_1;
-this.resultList=new Array(this.list.length);
-this.chain=[];
-this.id=this._nextId();
-this.fired=-1;
-this.paused=0;
-this.results=[null,null];
-this.canceller=_5;
-this.silentlyCancelled=false;
-if(this.list.length===0&&!_2){
-this.callback(this.resultList);
-}
-this.finishedCount=0;
-this.fireOnOneCallback=_2;
-this.fireOnOneErrback=_3;
-this.consumeErrors=_4;
-dojo.forEach(this.list,function(d,_7){
-d.addCallback(this,function(r){
-this._cbDeferred(_7,true,r);
-return r;
-});
-d.addErrback(this,function(r){
-this._cbDeferred(_7,false,r);
-return r;
-});
-},this);
-},_cbDeferred:function(_a,_b,_c){
-this.resultList[_a]=[_b,_c];
-this.finishedCount+=1;
-if(this.fired!==0){
-if(_b&&this.fireOnOneCallback){
-this.callback([_a,_c]);
-}else{
-if(!_b&&this.fireOnOneErrback){
-this.errback(_c);
-}else{
-if(this.finishedCount==this.list.length){
-this.callback(this.resultList);
-}
-}
-}
-}
-if(!_b&&this.consumeErrors){
-_c=null;
-}
-return _c;
-},gatherResults:function(_d){
-var d=new dojo.DeferredList(_d,false,true,false);
-d.addCallback(function(_f){
-var ret=[];
-dojo.forEach(_f,function(_11){
-ret.push(_11[1]);
-});
-return ret;
-});
-return d;
-}});
-}

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojo/LICENSE
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/dojo/LICENSE b/components/camel-web/src/main/webapp/js/dojo/LICENSE
deleted file mode 100644
index ad1676a..0000000
--- a/components/camel-web/src/main/webapp/js/dojo/LICENSE
+++ /dev/null
@@ -1,195 +0,0 @@
-Dojo is available under *either* the terms of the modified BSD license *or* the
-Academic Free License version 2.1. As a recipient of Dojo, you may choose which
-license to receive this code under (except as noted in per-module LICENSE
-files). Some modules may not be the copyright of the Dojo Foundation. These
-modules contain explicit declarations of copyright in both the LICENSE files in
-the directories in which they reside and in the code itself. No external
-contributions are allowed under licenses which are fundamentally incompatible
-with the AFL or BSD licenses that Dojo is distributed under.
-
-The text of the AFL and BSD licenses is reproduced below. 
-
--------------------------------------------------------------------------------
-The "New" BSD License:
-**********************
-
-Copyright (c) 2005-2009, The Dojo Foundation
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-  * Redistributions of source code must retain the above copyright notice, this
-    list of conditions and the following disclaimer.
-  * Redistributions in binary form must reproduce the above copyright notice,
-    this list of conditions and the following disclaimer in the documentation
-    and/or other materials provided with the distribution.
-  * Neither the name of the Dojo Foundation nor the names of its contributors
-    may be used to endorse or promote products derived from this software
-    without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
--------------------------------------------------------------------------------
-The Academic Free License, v. 2.1:
-**********************************
-
-This Academic Free License (the "License") applies to any original work of
-authorship (the "Original Work") whose owner (the "Licensor") has placed the
-following notice immediately following the copyright notice for the Original
-Work:
-
-Licensed under the Academic Free License version 2.1
-
-1) Grant of Copyright License. Licensor hereby grants You a world-wide,
-royalty-free, non-exclusive, perpetual, sublicenseable license to do the
-following:
-
-a) to reproduce the Original Work in copies;
-
-b) to prepare derivative works ("Derivative Works") based upon the Original
-Work;
-
-c) to distribute copies of the Original Work and Derivative Works to the
-public;
-
-d) to perform the Original Work publicly; and
-
-e) to display the Original Work publicly.
-
-2) Grant of Patent License. Licensor hereby grants You a world-wide,
-royalty-free, non-exclusive, perpetual, sublicenseable license, under patent
-claims owned or controlled by the Licensor that are embodied in the Original
-Work as furnished by the Licensor, to make, use, sell and offer for sale the
-Original Work and Derivative Works.
-
-3) Grant of Source Code License. The term "Source Code" means the preferred
-form of the Original Work for making modifications to it and all available
-documentation describing how to modify the Original Work. Licensor hereby
-agrees to provide a machine-readable copy of the Source Code of the Original
-Work along with each copy of the Original Work that Licensor distributes.
-Licensor reserves the right to satisfy this obligation by placing a
-machine-readable copy of the Source Code in an information repository
-reasonably calculated to permit inexpensive and convenient access by You for as
-long as Licensor continues to distribute the Original Work, and by publishing
-the address of that information repository in a notice immediately following
-the copyright notice that applies to the Original Work.
-
-4) Exclusions From License Grant. Neither the names of Licensor, nor the names
-of any contributors to the Original Work, nor any of their trademarks or
-service marks, may be used to endorse or promote products derived from this
-Original Work without express prior written permission of the Licensor. Nothing
-in this License shall be deemed to grant any rights to trademarks, copyrights,
-patents, trade secrets or any other intellectual property of Licensor except as
-expressly stated herein. No patent license is granted to make, use, sell or
-offer to sell embodiments of any patent claims other than the licensed claims
-defined in Section 2. No right is granted to the trademarks of Licensor even if
-such marks are included in the Original Work. Nothing in this License shall be
-interpreted to prohibit Licensor from licensing under different terms from this
-License any Original Work that Licensor otherwise would have a right to
-license.
-
-5) This section intentionally omitted.
-
-6) Attribution Rights. You must retain, in the Source Code of any Derivative
-Works that You create, all copyright, patent or trademark notices from the
-Source Code of the Original Work, as well as any notices of licensing and any
-descriptive text identified therein as an "Attribution Notice." You must cause
-the Source Code for any Derivative Works that You create to carry a prominent
-Attribution Notice reasonably calculated to inform recipients that You have
-modified the Original Work.
-
-7) Warranty of Provenance and Disclaimer of Warranty. Licensor warrants that
-the copyright in and to the Original Work and the patent rights granted herein
-by Licensor are owned by the Licensor or are sublicensed to You under the terms
-of this License with the permission of the contributor(s) of those copyrights
-and patent rights. Except as expressly stated in the immediately proceeding
-sentence, the Original Work is provided under this License on an "AS IS" BASIS
-and WITHOUT WARRANTY, either express or implied, including, without limitation,
-the warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY OF THE ORIGINAL WORK IS WITH YOU.
-This DISCLAIMER OF WARRANTY constitutes an essential part of this License. No
-license to Original Work is granted hereunder except under this disclaimer.
-
-8) Limitation of Liability. Under no circumstances and under no legal theory,
-whether in tort (including negligence), contract, or otherwise, shall the
-Licensor be liable to any person for any direct, indirect, special, incidental,
-or consequential damages of any character arising as a result of this License
-or the use of the Original Work including, without limitation, damages for loss
-of goodwill, work stoppage, computer failure or malfunction, or any and all
-other commercial damages or losses. This limitation of liability shall not
-apply to liability for death or personal injury resulting from Licensor's
-negligence to the extent applicable law prohibits such limitation. Some
-jurisdictions do not allow the exclusion or limitation of incidental or
-consequential damages, so this exclusion and limitation may not apply to You.
-
-9) Acceptance and Termination. If You distribute copies of the Original Work or
-a Derivative Work, You must make a reasonable effort under the circumstances to
-obtain the express assent of recipients to the terms of this License. Nothing
-else but this License (or another written agreement between Licensor and You)
-grants You permission to create Derivative Works based upon the Original Work
-or to exercise any of the rights granted in Section 1 herein, and any attempt
-to do so except under the terms of this License (or another written agreement
-between Licensor and You) is expressly prohibited by U.S. copyright law, the
-equivalent laws of other countries, and by international treaty. Therefore, by
-exercising any of the rights granted to You in Section 1 herein, You indicate
-Your acceptance of this License and all of its terms and conditions.
-
-10) Termination for Patent Action. This License shall terminate automatically
-and You may no longer exercise any of the rights granted to You by this License
-as of the date You commence an action, including a cross-claim or counterclaim,
-against Licensor or any licensee alleging that the Original Work infringes a
-patent. This termination provision shall not apply for an action alleging
-patent infringement by combinations of the Original Work with other software or
-hardware.
-
-11) Jurisdiction, Venue and Governing Law. Any action or suit relating to this
-License may be brought only in the courts of a jurisdiction wherein the
-Licensor resides or in which Licensor conducts its primary business, and under
-the laws of that jurisdiction excluding its conflict-of-law provisions. The
-application of the United Nations Convention on Contracts for the International
-Sale of Goods is expressly excluded. Any use of the Original Work outside the
-scope of this License or after its termination shall be subject to the
-requirements and penalties of the U.S. Copyright Act, 17 U.S.C. § 101 et
-seq., the equivalent laws of other countries, and international treaty. This
-section shall survive the termination of this License.
-
-12) Attorneys Fees. In any action to enforce the terms of this License or
-seeking damages relating thereto, the prevailing party shall be entitled to
-recover its costs and expenses, including, without limitation, reasonable
-attorneys' fees and costs incurred in connection with such action, including
-any appeal of such action. This section shall survive the termination of this
-License.
-
-13) Miscellaneous. This License represents the complete agreement concerning
-the subject matter hereof. If any provision of this License is held to be
-unenforceable, such provision shall be reformed only to the extent necessary to
-make it enforceable.
-
-14) Definition of "You" in This License. "You" throughout this License, whether
-in upper or lower case, means an individual or a legal entity exercising rights
-under, and complying with all of the terms of, this License. For legal
-entities, "You" includes any entity that controls, is controlled by, or is
-under common control with you. For purposes of this definition, "control" means
-(i) the power, direct or indirect, to cause the direction or management of such
-entity, whether by contract or otherwise, or (ii) ownership of fifty percent
-(50%) or more of the outstanding shares, or (iii) beneficial ownership of such
-entity.
-
-15) Right to Use. You may use the Original Work in all ways not otherwise
-restricted or conditioned by this License or by law, and Licensor promises not
-to interfere with or be responsible for such uses by You.
-
-This license is Copyright (C) 2003-2004 Lawrence E. Rosen. All rights reserved.
-Permission is hereby granted to copy and distribute this license without
-modification. This license may not be modified without the express written
-permission of its copyright owner.

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojo/NodeList-fx.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/dojo/NodeList-fx.js b/components/camel-web/src/main/webapp/js/dojo/NodeList-fx.js
deleted file mode 100644
index 76a26fd..0000000
--- a/components/camel-web/src/main/webapp/js/dojo/NodeList-fx.js
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
-	Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
-	Available via Academic Free License >= 2.1 OR the modified BSD license.
-	see: http://dojotoolkit.org/license for details
-*/
-
-
-if(!dojo._hasResource["dojo.NodeList-fx"]){
-dojo._hasResource["dojo.NodeList-fx"]=true;
-dojo.provide("dojo.NodeList-fx");
-dojo.require("dojo.fx");
-dojo.extend(dojo.NodeList,{_anim:function(_1,_2,_3){
-_3=_3||{};
-return dojo.fx.combine(this.map(function(_4){
-var _5={node:_4};
-dojo.mixin(_5,_3);
-return _1[_2](_5);
-}));
-},wipeIn:function(_6){
-return this._anim(dojo.fx,"wipeIn",_6);
-},wipeOut:function(_7){
-return this._anim(dojo.fx,"wipeOut",_7);
-},slideTo:function(_8){
-return this._anim(dojo.fx,"slideTo",_8);
-},fadeIn:function(_9){
-return this._anim(dojo,"fadeIn",_9);
-},fadeOut:function(_a){
-return this._anim(dojo,"fadeOut",_a);
-},animateProperty:function(_b){
-return this._anim(dojo,"animateProperty",_b);
-},anim:function(_c,_d,_e,_f,_10){
-var _11=dojo.fx.combine(this.map(function(_12){
-return dojo.animateProperty({node:_12,properties:_c,duration:_d||350,easing:_e});
-}));
-if(_f){
-dojo.connect(_11,"onEnd",_f);
-}
-return _11.play(_10||0);
-}});
-}

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojo/NodeList-html.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/dojo/NodeList-html.js b/components/camel-web/src/main/webapp/js/dojo/NodeList-html.js
deleted file mode 100644
index 76281ee..0000000
--- a/components/camel-web/src/main/webapp/js/dojo/NodeList-html.js
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-	Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
-	Available via Academic Free License >= 2.1 OR the modified BSD license.
-	see: http://dojotoolkit.org/license for details
-*/
-
-
-if(!dojo._hasResource["dojo.NodeList-html"]){
-dojo._hasResource["dojo.NodeList-html"]=true;
-dojo.provide("dojo.NodeList-html");
-dojo.require("dojo.html");
-dojo.extend(dojo.NodeList,{html:function(_1,_2){
-var _3=new dojo.html._ContentSetter(_2||{});
-this.forEach(function(_4){
-_3.node=_4;
-_3.set(_1);
-_3.tearDown();
-});
-return this;
-}});
-}

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojo/OpenAjax.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/dojo/OpenAjax.js b/components/camel-web/src/main/webapp/js/dojo/OpenAjax.js
deleted file mode 100644
index 5f7c344..0000000
--- a/components/camel-web/src/main/webapp/js/dojo/OpenAjax.js
+++ /dev/null
@@ -1,155 +0,0 @@
-/*
-	Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
-	Available via Academic Free License >= 2.1 OR the modified BSD license.
-	see: http://dojotoolkit.org/license for details
-*/
-
-
-if(!window["OpenAjax"]){
-OpenAjax=new function(){
-var t=true;
-var f=false;
-var g=window;
-var _4;
-var _5="org.openajax.hub.";
-var h={};
-this.hub=h;
-h.implementer="http://openajax.org";
-h.implVersion="0.6";
-h.specVersion="0.6";
-h.implExtraData={};
-var _4={};
-h.libraries=_4;
-h.registerLibrary=function(_7,_8,_9,_a){
-_4[_7]={prefix:_7,namespaceURI:_8,version:_9,extraData:_a};
-this.publish(_5+"registerLibrary",_4[_7]);
-};
-h.unregisterLibrary=function(_b){
-this.publish(_5+"unregisterLibrary",_4[_b]);
-delete _4[_b];
-};
-h._subscriptions={c:{},s:[]};
-h._cleanup=[];
-h._subIndex=0;
-h._pubDepth=0;
-h.subscribe=function(_c,_d,_e,_f,_10){
-if(!_e){
-_e=window;
-}
-var _11=_c+"."+this._subIndex;
-var sub={scope:_e,cb:_d,fcb:_10,data:_f,sid:this._subIndex++,hdl:_11};
-var _13=_c.split(".");
-this._subscribe(this._subscriptions,_13,0,sub);
-return _11;
-};
-h.publish=function(_14,_15){
-var _16=_14.split(".");
-this._pubDepth++;
-this._publish(this._subscriptions,_16,0,_14,_15);
-this._pubDepth--;
-if((this._cleanup.length>0)&&(this._pubDepth==0)){
-for(var i=0;i<this._cleanup.length;i++){
-this.unsubscribe(this._cleanup[i].hdl);
-}
-delete (this._cleanup);
-this._cleanup=[];
-}
-};
-h.unsubscribe=function(sub){
-var _19=sub.split(".");
-var sid=_19.pop();
-this._unsubscribe(this._subscriptions,_19,0,sid);
-};
-h._subscribe=function(_1b,_1c,_1d,sub){
-var _1f=_1c[_1d];
-if(_1d==_1c.length){
-_1b.s.push(sub);
-}else{
-if(typeof _1b.c=="undefined"){
-_1b.c={};
-}
-if(typeof _1b.c[_1f]=="undefined"){
-_1b.c[_1f]={c:{},s:[]};
-this._subscribe(_1b.c[_1f],_1c,_1d+1,sub);
-}else{
-this._subscribe(_1b.c[_1f],_1c,_1d+1,sub);
-}
-}
-};
-h._publish=function(_20,_21,_22,_23,msg){
-if(typeof _20!="undefined"){
-var _25;
-if(_22==_21.length){
-_25=_20;
-}else{
-this._publish(_20.c[_21[_22]],_21,_22+1,_23,msg);
-this._publish(_20.c["*"],_21,_22+1,_23,msg);
-_25=_20.c["**"];
-}
-if(typeof _25!="undefined"){
-var _26=_25.s;
-var max=_26.length;
-for(var i=0;i<max;i++){
-if(_26[i].cb){
-var sc=_26[i].scope;
-var cb=_26[i].cb;
-var fcb=_26[i].fcb;
-var d=_26[i].data;
-if(typeof cb=="string"){
-cb=sc[cb];
-}
-if(typeof fcb=="string"){
-fcb=sc[fcb];
-}
-if((!fcb)||(fcb.call(sc,_23,msg,d))){
-cb.call(sc,_23,msg,d);
-}
-}
-}
-}
-}
-};
-h._unsubscribe=function(_2d,_2e,_2f,sid){
-if(typeof _2d!="undefined"){
-if(_2f<_2e.length){
-var _31=_2d.c[_2e[_2f]];
-this._unsubscribe(_31,_2e,_2f+1,sid);
-if(_31.s.length==0){
-for(var x in _31.c){
-return;
-}
-delete _2d.c[_2e[_2f]];
-}
-return;
-}else{
-var _33=_2d.s;
-var max=_33.length;
-for(var i=0;i<max;i++){
-if(sid==_33[i].sid){
-if(this._pubDepth>0){
-_33[i].cb=null;
-this._cleanup.push(_33[i]);
-}else{
-_33.splice(i,1);
-}
-return;
-}
-}
-}
-}
-};
-h.reinit=function(){
-for(var lib in OpenAjax.hub.libraries){
-delete OpenAjax.hub.libraries[lib];
-}
-OpenAjax.hub.registerLibrary("OpenAjax","http://openajax.org/hub","0.6",{});
-delete OpenAjax._subscriptions;
-OpenAjax._subscriptions={c:{},s:[]};
-delete OpenAjax._cleanup;
-OpenAjax._cleanup=[];
-OpenAjax._subIndex=0;
-OpenAjax._pubDepth=0;
-};
-};
-OpenAjax.hub.registerLibrary("OpenAjax","http://openajax.org/hub","0.6",{});
-}

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojo/_base.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/dojo/_base.js b/components/camel-web/src/main/webapp/js/dojo/_base.js
deleted file mode 100644
index 9fff822..0000000
--- a/components/camel-web/src/main/webapp/js/dojo/_base.js
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
-	Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
-	Available via Academic Free License >= 2.1 OR the modified BSD license.
-	see: http://dojotoolkit.org/license for details
-*/
-
-
-if(!dojo._hasResource["dojo._base"]){
-dojo._hasResource["dojo._base"]=true;
-dojo.provide("dojo._base");
-dojo.require("dojo._base.lang");
-dojo.require("dojo._base.declare");
-dojo.require("dojo._base.connect");
-dojo.require("dojo._base.Deferred");
-dojo.require("dojo._base.json");
-dojo.require("dojo._base.array");
-dojo.require("dojo._base.Color");
-dojo.requireIf(dojo.isBrowser,"dojo._base.browser");
-}

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojo/_base/Color.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/dojo/_base/Color.js b/components/camel-web/src/main/webapp/js/dojo/_base/Color.js
deleted file mode 100644
index 23d662a..0000000
--- a/components/camel-web/src/main/webapp/js/dojo/_base/Color.js
+++ /dev/null
@@ -1,102 +0,0 @@
-/*
-	Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
-	Available via Academic Free License >= 2.1 OR the modified BSD license.
-	see: http://dojotoolkit.org/license for details
-*/
-
-
-if(!dojo._hasResource["dojo._base.Color"]){
-dojo._hasResource["dojo._base.Color"]=true;
-dojo.provide("dojo._base.Color");
-dojo.require("dojo._base.array");
-dojo.require("dojo._base.lang");
-(function(){
-var d=dojo;
-dojo.Color=function(_2){
-if(_2){
-this.setColor(_2);
-}
-};
-dojo.Color.named={black:[0,0,0],silver:[192,192,192],gray:[128,128,128],white:[255,255,255],maroon:[128,0,0],red:[255,0,0],purple:[128,0,128],fuchsia:[255,0,255],green:[0,128,0],lime:[0,255,0],olive:[128,128,0],yellow:[255,255,0],navy:[0,0,128],blue:[0,0,255],teal:[0,128,128],aqua:[0,255,255]};
-dojo.extend(dojo.Color,{r:255,g:255,b:255,a:1,_set:function(r,g,b,a){
-var t=this;
-t.r=r;
-t.g=g;
-t.b=b;
-t.a=a;
-},setColor:function(_8){
-if(d.isString(_8)){
-d.colorFromString(_8,this);
-}else{
-if(d.isArray(_8)){
-d.colorFromArray(_8,this);
-}else{
-this._set(_8.r,_8.g,_8.b,_8.a);
-if(!(_8 instanceof d.Color)){
-this.sanitize();
-}
-}
-}
-return this;
-},sanitize:function(){
-return this;
-},toRgb:function(){
-var t=this;
-return [t.r,t.g,t.b];
-},toRgba:function(){
-var t=this;
-return [t.r,t.g,t.b,t.a];
-},toHex:function(){
-var _b=d.map(["r","g","b"],function(x){
-var s=this[x].toString(16);
-return s.length<2?"0"+s:s;
-},this);
-return "#"+_b.join("");
-},toCss:function(_e){
-var t=this,rgb=t.r+", "+t.g+", "+t.b;
-return (_e?"rgba("+rgb+", "+t.a:"rgb("+rgb)+")";
-},toString:function(){
-return this.toCss(true);
-}});
-dojo.blendColors=function(_11,end,_13,obj){
-var t=obj||new d.Color();
-d.forEach(["r","g","b","a"],function(x){
-t[x]=_11[x]+(end[x]-_11[x])*_13;
-if(x!="a"){
-t[x]=Math.round(t[x]);
-}
-});
-return t.sanitize();
-};
-dojo.colorFromRgb=function(_17,obj){
-var m=_17.toLowerCase().match(/^rgba?\(([\s\.,0-9]+)\)/);
-return m&&dojo.colorFromArray(m[1].split(/\s*,\s*/),obj);
-};
-dojo.colorFromHex=function(_1a,obj){
-var t=obj||new d.Color(),_1d=(_1a.length==4)?4:8,_1e=(1<<_1d)-1;
-_1a=Number("0x"+_1a.substr(1));
-if(isNaN(_1a)){
-return null;
-}
-d.forEach(["b","g","r"],function(x){
-var c=_1a&_1e;
-_1a>>=_1d;
-t[x]=_1d==4?17*c:c;
-});
-t.a=1;
-return t;
-};
-dojo.colorFromArray=function(a,obj){
-var t=obj||new d.Color();
-t._set(Number(a[0]),Number(a[1]),Number(a[2]),Number(a[3]));
-if(isNaN(t.a)){
-t.a=1;
-}
-return t.sanitize();
-};
-dojo.colorFromString=function(str,obj){
-var a=d.Color.named[str];
-return a&&d.colorFromArray(a,obj)||d.colorFromRgb(str,obj)||d.colorFromHex(str,obj);
-};
-})();
-}

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojo/_base/Deferred.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/dojo/_base/Deferred.js b/components/camel-web/src/main/webapp/js/dojo/_base/Deferred.js
deleted file mode 100644
index 9944304..0000000
--- a/components/camel-web/src/main/webapp/js/dojo/_base/Deferred.js
+++ /dev/null
@@ -1,132 +0,0 @@
-/*
-	Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
-	Available via Academic Free License >= 2.1 OR the modified BSD license.
-	see: http://dojotoolkit.org/license for details
-*/
-
-
-if(!dojo._hasResource["dojo._base.Deferred"]){
-dojo._hasResource["dojo._base.Deferred"]=true;
-dojo.provide("dojo._base.Deferred");
-dojo.require("dojo._base.lang");
-dojo.Deferred=function(_1){
-this.chain=[];
-this.id=this._nextId();
-this.fired=-1;
-this.paused=0;
-this.results=[null,null];
-this.canceller=_1;
-this.silentlyCancelled=false;
-};
-dojo.extend(dojo.Deferred,{_nextId:(function(){
-var n=1;
-return function(){
-return n++;
-};
-})(),cancel:function(){
-var _3;
-if(this.fired==-1){
-if(this.canceller){
-_3=this.canceller(this);
-}else{
-this.silentlyCancelled=true;
-}
-if(this.fired==-1){
-if(!(_3 instanceof Error)){
-var _4=_3;
-var _5="Deferred Cancelled";
-if(_3&&_3.toString){
-_5+=": "+_3.toString();
-}
-_3=new Error(_5);
-_3.dojoType="cancel";
-_3.cancelResult=_4;
-}
-this.errback(_3);
-}
-}else{
-if((this.fired==0)&&(this.results[0] instanceof dojo.Deferred)){
-this.results[0].cancel();
-}
-}
-},_resback:function(_6){
-this.fired=((_6 instanceof Error)?1:0);
-this.results[this.fired]=_6;
-this._fire();
-},_check:function(){
-if(this.fired!=-1){
-if(!this.silentlyCancelled){
-throw new Error("already called!");
-}
-this.silentlyCancelled=false;
-return;
-}
-},callback:function(_7){
-this._check();
-this._resback(_7);
-},errback:function(_8){
-this._check();
-if(!(_8 instanceof Error)){
-_8=new Error(_8);
-}
-this._resback(_8);
-},addBoth:function(cb,_a){
-var _b=dojo.hitch.apply(dojo,arguments);
-return this.addCallbacks(_b,_b);
-},addCallback:function(cb,_d){
-return this.addCallbacks(dojo.hitch.apply(dojo,arguments));
-},addErrback:function(cb,_f){
-return this.addCallbacks(null,dojo.hitch.apply(dojo,arguments));
-},addCallbacks:function(cb,eb){
-this.chain.push([cb,eb]);
-if(this.fired>=0){
-this._fire();
-}
-return this;
-},_fire:function(){
-var _12=this.chain;
-var _13=this.fired;
-var res=this.results[_13];
-var _15=this;
-var cb=null;
-while((_12.length>0)&&(this.paused==0)){
-var f=_12.shift()[_13];
-if(!f){
-continue;
-}
-var _18=function(){
-var ret=f(res);
-if(typeof ret!="undefined"){
-res=ret;
-}
-_13=((res instanceof Error)?1:0);
-if(res instanceof dojo.Deferred){
-cb=function(res){
-_15._resback(res);
-_15.paused--;
-if((_15.paused==0)&&(_15.fired>=0)){
-_15._fire();
-}
-};
-this.paused++;
-}
-};
-if(dojo.config.debugAtAllCosts){
-_18.call(this);
-}else{
-try{
-_18.call(this);
-}
-catch(err){
-_13=1;
-res=err;
-}
-}
-}
-this.fired=_13;
-this.results[_13]=res;
-if((cb)&&(this.paused)){
-res.addBoth(cb);
-}
-}});
-}

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojo/_base/NodeList.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/dojo/_base/NodeList.js b/components/camel-web/src/main/webapp/js/dojo/_base/NodeList.js
deleted file mode 100644
index ce5d628..0000000
--- a/components/camel-web/src/main/webapp/js/dojo/_base/NodeList.js
+++ /dev/null
@@ -1,161 +0,0 @@
-/*
-	Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
-	Available via Academic Free License >= 2.1 OR the modified BSD license.
-	see: http://dojotoolkit.org/license for details
-*/
-
-
-if(!dojo._hasResource["dojo._base.NodeList"]){
-dojo._hasResource["dojo._base.NodeList"]=true;
-dojo.provide("dojo._base.NodeList");
-dojo.require("dojo._base.lang");
-dojo.require("dojo._base.array");
-(function(){
-var d=dojo;
-var ap=Array.prototype,_3=ap.slice,_4=ap.concat;
-var _5=function(a){
-a.constructor=d.NodeList;
-dojo._mixin(a,d.NodeList.prototype);
-return a;
-};
-var _7=function(f,a,o){
-a=[0].concat(_3.call(a,0));
-o=o||d.global;
-return function(_b){
-a[0]=_b;
-return f.apply(o,a);
-};
-};
-var _c=function(f,o){
-return function(){
-this.forEach(_7(f,arguments,o));
-return this;
-};
-};
-var _f=function(f,o){
-return function(){
-return this.map(_7(f,arguments,o));
-};
-};
-var _12=function(f,o){
-return function(){
-return this.filter(_7(f,arguments,o));
-};
-};
-var _15=function(f,g,o){
-return function(){
-var a=arguments,_1a=_7(f,a,o);
-if(g.call(o||d.global,a)){
-return this.map(_1a);
-}
-this.forEach(_1a);
-return this;
-};
-};
-var _1b=function(a){
-return a.length==1&&d.isString(a[0]);
-};
-var _1d=function(_1e){
-var p=_1e.parentNode;
-if(p){
-p.removeChild(_1e);
-}
-};
-dojo.NodeList=function(){
-return _5(Array.apply(null,arguments));
-};
-var nl=d.NodeList,nlp=nl.prototype;
-nl._wrap=_5;
-nl._adaptAsMap=_f;
-nl._adaptAsForEach=_c;
-nl._adaptAsFilter=_12;
-nl._adaptWithCondition=_15;
-d.forEach(["slice","splice"],function(_22){
-var f=ap[_22];
-nlp[_22]=function(){
-return _5(f.apply(this,arguments));
-};
-});
-d.forEach(["indexOf","lastIndexOf","every","some"],function(_24){
-var f=d[_24];
-nlp[_24]=function(){
-return f.apply(d,[this].concat(_3.call(arguments,0)));
-};
-});
-d.forEach(["attr","style"],function(_26){
-nlp[_26]=_15(d[_26],_1b);
-});
-d.forEach(["connect","addClass","removeClass","toggleClass","empty"],function(_27){
-nlp[_27]=_c(d[_27]);
-});
-dojo.extend(dojo.NodeList,{concat:function(_28){
-var t=d.isArray(this)?this:_3.call(this,0),m=d.map(arguments,function(a){
-return a&&!d.isArray(a)&&(a.constructor===NodeList||a.constructor==nl)?_3.call(a,0):a;
-});
-return _5(_4.apply(t,m));
-},map:function(_2c,obj){
-return _5(d.map(this,_2c,obj));
-},forEach:function(_2e,_2f){
-d.forEach(this,_2e,_2f);
-return this;
-},coords:_f(d.coords),place:function(_30,_31){
-var _32=d.query(_30)[0];
-return this.forEach(function(_33){
-d.place(_33,_32,_31);
-});
-},orphan:function(_34){
-return (_34?d._filterQueryResult(this,_34):this).forEach(_1d);
-},adopt:function(_35,_36){
-return d.query(_35).place(item[0],_36);
-},query:function(_37){
-if(!_37){
-return this;
-}
-var ret=this.map(function(_39){
-return d.query(_37,_39).filter(function(_3a){
-return _3a!==undefined;
-});
-});
-return _5(_4.apply([],ret));
-},filter:function(_3b){
-var a=arguments,_3d=this,_3e=0;
-if(d.isString(_3b)){
-_3d=d._filterQueryResult(this,a[0]);
-if(a.length==1){
-return _3d;
-}
-_3e=1;
-}
-return _5(d.filter(_3d,a[_3e],a[_3e+1]));
-},addContent:function(_3f,_40){
-var c=d.isString(_3f)?d._toDom(_3f,this[0]&&this[0].ownerDocument):_3f,i,l=this.length-1;
-for(i=0;i<l;++i){
-d.place(c.cloneNode(true),this[i],_40);
-}
-if(l>=0){
-d.place(c,this[l],_40);
-}
-return this;
-},instantiate:function(_44,_45){
-var c=d.isFunction(_44)?_44:d.getObject(_44);
-_45=_45||{};
-return this.forEach(function(_47){
-new c(_45,_47);
-});
-},at:function(){
-var t=new dojo.NodeList();
-d.forEach(arguments,function(i){
-if(this[i]){
-t.push(this[i]);
-}
-},this);
-return t;
-}});
-d.forEach(["blur","focus","change","click","error","keydown","keypress","keyup","load","mousedown","mouseenter","mouseleave","mousemove","mouseout","mouseover","mouseup","submit"],function(evt){
-var _oe="on"+evt;
-nlp[_oe]=function(a,b){
-return this.connect(_oe,a,b);
-};
-});
-})();
-}

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojo/_base/_loader/bootstrap.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/dojo/_base/_loader/bootstrap.js b/components/camel-web/src/main/webapp/js/dojo/_base/_loader/bootstrap.js
deleted file mode 100644
index d34182d..0000000
--- a/components/camel-web/src/main/webapp/js/dojo/_base/_loader/bootstrap.js
+++ /dev/null
@@ -1,108 +0,0 @@
-/*
-	Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
-	Available via Academic Free License >= 2.1 OR the modified BSD license.
-	see: http://dojotoolkit.org/license for details
-*/
-
-
-(function(){
-if(typeof this["loadFirebugConsole"]=="function"){
-this["loadFirebugConsole"]();
-}else{
-this.console=this.console||{};
-var cn=["assert","count","debug","dir","dirxml","error","group","groupEnd","info","profile","profileEnd","time","timeEnd","trace","warn","log"];
-var i=0,tn;
-while((tn=cn[i++])){
-if(!console[tn]){
-(function(){
-var _4=tn+"";
-console[_4]=("log" in console)?function(){
-var a=Array.apply({},arguments);
-a.unshift(_4+":");
-console["log"](a.join(" "));
-}:function(){
-};
-})();
-}
-}
-}
-if(typeof dojo=="undefined"){
-this.dojo={_scopeName:"dojo",_scopePrefix:"",_scopePrefixArgs:"",_scopeSuffix:"",_scopeMap:{},_scopeMapRev:{}};
-}
-var d=dojo;
-if(typeof dijit=="undefined"){
-this.dijit={_scopeName:"dijit"};
-}
-if(typeof dojox=="undefined"){
-this.dojox={_scopeName:"dojox"};
-}
-if(!d._scopeArgs){
-d._scopeArgs=[dojo,dijit,dojox];
-}
-d.global=this;
-d.config={isDebug:false,debugAtAllCosts:false};
-if(typeof djConfig!="undefined"){
-for(var _7 in djConfig){
-d.config[_7]=djConfig[_7];
-}
-}
-dojo.locale=d.config.locale;
-var _8="$Rev: 16827 $".match(/\d+/);
-dojo.version={major:1,minor:3,patch:0,flag:"b2",revision:_8?+_8[0]:NaN,toString:function(){
-with(d.version){
-return major+"."+minor+"."+patch+flag+" ("+revision+")";
-}
-}};
-if(typeof OpenAjax!="undefined"){
-OpenAjax.hub.registerLibrary(dojo._scopeName,"http://dojotoolkit.org",d.version.toString());
-}
-var _9={};
-dojo._mixin=function(_a,_b){
-for(var x in _b){
-if(_9[x]===undefined||_9[x]!=_b[x]){
-_a[x]=_b[x];
-}
-}
-if(d.isIE&&_b){
-var p=_b.toString;
-if(typeof p=="function"&&p!=_a.toString&&p!=_9.toString&&p!="\nfunction toString() {\n    [native code]\n}\n"){
-_a.toString=_b.toString;
-}
-}
-return _a;
-};
-dojo.mixin=function(_e,_f){
-if(!_e){
-_e={};
-}
-for(var i=1,l=arguments.length;i<l;i++){
-d._mixin(_e,arguments[i]);
-}
-return _e;
-};
-dojo._getProp=function(_12,_13,_14){
-var obj=_14||d.global;
-for(var i=0,p;obj&&(p=_12[i]);i++){
-if(i==0&&this._scopeMap[p]){
-p=this._scopeMap[p];
-}
-obj=(p in obj?obj[p]:(_13?obj[p]={}:undefined));
-}
-return obj;
-};
-dojo.setObject=function(_18,_19,_1a){
-var _1b=_18.split("."),p=_1b.pop(),obj=d._getProp(_1b,true,_1a);
-return obj&&p?(obj[p]=_19):undefined;
-};
-dojo.getObject=function(_1e,_1f,_20){
-return d._getProp(_1e.split("."),_1f,_20);
-};
-dojo.exists=function(_21,obj){
-return !!d.getObject(_21,false,obj);
-};
-dojo["eval"]=function(_23){
-return d.global.eval?d.global.eval(_23):eval(_23);
-};
-d.deprecated=d.experimental=function(){
-};
-})();

http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojo/_base/_loader/hostenv_browser.js
----------------------------------------------------------------------
diff --git a/components/camel-web/src/main/webapp/js/dojo/_base/_loader/hostenv_browser.js b/components/camel-web/src/main/webapp/js/dojo/_base/_loader/hostenv_browser.js
deleted file mode 100644
index 8b620cb..0000000
--- a/components/camel-web/src/main/webapp/js/dojo/_base/_loader/hostenv_browser.js
+++ /dev/null
@@ -1,237 +0,0 @@
-/*
-	Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
-	Available via Academic Free License >= 2.1 OR the modified BSD license.
-	see: http://dojotoolkit.org/license for details
-*/
-
-
-if(typeof window!="undefined"){
-dojo.isBrowser=true;
-dojo._name="browser";
-(function(){
-var d=dojo;
-if(document&&document.getElementsByTagName){
-var _2=document.getElementsByTagName("script");
-var _3=/dojo(\.xd)?\.js(\W|$)/i;
-for(var i=0;i<_2.length;i++){
-var _5=_2[i].getAttribute("src");
-if(!_5){
-continue;
-}
-var m=_5.match(_3);
-if(m){
-if(!d.config.baseUrl){
-d.config.baseUrl=_5.substring(0,m.index);
-}
-var _7=_2[i].getAttribute("djConfig");
-if(_7){
-var _8=eval("({ "+_7+" })");
-for(var x in _8){
-dojo.config[x]=_8[x];
-}
-}
-break;
-}
-}
-}
-d.baseUrl=d.config.baseUrl;
-var n=navigator;
-var _b=n.userAgent,_c=n.appVersion,tv=parseFloat(_c);
-if(_b.indexOf("Opera")>=0){
-d.isOpera=tv;
-}
-if(_b.indexOf("AdobeAIR")>=0){
-d.isAIR=1;
-}
-d.isKhtml=(_c.indexOf("Konqueror")>=0)?tv:0;
-d.isWebKit=parseFloat(_b.split("WebKit/")[1])||undefined;
-d.isChrome=parseFloat(_b.split("Chrome/")[1])||undefined;
-var _e=Math.max(_c.indexOf("WebKit"),_c.indexOf("Safari"),0);
-if(_e&&!dojo.isChrome){
-d.isSafari=parseFloat(_c.split("Version/")[1]);
-if(!d.isSafari||parseFloat(_c.substr(_e+7))<=419.3){
-d.isSafari=2;
-}
-}
-if(_b.indexOf("Gecko")>=0&&!d.isKhtml&&!d.isWebKit){
-d.isMozilla=d.isMoz=tv;
-}
-if(d.isMoz){
-d.isFF=parseFloat(_b.split("Firefox/")[1])||undefined;
-}
-if(document.all&&!d.isOpera){
-d.isIE=parseFloat(_c.split("MSIE ")[1])||undefined;
-if(d.isIE>=8&&document.documentMode!=5){
-d.isIE=document.documentMode;
-}
-}
-if(dojo.isIE&&window.location.protocol==="file:"){
-dojo.config.ieForceActiveXXhr=true;
-}
-var cm=document.compatMode;
-d.isQuirks=cm=="BackCompat"||cm=="QuirksMode"||d.isIE<6;
-d.locale=dojo.config.locale||(d.isIE?n.userLanguage:n.language).toLowerCase();
-d._XMLHTTP_PROGIDS=["Msxml2.XMLHTTP","Microsoft.XMLHTTP","Msxml2.XMLHTTP.4.0"];
-d._xhrObj=function(){
-var _10,_11;
-if(!dojo.isIE||!dojo.config.ieForceActiveXXhr){
-try{
-_10=new XMLHttpRequest();
-}
-catch(e){
-}
-}
-if(!_10){
-for(var i=0;i<3;++i){
-var _13=d._XMLHTTP_PROGIDS[i];
-try{
-_10=new ActiveXObject(_13);
-}
-catch(e){
-_11=e;
-}
-if(_10){
-d._XMLHTTP_PROGIDS=[_13];
-break;
-}
-}
-}
-if(!_10){
-throw new Error("XMLHTTP not available: "+_11);
-}
-return _10;
-};
-d._isDocumentOk=function(_14){
-var _15=_14.status||0;
-return (_15>=200&&_15<300)||_15==304||_15==1223||(!_15&&(location.protocol=="file:"||location.protocol=="chrome:"));
-};
-var _16=window.location+"";
-var _17=document.getElementsByTagName("base");
-var _18=(_17&&_17.length>0);
-d._getText=function(uri,_1a){
-var _1b=this._xhrObj();
-if(!_18&&dojo._Url){
-uri=(new dojo._Url(_16,uri)).toString();
-}
-if(d.config.cacheBust){
-uri+="";
-uri+=(uri.indexOf("?")==-1?"?":"&")+String(d.config.cacheBust).replace(/\W+/g,"");
-}
-_1b.open("GET",uri,false);
-try{
-_1b.send(null);
-if(!d._isDocumentOk(_1b)){
-var err=Error("Unable to load "+uri+" status:"+_1b.status);
-err.status=_1b.status;
-err.responseText=_1b.responseText;
-throw err;
-}
-}
-catch(e){
-if(_1a){
-return null;
-}
-throw e;
-}
-return _1b.responseText;
-};
-var _w=window;
-var _1e=function(_1f,fp){
-var _21=_w[_1f]||function(){
-};
-_w[_1f]=function(){
-fp.apply(_w,arguments);
-_21.apply(_w,arguments);
-};
-};
-d._windowUnloaders=[];
-d.windowUnloaded=function(){
-var mll=d._windowUnloaders;
-while(mll.length){
-(mll.pop())();
-}
-};
-var _23=0;
-d.addOnWindowUnload=function(obj,_25){
-d._onto(d._windowUnloaders,obj,_25);
-if(!_23){
-_23=1;
-_1e("onunload",d.windowUnloaded);
-}
-};
-var _26=0;
-d.addOnUnload=function(obj,_28){
-d._onto(d._unloaders,obj,_28);
-if(!_26){
-_26=1;
-_1e("onbeforeunload",dojo.unloaded);
-}
-};
-})();
-dojo._initFired=false;
-dojo._loadInit=function(e){
-dojo._initFired=true;
-var _2a=(e&&e.type)?e.type.toLowerCase():"load";
-if(arguments.callee.initialized||(_2a!="domcontentloaded"&&_2a!="load")){
-return;
-}
-arguments.callee.initialized=true;
-if("_khtmlTimer" in dojo){
-clearInterval(dojo._khtmlTimer);
-delete dojo._khtmlTimer;
-}
-if(dojo._inFlightCount==0){
-dojo._modulesLoaded();
-}
-};
-dojo._fakeLoadInit=function(){
-dojo._loadInit({type:"load"});
-};
-if(!dojo.config.afterOnLoad){
-if(document.addEventListener){
-if(dojo.isWebKit>525||dojo.isOpera||dojo.isFF>=3||(dojo.isMoz&&dojo.config.enableMozDomContentLoaded===true)){
-document.addEventListener("DOMContentLoaded",dojo._loadInit,null);
-}
-window.addEventListener("load",dojo._loadInit,null);
-}
-if(dojo.isAIR){
-window.addEventListener("load",dojo._loadInit,null);
-}else{
-if((dojo.isWebKit<525)||dojo.isKhtml){
-dojo._khtmlTimer=setInterval(function(){
-if(/loaded|complete/.test(document.readyState)){
-dojo._loadInit();
-}
-},10);
-}
-}
-}
-if(dojo.isIE){
-if(!dojo.config.afterOnLoad){
-document.write("<scr"+"ipt defer src=\"//:\" "+"onreadystatechange=\"if(this.readyState=='complete'){"+dojo._scopeName+"._loadInit();}\">"+"</scr"+"ipt>");
-}
-try{
-document.namespaces.add("v","urn:schemas-microsoft-com:vml");
-document.createStyleSheet().addRule("v\\:*","behavior:url(#default#VML);  display:inline-block");
-}
-catch(e){
-}
-}
-}
-(function(){
-var mp=dojo.config["modulePaths"];
-if(mp){
-for(var _2c in mp){
-dojo.registerModulePath(_2c,mp[_2c]);
-}
-}
-})();
-if(dojo.config.isDebug){
-dojo.require("dojo._firebug.firebug");
-}
-if(dojo.config.debugAtAllCosts){
-dojo.config.useXDomain=true;
-dojo.require("dojo._base._loader.loader_xd");
-dojo.require("dojo._base._loader.loader_debug");
-dojo.require("dojo.i18n");
-}