You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2015/03/22 13:10:59 UTC

[03/51] [partial] clerezza git commit: CLEREZZA-966: started hierarchical project structure, moved platform bundles to platform, only moved RDF artifacts ported to use commons to the rdf folder.

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/list.css
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/list.css b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/list.css
deleted file mode 100644
index b67b5f3..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/list.css
+++ /dev/null
@@ -1,147 +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.
- *
-*/
-
-/* list */
-.tx-list {
-	position: absolute;
-	top: 0;
-	bottom: 0;
-	left: 0;
-	right: 0;
-	width: auto;
-	overflow-y: auto;
-	overflow-x: hidden;
-}
-
-.tx-list.tx-show-panel {
-	left: 28em;
-}
-
-.tx-list.tx-hide-panel {
-	left: 5em;
-}
-
-.tx-list.tx-halfwidth-left {
-	width: 49%;
-}
-
-.tx-list.tx-halfwidth-right {
-	left: 51%;
-	padding-left: 1.6em;
-	border-left: solid 1px #e4e4e4;
-}
-
-.tx-list ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-list ol li {
-	border-bottom: solid 1px #e4e4e4;
-	float: left;
-	margin: 1.2em;
-}
-
-.tx-list ol li input[type="checkbox"] {
-	float: left;
-}
-
-.tx-list ol li div.tx-thumb {
-	display: block;
-	text-align: center;
-	display: table-cell;
-	vertical-align: middle;
-}
-
-.tx-list ol.tx-size1 li {
-	width: 160px;
-	height: 180px;
-}
-
-.tx-list ol.tx-size1 li div.tx-thumb {
-	width: 160px;
-	height: 160px;
-}
-
-.tx-list ol.tx-size1 li div.tx-thumb img.tx-width  {
-	width: 150px;
-	height: auto;
-}
-
-.tx-list ol.tx-size1 li div.tx-thumb img.tx-height  {
-	height: 150px;
-	width: auto;
-}
-
-.tx-list ol.tx-size2 li {
-	width: 130px;
-	height: 150px;
-}
-
-.tx-list ol.tx-size2 li div.tx-thumb {
-	width: 130px;
-	height: 130px;
-}
-
-.tx-list ol.tx-size2 li div.tx-thumb img.tx-width  {
-	width: 120px;
-	height: auto;
-}
-
-.tx-list ol.tx-size2 li div.tx-thumb img.tx-height  {
-	height: 120px;
-	width: auto;
-}
-
-.tx-list ol.tx-size3 li {
-	width: 100px;
-	height: 120px;
-}
-
-.tx-list ol.tx-size3 li div.tx-thumb {
-	width: 100px;
-	height: 100px;
-}
-
-.tx-list ol.tx-size3 li div.tx-thumb img.tx-width  {
-	width: 90px;
-	height: auto;
-}
-
-.tx-list ol.tx-size3 li div.tx-thumb img.tx-height  {
-	height: 90px;
-	width: auto;
-}
-
-
-.tx-list ol li span.tx-right {
-	float: right;
-}
-
-.tx-list ol li span.tx-left {
-	float: left;
-}
-
-.tx-list ol li div.tx-thumb a:hover img  {
-	border: solid 3px #1c6d8b;
-	text-decoration: none;
-}

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/loader.css
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/loader.css b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/loader.css
deleted file mode 100644
index e620606..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/loader.css
+++ /dev/null
@@ -1,47 +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.
- *
-*/
-
-#tx-loader {
-	border: solid 1px #CCCCCC;
-	position: absolute;
-	top: 100px;
-	left: 100px;
-	width: 12em;
-	background-color: white;
-	z-Index: 10000;
-	color: #666666;
-}
-
-#tx-loader div {
-	border-top: solid 1px #CCCCCC;
-	background-image: url(./images/icons/anim-loading.gif);
-	background-position: 0.3em center;
-	min-height: 1.8em;
-	background-repeat: no-repeat;
-	padding: 0.2em 0.4em 0.1em 2.2em;
-	vertical-align: middle;
-	clear: both;
-	line-height: 1.4em;
-}
-
-#tx-loader div:first-child {
-	border: none;
-}

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/menu.css
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/menu.css b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/menu.css
deleted file mode 100644
index bdcec94..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/menu.css
+++ /dev/null
@@ -1,163 +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.
- *
-*/
-
-/* menu */
-#tx-menu {
-	top: 0.0em;
-	left: 13em; 
-	position: absolute;
-	z-index: 10000;
-}	
-
-#tx-menu ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-#tx-menu ol li {
-	float: left;
-}
-
-#tx-menu ol li.active {
-}
-
-#tx-menu ol li a {
-	color: #ffffff;
-	text-decoration: none;
-	display: block;
-	padding: 0.5em 0.5em 0.6em 0.5em;
-}
-
-#tx-menu ol li a:visited, #tx-menu li a:link  {
-	text-decoration: none;
-}
-
-#tx-menu ol li a:active, #tx-menu ol li a:hover  {
-	text-decoration: underline;
-}
-
-#tx-menu ol li.active a:visited, #tx-menu ol li.active a:link  {
-	background-color: #ffffff;
-	color: #333333;
-	background-image: url(./images/bg/fade-menu.png);
-	background-repeat: repeat-x;
-}
-
-#tx-menu ol li.active a:active, #tx-menu ol li.active a:hover  {
-	background-color: #ffffff;
-	color: #333333;
-	background-image: url(./images/bg/fade-menu.png);
-	background-repeat: repeat-x;
-}
-
-#tx-menu ol h4 {
-	border-bottom: solid 1px #dddddd;
-	margin: 0;
-	padding: 0em 0 0.4em 0.4em;
-	font-weight: bold;
-	color: #000000;	
-	clear: both;
-}
-
-#tx-menu ol ol+h4 {
-	padding-top: 1.2em;
-}
-
-#tx-menu ol div {
-	background-color: #ffffff;
-	border-right: solid 3px #cccccc;
-	border-bottom: solid 3px #cccccc;
-	opacity: 0.9;
-	display: none;
-	position: absolute;	
-	padding: 1.0em 0.6em 0.8em 0.6em;
-	max-width: 15em;
-	min-width: 10em;
-	border-top: solid 1px #ffffff;
-
-	z-index: -1;	
-}
-
-#tx-menu ol div.tx-desc {
-	min-width: 30em;
-}
-
-#tx-menu ol li li {
-	border-bottom: 1px solid #c7c7c7;
-	padding: 0px;
-	min-width: 10em;
-	max-width: 15em;
-}
-
-#tx-menu ol li li:last-child, #tx-menu ol li .tx-desc li:last-child{
-	border-bottom: none;
-}
-
-
-#tx-menu ol li .tx-desc li {
-	border-bottom: 1px solid #c7c7c7;
-	padding: 0px;
-	min-width: 30em;
-}
-
-#tx-menu ol li .tx-desc li span {
-	display: block;
-	width: 16em;
-	float: left;
-	color: #555555;
-	padding: 0.3em 0 0.3em 0em;
-}
-
-#tx-menu ol li li  span {
-	display: none;
-}
-
-#tx-menu ol li .tx-desc li a {
-	font-weight: bold;
-}
-
-#tx-menu ol li li a {
-	color: #455c6a;
-	display: block;
-	padding: 0.3em 0 0.3em 0.5em;
-	width: 13em;
-	font-weight: normal;
-	float: left;
-	
-}
-
-#tx-menu ol li.active li.active {
-	background-color: #eef8fa;
-}
-
-#tx-menu ol li.active li a:visited, #tx-menu ol li.active li a:link  {
-	text-decoration: none;
-	background-image: none;
-	background-color: transparent;
-}
-
-#tx-menu ol li.active li a:active, #tx-menu ol li.active li a:hover  {
-	text-decoration: underline;
-	background-image: none;
-	background-color: transparent;
-}
-

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/pager.css
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/pager.css b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/pager.css
deleted file mode 100644
index 2ba7830..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/pager.css
+++ /dev/null
@@ -1,100 +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.
- *
-*/
-
-/* pager */
-.tx-pager {
-	position: absolute;
-	right: 0.8em;
-	width: 20em;
-	text-align: right;
-}	
-
-.tx-pager input {
-	width: 2.5em;
-}
-
-.tx-pager-dropdown {
-	width: 4.5em;
-	margin-right: 1.6em;
-}
-
-.tx-pager ol {
-	padding: 0;
-	margin: 0;
-	list-style: none;
-	text-align: center;
-}
-
-.tx-pager ol li {
-	display: inline;
-	margin: 0 0.2em;
-	background-image: none;
-	padding: 0;
-}
-
-.tx-pager li.active {
-	font-weight: bold;
-}
-.tx-pager li a {
-}
-
-
-.tx-pager li a:visited, .tx-pager li a:link  {
-}
-
-.tx-pager li a:active, .tx-pager li a:hover  {
-}
-
-.tx-pager li.active a:visited, .tx-pager li.active a:link  {
-}
-
-.tx-pager li.active a:active, .tx-pager li.active a:hover  {
-}
-
-
-.tx-pager .next {
-	float: right;
-	background: url(./images/icons/arr-right-dark.png) center no-repeat;
-	text-indent: -9999px;
-	height: 0.8em;
-	width: 0.8em;
-	display: block;	
-	margin-top: 0.3em;
-}
-
-.tx-pager .prev {
-	float: left;
-	background: url(./images/icons/arr-left-dark.png) center no-repeat;
-	text-indent: -9999px;
-	height: 0.8em;
-	width: 0.8em;
-	display: block;	
-	margin-top: 0.3em;
-}
-
-.tx-pager form, .tx-pager fieldset {
-	display: inline;
-}
-
-.tx-pager input {
-	text-align: center;
-	
-}

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/panel.css
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/panel.css b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/panel.css
deleted file mode 100644
index ad68f4a..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/panel.css
+++ /dev/null
@@ -1,385 +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.
- *
-*/
-
-/* panel */
-.tx-panel {
-	position: absolute;
-	top: 12em;
-	bottom: 0;
-	left: 0.5em;
-	width: 27em;
-	z-Index: 100;
-}
-
-.tx-panel.tx-panel-left {
-	position: absolute;
-	top: 12em;
-	bottom: 0;
-	left: 0.5em;
-	width: 27em;
-	z-Index: 100;
-}
-
-.tx-panel.tx-panel-right {
-	/*
-	position: absolute;
-	top: 0em;
-	right: 0.5em;
-	*/
-	position: static;
-	top: auto;
-	right: auto;
-	width: 16em;
-	z-Index: 100;
-	float: right;
-	margin-right: 1em;
-	clear: right;
-	margin-bottom: 1em;
-}
-.tx-panel.tx-panel-middle {
-	/*
-	position: absolute;
-	top: 0em;
-	right: 0.5em;
-	*/
-	position: static;
-	top: auto;
-	right: auto;
-	width: 31em;
-	z-Index: 100;
-	float: none;
-	margin-right: 1em;
-	clear: right;
-	margin-bottom: 1em;
-}
-
-
-.tx-panel.tx-close {
-	width: 26px;
-	overflow: hidden;
-}
-
-.tx-panel.tx-close .tx-panel-tab-buttons ol  {
-	display: none;
-}
-
-
-.tx-panel .tx-panel-window {
-	overflow-y: auto;
-	overflow-x: hidden;
-	position: absolute;
-	top: 2.5em;
-	bottom: 0em;
-	left: 0em;
-	width: 26em;
-}
-
-.tx-panel.tx-panel-right .tx-panel-window {
-	top: auto;
-	bottom: auto;
-	left: auto;
-	width: auto;
-	overflow: visible;
-	position: static;	
-}
-
-.tx-panel.tx-panel-middle .tx-panel-window {
-	top: auto;
-	bottom: auto;
-	left: auto;
-	width: auto;
-	overflow: visible;
-	position: static;	
-}
-
-.tx-panel h3, .tx-panel div h3 {
-	background-image: url(./images/bg/fade-panel-search.png);
-	color: #ffffff;
-	font-size: 1.0em;
-	height: 27px;
-	line-height: 2.2em;
-	margin: 0 0 0.5em 26px;
-	width: 21em;
-	/* for the border of the tx-panel-tabs box */
-	padding-right: 2px;
-	padding-left: 1em;
-}
-
-.tx-panel.tx-panel-right div h3 {
-	width: 15em;
-	margin: 0 0 0.3em 0px;	
-	padding-right: 2px;
-	padding-left: 1em;
-	padding-bottom: 0;	
-}
-
-.tx-panel.tx-panel-middle div h3 {
-	width: 30.5em;
-	margin: 0 0 0.3em 0px;	
-	padding-right: 2px;
-	padding-left: 1em;
-	padding-bottom: 0;	
-}
-
-.tx-panel-tabs {
-	border: solid 1px #bdbdbd;
-	margin-left: 26px;
-	width: 22em;
-	min-height: 98%;
-}
-
-.tx-panel.tx-panel-right .tx-panel-tabs  {
-	margin-left: 0px;
-	width: 16em;
-}
-
-.tx-panel.tx-panel-middle .tx-panel-tabs  {
-	margin-left: 0px;
-	width: 31.5em;
-}
-
-.tx-panel-tabs > div {
-	padding: 1em;
-	background-image: url(./images/bg/fade-filter.png);
-	background-repeat: repeat-x;
-}
-
-
-.tx-panel label {
-	display: block;
-	height: 1.4em;
-}
-
-
-.tx-panel input[type="text"] {
-	float: none;
-	display: inline;
-	width: 16.5em;
-}
-
-.tx-panel input[type="button"], .tx-panel input[type="submit"] {
-	float: right;
-	display: inline;
-}
-
-.tx-panel input[type="radio"] {
-	margin: 0.2em 0 0.2em 0;
-	vertical-align: middle;
-}
-
-.tx-panel .tx-panel-open-close {
-	background: url(./images/icons/d-arr-left-inverse.png) center no-repeat;
-	width: 26px;
-	height: 27px;
-	text-indent: -9999px;
-	text-align: left;
-	display: block;
-	float: left;
-	border: none;
-
-}
-
-.tx-panel .tx-panel-open-close.tx-close {
-	background: url(./images/icons/d-arr-right-inverse.png) center no-repeat;
-}
-
-
-.tx-result ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-result > ol > li {
-	background-image: url(./images/icons/arr-right-inverse.png);
-	background-repeat: no-repeat;
-	background-position: 0.5em 0.4em;
-	border-bottom-width: 1px;
-	border-bottom-style: solid;
-	border-bottom-color: #ffffff;
-	background-color: #cccccc;
-}
-
-.tx-result > ol > li.tx-open {
-	background-image: url(./images/icons/arr-down-inverse.png);
-	background-repeat: no-repeat;
-	background-position: 0.5em 0.4em;
-}
-
-.tx-result ol li a {
-	color: #ffffff;
-	text-decoration: none;
-	display: block;
-	padding: 0.2em 0.2em 0.2em 1.9em;
-}
-
-.tx-result > ol > li li:first-child {
-	border-top: none;
-}
-
-
-.tx-result > ol > li li {
-	border-top: solid 1px #e6e6e6;
-}
-
-
-.tx-result li a:visited, .tx-result li a:link  {
-	color: #ffffff;
-}
-
-.tx-result li a:active, .tx-result li a:hover  {
-	color: #ffffff;
-}
-
-.tx-result ol ol {
-	background-color: #ffffff;
-	display: none;
-}
-
-.tx-result > ol > li.tx-open > ol {
-	display: block;
-}
-
-.tx-result ol li li {
-}
-
-.tx-result ol li li a {
-	color: #666666;
-	padding: 0.2em 0.2em 0.2em 1.9em;
-}
-
-.tx-result ol li li a:visited, .tx-result ol li li a:link  {
-	color: #666666;
-}
-
-.tx-result ol li li a:active, .tx-result ol li li a:hover  {
-	color: #333333;
-}
-
-
-.tx-result li.tx-more {
-	background-image: url(./images/icons/arr-right.png);
-	background-repeat: no-repeat;
-	background-position: 1.8em 0.4em;
-}
-
-.tx-result li.tx-more a {
-	padding-left: 2.9em;
-	color: #1c6d8b;
-}
-
-.tx-result li.tx-more a:visited, .tx-result li.tx-more a:link  {
-	color: #1c6d8b;
-}
-
-.tx-result li.tx-more a:active, .tx-result li.tx-more a:hover  {
-	color: #1c6d8b;
-	text-decoration: underline;
-}
-
-/* filter (in panel)*/
-
-.tx-panel .tx-filter {
-	background-color: #FFFFFF;
-	padding: 1em 0 2em 0;
-	background-repeat: repeat-x;
-}
-
-.tx-panel .tx-filter  h4 {
-	font-weight: normal;
-	margin: 0;
-	padding: 0;
-	padding-left: 0.3em;
-	padding-bottom: 0.5em;
-	color: #666666;
-	font-size: 1.0em;
-	min-height: 1.8em;
-	line-height: 1.5em;
-}
-
-.tx-panel .tx-filter ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-panel .tx-filter ol li {
-	background-color: #fff2e4;
-	margin: 0;
-	padding: 0 0 0 1.0em;
-	color: #000000;
-	height: 1.7em;
-	border-bottom: solid 1px #ffffff;
-	line-height: 1.6em;
-}
-
-.tx-panel .tx-filter a {
-	float: right;
-	color: #000000;
-}
-
-.tx-panel .tx-filter h4 a{
-	margin-left: 0.5em;
-	color: #cc3333;
-}
-
-
-/* tabs */
-
-.tx-panel .tx-panel-tab-buttons {
-
-	background-color: #dadada;
-	background-image: url(./images/panel/bg-tab.png);
-	background-repeat: repeat-y;
-
-	min-height: 98%;
-	float: left;
-	width: 26px;
-	padding-bottom: 2px;
-}
-
-.tx-panel .tx-panel-tab-buttons ol {
-	width: 26px;
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-panel .tx-panel-tab-buttons li {
-	margin: 0;
-	padding: 0;
-}
-
-.tx-panel .tx-panel-tab-buttons li a {
-	background-image: url(./images/panel/tab-button-default.png);
-	height: 30px;
-	width: 26px;
-	display: block;
-	background-position: center;
-	background-repeat: no-repeat;
-	text-indent: -9999px;
-}
-
-.tx-panel .tx-panel-tab-buttons li.tx-active a {
-	background-color: #ffffff;
-	border: solid 1px #bdbdbd;
-	border-right: none;
-}

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/login.js
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/login.js b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/login.js
deleted file mode 100644
index c4b748f..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/login.js
+++ /dev/null
@@ -1,26 +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.
- *
-*/
-
-$(document).ready(function () {
-	$("#tx-login-button").click(function() {
-		document.location.href = "/login?referer=" + encodeURIComponent(document.location.href);
-	});	
-});

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/panel.js
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/panel.js b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/panel.js
deleted file mode 100644
index 910da98..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/panel.js
+++ /dev/null
@@ -1,59 +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.
- *
-*/
-
-$(document).ready(function () {
-	if($("#tx-panel-tabs").children().length == 0){
-		$("#tx-panel").hide();
-	} else {
-		$("#tx-panel-tabs").children().each(function() {
-			var titleElem =  $("#" + $(this).attr("id") + " > h3:first");
-			var title = $(this).attr("id");
-			if(titleElem.length > 0) {
-				titleElem.hide();
-				title = titleElem.text();
-			}
-			var li = $("<li/>").addClass($(this).attr("id")).attr("title", title);
-			var aHref = $("<a/>").attr("href", "#").text("tab");
-			aHref.bind("click", function () {
-				if(!$(this).parent().hasClass("tx-active")) {
-					$("#tx-panel-title > h3").text($(this).parent().attr("title"));
-					$("#tx-panel-tabs").children().each(function() {
-						$(this).hide();
-					});
-					$("#tx-panel-tab-buttons-ol").children().each(function() {
-						$(this).removeClass("tx-active");
-					});
-					$("#" + $(this).parent().attr("class")).show();
-					$(this).parent().addClass("tx-active");
-				}
-			})
-			li.append(aHref);
-			$("#tx-panel-tab-buttons-ol").append(li);
-		});
-		$("#tx-panel-tabs").children(":not(:first)").each(function() {
-			$(this).hide();
-		});
-		$("#tx-panel-tab-buttons-ol").children(":first").each(function() {
-			$("#tx-panel-title > h3").text($(this).attr("title"));
-			$(this).addClass("tx-active");
-		});	
-	}
-});

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/style.css
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/style.css b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/style.css
deleted file mode 100644
index 908b936..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/style.css
+++ /dev/null
@@ -1,49 +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.
- *
-*/
-
-@import "general.css";
-@import "header.css";
-@import "menu.css";
-@import "tabs.css";
-@import "panel.css";
-@import "icon.css";
-@import "button.css";
-@import "form.css";
-
-
-@import "list.css";
-@import "table.css";
-@import "edit.css";
-
-@import "pager.css";
-
-@import "window.css";
-
-@import "tooltip.css";
-@import "tree.css";
-@import "autocomplete.css";
-
-@import "clearfix.css";
-@import "loader.css";
-
-@import "yui.css";
-
-@import "discobits.css";

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/table.css
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/table.css b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/table.css
deleted file mode 100644
index b56d736..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/table.css
+++ /dev/null
@@ -1,225 +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 will be replaced with .tx-table */
-
-table {
-	border-collapse: collapse;
-	border: none;
-	width: 100%;
-}
-
-table thead tr {
-}
-
-table thead {
-}
-
-table tbody tr {
-	border-bottom: solid 1px #e4e4e4;
-}
-
-table tbody tr:visited, table tbody tr:link,
-table tbody tr:active, table tbody tr:hover {
-	background-color: #ffffff;
-}
-
-table td {
-	vertical-align: middle;	
-	padding-left: 0.6em;
-	padding-right: 0.6em;
-}
-
-table th {
-	vertical-align: middle;
-	text-align: left;
-	font-weight: normal;
-	color: #555555;
-	padding: 0 0.6em;
-	background-image: url(./images/bg/fade-th-off.png);
-	background-repeat: repeat-x;
-	background-position: bottom;
-	border-right-width: 1px;
-	border-right-style: solid;
-	border-right-color: #ffffff;
-	height: 2.2em;
-}
-
-table th span.tx-right {
-	float: right;
-	padding-right: 0.4em;
-}
-
-table th.tx-on {
-	background: url(./images/bg/fade-th-on.png) top  repeat-x;
-	color: #555555;
-	background-position: bottom;
-	border-right-width: 1px;
-	border-right-style: solid;
-	border-right-color: #ffffff;
-}
-
-table th a:visited, table th a:link,
-table th a:active, table th a:hover {
-	color: #555555;
-	text-decoration: none;
-}
-
-table td:first-child {
-	text-align: left;
-	display: table-cell;
-	vertical-align: middle;
-}
-
-table a img  {
-	padding: 0;
-	text-decoration: none;
-	float: left;
-}
-
-table a:hover img  {
-	border: solid 0px #54c5d0;
-	text-decoration: none;
-	padding: 0;
-}
-
-td span.tx-right {
-	float: right;
-}
-
-td span.tx-left {
-	float: left;
-}
-
-table .tx-icon {
-	margin-left: 0.4em;
-}
-
-table th .tx-icon-down, table th .tx-icon-up {
-	text-indent: -9999px;
-	height: 10px;
-	width: 10px;
-	display: block;
-	padding-top: 0.4em;	
-}
-
-/* .tx-table */
-
-table.tx-table {
-	border-collapse: collapse;
-	border: none;
-	width: 100%;
-}
-
-table.tx-table thead tr {
-}
-
-table.tx-table thead {
-}
-
-table.tx-table tbody tr {
-	border-bottom: solid 1px #e4e4e4;
-}
-
-table.tx-table tbody tr:visited, table.tx-table tbody tr:link,
-table.tx-table tbody tr:active, table.tx-table tbody tr:hover {
-	background-color: #ffffff;
-}
-
-table.tx-table td {
-	vertical-align: middle;	
-	padding-left: 0.6em;
-	padding-right: 0.6em;
-}
-
-table.tx-table th {
-	vertical-align: middle;
-	text-align: left;
-	font-weight: normal;
-	color: #555555;
-	padding: 0 0.6em;
-	background-image: url(./images/bg/fade-th-off.png);
-	background-repeat: repeat-x;
-	background-position: bottom;
-	border-right-width: 1px;
-	border-right-style: solid;
-	border-right-color: #ffffff;
-	height: 2.2em;
-}
-
-table.tx-table th span.tx-right {
-	float: right;
-	padding-right: 0.4em;
-}
-
-table.tx-table th.tx-on {
-	background: url(./images/bg/fade-th-on.png) top  repeat-x;
-	color: #555555;
-	background-position: bottom;
-	border-right-width: 1px;
-	border-right-style: solid;
-	border-right-color: #ffffff;
-}
-
-table.tx-table th a:visited, table.tx-table th a:link,
-table.tx-table th a:active, table.tx-table th a:hover {
-	color: #555555;
-	text-decoration: none;
-}
-
-table.tx-table td:first-child {
-	text-align: left;
-	display: table-cell;
-	vertical-align: middle;
-}
-
-table.tx-table a img  {
-	padding: 0;
-	text-decoration: none;
-	float: left;
-}
-
-table.tx-table a:hover img  {
-	border: solid 0px #54c5d0;
-	text-decoration: none;
-	padding: 0;
-}
-
-.tx-table td span.tx-right {
-	float: right;
-}
-
-.tx-table td span.tx-left {
-	float: left;
-}
-
-table.tx-table .tx-icon {
-	margin-left: 0.4em;
-}
-
-table.tx-table th .tx-icon-down, table.tx-table th .tx-icon-up {
-	text-indent: -9999px;
-	height: 10px;
-	width: 10px;
-	display: block;
-	padding-top: 0.4em;	
-}
-

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tabs.css
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tabs.css b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tabs.css
deleted file mode 100644
index 59d7a40..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tabs.css
+++ /dev/null
@@ -1,116 +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.
- *
-*/
-
-/* tab */
-#tx-module-tabs {
-	clear: both;
-	background-image: url(./images/bg/fade-tab-off.png);
-	background-repeat: repeat-x;
-	height: 2.45em;
-	width: 100%;
-	z-index: 21;
-	min-width: 80em;	
-}	
-
-#tx-module-tabs > ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-	/*float: left;*/
-}
-
-#tx-module-tabs > ol > li {
-	float: left;
-}
-
-
-#tx-module-tabs > ol > li.tx-active {
-	background-image: url(./images/bg/fade-tab-on.png);
-	background-repeat: repeat-x;
-}
-
-#tx-module-tabs > ol > li a {
-	color: #666666;
-	display: block;
-	padding: 0.65em 1.3em; 
-	text-decoration: none;
-}
-
-#tx-module-tabs > ol > li a:visited, #tx-module-tabs > ol > li a:link  {
-	
-}
-
-#tx-module-tabs > ol > li a:active, #tx-module-tabs > ol > li a:hover  {
-	color: #666666;
-}
-
-#tx-module-tabs > ol > li.tx-active a:visited, #tx-module-tabs > ol > li.tx-active a:link  {
-	color: #666666;
-}
-
-#tx-module-tabs > ol > li.tx-active a:active, #tx-module-tabs > ol > li.tx-active a:hover  {
-	color: #666666;
-}
-
-#tx-contextual-buttons {
-	position: absolute;
-	right: 0.8em;
-	top: 5.6em;
-}
-
-#tx-contextual-buttons ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-#tx-contextual-buttons ol li {
-	float: left;
-	padding: 0 0 0 0.4em;
-}
-
-
-#tx-module-options {
-	clear: both;
-	height: 2.4em;
-	background-image: url(./images/bg/fade-tab-status.png);
-	background-repeat: repeat-x;
-	padding: 0.5em 0 0 1.6em;
-	border-bottom: solid 1px #e4e4e4;
-}
-
-
-#tx-module-options ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-	float: left;
-	padding-right: 2em;	
-}
-
-#tx-module-options ol li {
-	float: left;
-	padding: 0 0.1em;
-}
-
-#tx-module-options ol li.tx-spacer {
-	padding-right: 2em;
-}

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tooltip.css
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tooltip.css b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tooltip.css
deleted file mode 100644
index 3c1005b..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tooltip.css
+++ /dev/null
@@ -1,41 +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.
- *
-*/
-
-/* tooltip */
-#tx-tooltip {
-	position: absolute;
-	z-index: 3000;
-	background-color: #fffcd6;
-	width: 146px;
-	height: 90px;
-	background: url(./images/bg/tooltip.png) top no-repeat;	
-
-}
-#tx-tooltip h3 { 
-	margin: 0; 
-	padding: 0; 
-	font-weight: normal;
-	padding: 14px 16px 16px 14px;
-}
-
-#tx-tooltip div{
-
-}

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tree.css
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tree.css b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tree.css
deleted file mode 100644
index ffd5b9e..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tree.css
+++ /dev/null
@@ -1,335 +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.
- *
-*/
-
-/* tree */
-.tx-tree {
-	position: absolute;
-	top: 0;
-	bottom: 0;
-	left: 0.5em;
-	overflow-y: auto;
-	overflow-x: hidden;
-	width: 99%;
-}
-
-.tx-tree.tx-halfwidth-left {
-	width: 49%;
-}
-
-.tx-tree.tx-show-panel {
-	left: 28em;
-	width: auto;
-}
-
-.tx-tree.tx-hide-panel {
-	left: 5em;
-	width: auto;
-}
-
-.tx-tree ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-tree li {
-	border-top: solid 1px #e4e4e4;
-	background-image: url(./images/icons/arr-right.png);
-	background-repeat: no-repeat;
-	background-position: 3.3em 0.9em;
-}
-
-.tx-tree .tx-nodrag li {
-	background-position: 2.3em 0.9em;
-}
-
-
-.tx-tree > div > ol > li:first-child {
-	border-top: none;
-}
-
-.tx-tree li.tx-nobg {
-	background-image: none;
-}
-
-.tx-tree li.tx-open {
-	background-image: url(./images/icons/arr-down.png);
-}
-
-
-.tx-tree li div.tx-icon-drag {
-	padding: 0;
-	margin: 0;
-	vertical-align: middle;
-	clear: none;
-	height: 2.2em;
-	width: 0.9em;
-}
-
-.tx-tree li div.tx-icon-spacer {
-	padding: 0;
-	margin: 0;
-	vertical-align: middle;
-	clear: none;
-	height: 2.2em;
-	width: 0.9em;
-}
-
-.tx-tree li a {
-	text-decoration: none;
-	padding: 0 0.2em 0 0;
-	line-height: 1.5em;
-	margin-bottom: 1em;
-	vertical-align: middle;
-	padding-left: 1.5em;
-}
-
-.tx-tree li a + a {
-	padding-left: 0em;
-}
-
-.tx-tree li a + a:visited, .tx-tree li a + a:link  {
-	text-decoration: none;
-}
-
-.tx-tree li a + a:active, .tx-tree li a + a:hover  {
-	text-decoration: underline;
-}
-
-.tx-tree > div > ol > li {
-}
-
-.tx-tree > div > ol > li:last-child {
-	border-bottom: solid 1px #e4e4e4;
-}
-
-.tx-tree li a:visited, .tx-tree li a:link  {
-}
-
-.tx-tree li a:active, .tx-tree li a:hover  {
-}
-
-.tx-tree input[type="checkbox"] {
-	margin: 0.5em 0.3em 0.5em 0.2em;
-	vertical-align: middle;
-}
-
-.tx-tree .tx-list-view input[type="checkbox"] {
-	margin: 0.5em 1em 0.5em 0.6em;
-	vertical-align: middle;
-	width: 2em;
-}
-
-.tx-tree div {
-	clear: both;
-}
-
-
-.tx-tree span.tx-info {
-	float: right;
-	vertical-align: middle;
-	padding-top: 0.3em;
-}
-
-.tx-tree span.tx-info span {
-	float: left;
-	text-align: center;
-	padding: 0 0.6em;
-	height: 2em;
-	line-height: 2em;
-}
-
-
-/* levels */
-
-.tx-tree li li {
-	background-position: 4.3em 0.9em;
-}
-
-.tx-tree .tx-nodrag li li {
-	background-position: 3.3em 0.9em;
-}
-
-.tx-tree li li a {
-	padding-left: 2.5em;
-}
-
-.tx-tree li li a + a {
-	padding-left: 0em;
-}
-
-.tx-tree li li li {
-	background-position: 5.3em 0.9em;
-}
-
-.tx-tree .tx-nodrag li li li {
-	background-position: 4.3em 0.9em;
-}
-
-.tx-tree li li li a {
-	padding-left: 3.5em;
-}
-
-.tx-tree li li li a + a {
-	padding-left: 0em;
-}
-
-.tx-tree li li li li {
-	background-position: 6.3em 0.9em;
-}
-
-.tx-tree .tx-nodrag li li li li {
-	background-position: 5.3em 0.9em;
-}
-
-.tx-tree li li li li a {
-	padding-left: 4.5em;
-}
-
-.tx-tree li li li li a + a {
-	padding-left: 0em;
-}
-
-.tx-tree li li li li li {
-	background-position: 7.3em 0.9em;
-}
-
-.tx-tree .tx-nodrag li li li li li {
-	background-position: 6.3em 0.9em;
-}
-
-.tx-tree li li li li li a {
-	padding-left: 5.5em;
-}
-
-.tx-tree li li li li li a + a {
-	padding-left: 0em;
-}
-
-.tx-tree li li li li li li {
-	background-position: 8.3em 0.9em;
-}
-
-.tx-tree .tx-nodrag li li li li li li {
-	background-position: 7.3em 0.9em;
-}
-
-.tx-tree li li li li li li a {
-	padding-left: 6.5em;
-}
-
-.tx-tree li li li li li li a + a {
-	padding-left: 0em;
-}
-
-.tx-tree li li li li li li li {
-	background-position: 9.3em 0.9em;
-}
-
-.tx-tree .tx-nodrag li li li li li li li {
-	background-position: 8.3em 0.9em;
-}
-
-.tx-tree li li li li li li li a {
-	padding-left: 7.5em;
-}
-
-.tx-tree li li li li li li li a + a {
-	padding-left: 0em;
-}
-
-.tx-tree li li li li li li li li {
-	background-position: 10.3em 0.9em;
-}
-
-.tx-tree .tx-nodrag li li li li li li li li {
-	background-position: 9.3em 0.9em;
-}
-
-.tx-tree li li li li li li li li a {
-	padding-left: 8.5em;
-}
-
-.tx-tree li li li li li li li li a + a {
-	padding-left: 0em;
-}
-
-.tx-tree li li li li li li li li li {
-	background-position: 11.3em 0.9em;
-}
-
-.tx-tree .tx-nodrag li li li li li li li li li {
-	background-position: 10.3em 0.9em;
-}
-
-.tx-tree li li li li li li li li li a {
-	padding-left: 9.5em;
-}
-
-.tx-tree li li li li li li li li li a + a {
-	padding-left: 0em;
-}
-
-.tx-tree li li li li li li li li li li {
-	background-position: 12.3em 0.9em;
-}
-
-.tx-tree .tx-nodrag li li li li li li li li li li {
-	background-position: 11.3em 0.9em;
-}
-
-.tx-tree li li li li li li li li li li a {
-	padding-left: 10.5em;
-}
-
-.tx-tree li li li li li li li li li li a + a {
-	padding-left: 0em;
-}
-
-.tx-tree li li li li li li li li li li li {
-	background-position: 13.3em 0.9em;
-}
-
-.tx-tree .tx-nodrag li li li li li li li li li li li {
-	background-position: 12.3em 0.9em;
-}
-
-.tx-tree li li li li li li li li li li li a {
-	padding-left: 11.5em;
-}
-
-.tx-tree li li li li li li li li li li li a + a {
-	padding-left: 0em;
-}
-
-/* table */
-
-.tx-tree table {
-	width: 100%;
-}
-
-.tx-tree  table tr > th:first-child  {
-	width: 1.5em;
-}
-
-.tx-tree .tx-nodrag table tr > th:first-child  {
-	width: 0.5em;
-}

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/window.css
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/window.css b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/window.css
deleted file mode 100644
index 7aadd47..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/window.css
+++ /dev/null
@@ -1,191 +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.
- *
-*/
-
-/* window */
-.tx-window {
-	background-color: #eceded;
-	border: none; 
-	overflow: hidden; 
-	line-height: 1.7em;
-}
-
-.tx-window .tx-line {
-	border-top: solid 1px #e4e4e4;
-}
-
-.tx-window dl {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-	float: left;
-}
-
-.tx-window dl.tx-line {
-	border-top: none;
-	border-bottom: solid 1px #e4e4e4;
-}
-
-.tx-window dt {
-	width: 10em;
-	clear: both;
-	float: left;
-	padding: 0.4em 0;
-	margin: 0;
-	font-weight: normal;
-}
-
-.tx-window dl.tx-full dt {
-	width: 13em;
-}
-
-.tx-window dd {
-	width: 15em;
-	float: left;
-	padding: 0.4em 0;
-	margin: 0;
-}
-
-.tx-window dl.tx-full dd {
-	width: 30em;
-}
-
-.tx-window-actions {
-	clear: both;
-	background-image: url(./images/bg/fade-tab-off.png);
-	background-repeat: repeat-x;
-	border-bottom: solid 1px #ffffff;
-	padding: 0.4em 0.8em;
-	text-align: center;
-}
-
-
-.tx-window-content {
-	background-image: url(./images/bg/fade-tab-status.png);
-	background-repeat: repeat-x;
-	padding: 0.4em 0.8em;
-}
-
-.tx-window-actions ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-window-actions ol li {
-	float: left;
-	padding: 0 0 0 0.4em;
-}
-
-.tx-window-actions ol li:first-child {
-	float: left;
-	padding: 0;
-}
-
-.tx-window-content h3  {
-	margin: 0;
-	padding: 0.5em 0 1em 0;
-	color: #999999;
-	font-size: 1.8em;
-	font-weight: normal;	
-}
-
-.tx-window-info {
-	float: left;
-	margin-right: 1.6em;
-}
-
-.tx-window-status {
-	clear: both;
-	background-color: #c2b54f;
-	padding: 0.4em 0.8em;
-	text-align: left;
-	color: #ffffff;
-
-}
-
-.tx-window-status-desc {
-	color: #333333;
-	margin-bottom: 0.3em;
-	
-}
-
-.tx-window-status-desc strong {
-	color: #333333;
-	font-size: 1.3em;
-}
-
-ol.tx-columns-overlay {
-	width: 31%;
-	margin: 0;
-	padding: 0;
-	list-style: none;
-	float: left;
-	margin-right: 3%;
-	padding-top: 1em;
-}
-
-ol.tx-columns-overlay.tx-col2 {
-	width: 48%;
-	margin: 0;
-	padding: 0;
-	list-style: none;
-	float: left;
-	margin-right: 3%;
-	padding-top: 1em;
-}
-
-ol.tx-columns-overlay.tx-last {
-	margin-right: 0;
-}
-
-ol.tx-columns-overlay li {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-	font-weight: bold;
-	color: #666666;
-}
-
-ol.tx-columns-overlay li:first-child {
-	border-top: solid 1px #e4e4e4;
-}
-	
-
-ol.tx-columns-overlay ol {
-	width: auto;
-	float: none;
-	margin: 0;
-	padding: 0;
-}
-
-ol.tx-columns-overlay li li {
-	border-bottom: solid 1px #e4e4e4;
-	border-top: none;
-	font-weight: normal;
-}
-
-ol.tx-columns-overlay li li:first-child {
-	border-bottom: solid 1px #e4e4e4;
-	border-top: solid 1px #e4e4e4;		
-	font-weight: normal;
-}
-
-

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/yui.css
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/yui.css b/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/yui.css
deleted file mode 100644
index 3d992db..0000000
--- a/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/yui.css
+++ /dev/null
@@ -1,197 +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.
- *
-*/
-
-/* buttons */
-#tx-list table th.yui-dt-asc .yui-dt-liner {
-	background: url(./images/icons/arr-down.png) center no-repeat;
-}
-
-#tx-list table th.yui-dt-desc .yui-dt-liner  {
-	background: url(./images/icons/arr-up.png) center no-repeat;
-}
-
-#tx-list table th.yui-dt-desc .yui-dt-liner, #tx-list table th.yui-dt-asc .yui-dt-liner {
-	background-position: right center;
-}
-
-
-/* pager  */
-.yui-pg-page {
-	padding: 0.3em;
-}
-
-/*  window  */
-.tx-window .hd { 
-    overflow: none; 
-    padding:  0.4em 0.8em; 
-	color: #ffffff;
-	font-size: 1.8em;
-	background-image: url(./images/bg/fade-header2.png);
-	background-repeat: repeat-x;
-	border-top: solid 1px #6c6c6c;
-	border-bottom: solid 1px #616161;
-	clear: both;
-	background-color: #9c9c9b;	
-} 
-
-.tx-window .bd { 
-    overflow: auto; 
-    padding:  0; 
-	background-color: #fdfdfd;	
-} 
-
-.tx-window .ft { 
-	height: 1.3em; 
-	padding: 0; 
-	background-color: #ffffff;		
-} 
-
-#tx-dialog .ft { 
-	height: 4em; 
-	background-color: #ffffff;		
-} 
-
-#tx-dialog .ft .button-group { 
-	 padding: 0.8em; 
-	 display: block;
-	 float: right;
-	 text-align: center;
-} 
-
-#tx-dialog .ft .button-group button { 
-	color: #ffffff;
-	float: left;
-	margin-left: 0.4em; 
-	padding: 0 0.8em;
-	text-align: center;
-	min-width: 5em;
-	display: block;
-	line-height: 1.2em;
-	-moz-border-radius: 3px; 
-	-webkit-border-radius: 3px;
-	border-width: 1px;
-	border-style: solid;
-	background: url(./images/icons/fade-generic.png) center repeat-x;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-}
- 
-#tx-dialog .ft .button-group button.default { 
-	color: #999999;
-	background: url(./images/icons/fade-generic2.png) center repeat-x;
-	border-color: #afafaf #afafaf #a2a2a2 #afafaf;
-} 
-
-
-#tx-dialog .bd {
-    padding:  0.8em 0.8em; 
-}
-
-
-.yui-overlay,
-.yui-panel-container, .tx-window {
-    visibility: hidden;
-    position: relative;
-    z-index: -5;
-}
-
-.mask {
-    z-index: 1; 
-    display:none;
-    position:absolute;
-    top: 0;
-    left: 0;
-	filter: alpha(opacity=50);
-	opacity: 0.5;
-    background-color:#cccccc;
-}
-
-.yui-panel-container .underlay {
-    position: absolute;
-    top: 0;
-    right: 0;
-    bottom: 0;
-    left: 0;
-
-}
-.yui-panel-container.shadow .underlay {
-    top: -5px;
-    bottom: -5px;
-    right: -5px;
-    left: -5px;
-    background-color: #000000;
-    opacity: 0.1;
-}
-
-.yui-panel .container-close {
-    position:absolute;
-    top: 0.8em;
-    right: 0.8em;
-    z-index: 6;
-    margin: 0;	
-	height: 20px;
-	width: 21px;
-	display: block;
-	float: left;
-	border: none;
-	-moz-border-radius: 3px; 
-	-webkit-border-radius: 3px;	
-	background: url(./images/icons/btn-close.png) center no-repeat;
-	border: solid 1px;
-	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
-	height: 18px;
-	width: 19px;		
-}
-
-.tx-window .yui-resize-handle-br { 
-	right:0; 
-	bottom:0; 
-	height: 16px; 
-	width: 16px; 
-	position:absolute;  
-	background-color: red;
-	background:url(./images/icons/btn-resize.png) no-repeat;
-} 
-
-
-/* list  */
-.yui-dt-coltarget {
-    width: 5px;
-    background-color: red;
-}
-
-
-thead .yui-dt-sortable {
-    cursor: pointer;
-}
-
-/* draggable columns */
-thead .yui-dt-draggable {
-    cursor: move;
-}
-
-#tx-list table th.on, #tx-list table th.yui-dt-asc, #tx-list table th.yui-dt-desc  {
-	background: url(./images/bg/fade-th-on.png) top  repeat-x;
-	color: #555555;
-}
-
-.yui-dt-resizer {
-	width: 6px;
-}

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/globalmenu-naked.ssp
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/globalmenu-naked.ssp b/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/globalmenu-naked.ssp
deleted file mode 100644
index 93ca02e..0000000
--- a/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/globalmenu-naked.ssp
+++ /dev/null
@@ -1,86 +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.
- *
-*/
-
-def menu(s: Any) = new UriRef("http://clerezza.org/2009/11/global-menu#"+s)
-def rdfs(s: Any) = new UriRef("http://www.w3.org/2000/01/rdf-schema#"+s)
-def platform(s: Any) = new UriRef("http://clerezza.org/2009/08/platform#"+s)
-def dct(s: Any) = new UriRef("http://purl.org/dc/terms/"+s)
-
-resultDocModifier.addScriptReference("/style/scripts/login.js");
-
-<div id="tx-system">
-	<div id="tx-globalsearch">
-		<form action="/globalsearch">
-		<fieldset>
-			<input type="text" name="globalsearch_value" /> <input type="submit" value="" class="tx-icon tx-icon-search"/>
-		</fieldset>
-		</form>
-
-	</div>
-	<div id="tx-login">
-				{
-					val userName = context/platform("user")/platform("userName")*
-					val displayName = if ((context/platform("user")/FOAF.name).length == 0) {
-								userName
-							} else {
-								context/platform("user")/FOAF.name*
-							}
-					if((userName).equals("anonymous")) {
-						<span>
-							<a href="#" id="tx-login-button">login</a>
-						</span>
-					} else {
-						<span><a href={"/user/" + userName + "/control-panel"}>{displayName}</a>|<a href="/logout">logout</a></span>
-					}
-				}
-	</div>
-
-	<div id="tx-logo"><a href=""></a></div>
-
-	<div id="tx-menu">
-	<ol>
-	{for (menuItem <- res/menu("globalMenu")!!) yield
-		<li>
-			{
-				if ((menuItem/menu("path")).length > 0) {
-					<a href={menuItem/menu("path")*}>{(menuItem/rdfs("label")*)}</a>
-				} else {
-					<a href="#" onclick="return false">{(menuItem/rdfs("label")*)}</a>
-				}
-			}
-			{
-				ifx ((menuItem/menu("children")).length > 0) {
-				<div>
-					<ol>
-						 {
-							for (childMenuItem <- menuItem/menu("children")!!) yield {
-							<li class="clearfix"><a href={childMenuItem/menu("path")*}>{childMenuItem/rdfs("label")*}</a><span>{childMenuItem/dct("description")*}</span></li>
-							}
-						 }
-					</ol>
-				</div>
-				} 
-			}
-		</li>
-	}
-	</ol>
-	</div>
-</div>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/headed-page-template.ssp
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/headed-page-template.ssp b/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/headed-page-template.ssp
deleted file mode 100644
index 3711961..0000000
--- a/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/headed-page-template.ssp
+++ /dev/null
@@ -1,80 +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.
- *
-*/
-import org.apache.clerezza.platform.style.classic._
-
-resultDocModifier.addStyleSheet("/style/style.css");
-try {
-	val jQueryUrl = $[ClassicStyleConfig].getJQueryUrl();
-	resultDocModifier.addScriptReference(jQueryUrl);
-} catch {
-	case e:Exception => resultDocModifier.addScriptReference("/jquery/jquery-1.3.2.min.js");
-}
-resultDocModifier.addScriptReference("/jquery/jquery.menu.js");
-resultDocModifier.addScriptReference("/jquery/jquery.panel.js");
-resultDocModifier.addScriptReference("/style/scripts/panel.js");
-resultDocModifier.addScriptReference("/scripts/modification-status.js");
-resultDocModifier.addScriptReference("/scripts/status-message.js");
-<html xmlns="http://www.w3.org/1999/xhtml">
-	<head>
-	    <title></title>
-	</head>
-	<body>
-		<div id="tx-header">
-				{render(context,"menu")}
-			<div id="tx-module">
-				<div id="tx-page-actions">
-					<ol id="tx-page-actions-ol">
-					</ol>
-				</div>	
-			</div>
-			<div id="tx-module-tabs">
-				<ol id="tx-module-tabs-ol">
-				</ol>
-				<div id="tx-contextual-buttons">
-					<ol id="tx-contextual-buttons-ol">
-					</ol>
-				</div>
-			</div>
-			<div id="tx-module-options">	
-				<ol id="tx-module-options-ol">
-				</ol>	
-			</div>
-		</div>
-		<div class="tx-panel" id="tx-panel">
-			<a href="#" class="tx-panel-open-close tx-icon-left-inverse" id="tx-panel-open-close">open/close</a>
-			<div id="tx-panel-title"><h3></h3></div>
-			<div class="tx-panel-window">
-				<div class="tx-panel-tab-buttons" id="tx-panel-tab-buttons">
-					<ol id="tx-panel-tab-buttons-ol">
-					</ol>
-				</div>
-				<div class="tx-panel-tabs" id="tx-panel-tabs"></div>
-			</div>
-		</div>
-		{
-			if (mode == null) {
-				render(res, "naked")
-			} else {
-				render(res, mode + "-naked")
-			}
-		}
-	</body>
-</html>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/rdf-list-template.ssp
----------------------------------------------------------------------
diff --git a/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/rdf-list-template.ssp b/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/rdf-list-template.ssp
deleted file mode 100644
index b43d41f..0000000
--- a/platform.style.classic/src/main/resources/org/apache/clerezza/platform/style/classic/rdf-list-template.ssp
+++ /dev/null
@@ -1,28 +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.
- *
-*/
-
-<div id="tx-content" class="list">
-	{for (entry <- res!!) yield
-		<div class="entry">
-			{render(entry, mode)}
-		</div>
-	}
-</div>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/LICENSE
----------------------------------------------------------------------
diff --git a/platform.style.default/LICENSE b/platform.style.default/LICENSE
deleted file mode 100644
index 261eeb9..0000000
--- a/platform.style.default/LICENSE
+++ /dev/null
@@ -1,201 +0,0 @@
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the 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.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   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.

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/nbactions.xml
----------------------------------------------------------------------
diff --git a/platform.style.default/nbactions.xml b/platform.style.default/nbactions.xml
deleted file mode 100644
index 49e8307..0000000
--- a/platform.style.default/nbactions.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<actions>
-    <action>
-        <actionName>CUSTOM-deploy to localhost:8080</actionName>
-        <displayName>deploy to localhost:8080</displayName>
-        <goals>
-            <goal>install</goal>
-            <goal>org.apache.sling:maven-sling-plugin:install</goal>
-        </goals>
-    </action>
-</actions>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/pom.xml
----------------------------------------------------------------------
diff --git a/platform.style.default/pom.xml b/platform.style.default/pom.xml
deleted file mode 100644
index 66b53df..0000000
--- a/platform.style.default/pom.xml
+++ /dev/null
@@ -1,123 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-<!--
-
- 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.
-
--->
-
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache.clerezza</groupId>
-        <artifactId>clerezza</artifactId>
-        <version>0.5</version>
-        <relativePath>../parent</relativePath>
-    </parent>
-    <artifactId>platform.style.default</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-    <name>Clerezza - Default Style</name>
-    <dependencies>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.clerezza</groupId>
-            <artifactId>platform.typerendering.core</artifactId>
-            <version>0.3</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.clerezza</groupId>
-            <artifactId>platform.typerendering.scala</artifactId>
-            <version>0.2</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.clerezza</groupId>
-            <artifactId>rdf.ontologies</artifactId>
-            <version>0.12</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.clerezza</groupId>
-            <artifactId>rdf.utils</artifactId>
-            <version>0.14</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.clerezza</groupId>
-            <artifactId>rdf.scala.utils</artifactId>
-            <version>0.4</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.clerezza</groupId>
-            <artifactId>osgi.services</artifactId>
-            <version>0.2</version>
-        </dependency>
-        <dependency>
-            <groupId>org.scala-lang</groupId>
-            <artifactId>scala-library</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>javax.ws.rs</groupId>
-            <artifactId>jsr311-api</artifactId>
-        </dependency>
-    </dependencies>
-    <build>
-        <sourceDirectory>src/main/scala</sourceDirectory>
-    <testSourceDirectory>src/test/scala</testSourceDirectory>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Bundle-activator>org.apache.clerezza.platform.style.default.Activator</Bundle-activator>
-                        <Export-Package>org.apache.clerezza.platform.style.default</Export-Package>
-                        <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
-                    </instructions>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-eclipse-plugin</artifactId>
-                <configuration>
-                    <downloadSources>true</downloadSources>
-                    <downloadJavadocs>true</downloadJavadocs>
-                    <buildcommands>
-                        <buildcommand>ch.epfl.lamp.sdt.core.scalabuilder</buildcommand>
-                    </buildcommands>
-                    <additionalProjectnatures>
-                        <projectnature>ch.epfl.lamp.sdt.core.scalanature</projectnature>
-                    </additionalProjectnatures>
-                    <classpathContainers>
-                        <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER
-                        </classpathContainer>
-                        <classpathContainer>ch.epfl.lamp.sdt.launching.SCALA_CONTAINER
-                        </classpathContainer>
-                    </classpathContainers>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.scala-tools</groupId>
-                <artifactId>maven-scala-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
-</project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/feather.png
----------------------------------------------------------------------
diff --git a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/feather.png b/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/feather.png
deleted file mode 100644
index e139692..0000000
Binary files a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/feather.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/footer-logo.png
----------------------------------------------------------------------
diff --git a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/footer-logo.png b/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/footer-logo.png
deleted file mode 100644
index 2e88658..0000000
Binary files a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/footer-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/logo.png
----------------------------------------------------------------------
diff --git a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/logo.png b/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/logo.png
deleted file mode 100644
index e641b7d..0000000
Binary files a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/sw-vert-w3c.png
----------------------------------------------------------------------
diff --git a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/sw-vert-w3c.png b/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/sw-vert-w3c.png
deleted file mode 100644
index ad3770d..0000000
Binary files a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/images/sw-vert-w3c.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/fonts/TitilliumText25L001.otf
----------------------------------------------------------------------
diff --git a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/fonts/TitilliumText25L001.otf b/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/fonts/TitilliumText25L001.otf
deleted file mode 100644
index a99ce84..0000000
Binary files a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/fonts/TitilliumText25L001.otf and /dev/null differ

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/fonts/TitilliumText25L003.otf
----------------------------------------------------------------------
diff --git a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/fonts/TitilliumText25L003.otf b/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/fonts/TitilliumText25L003.otf
deleted file mode 100644
index dd4a6e5..0000000
Binary files a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/fonts/TitilliumText25L003.otf and /dev/null differ

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/fonts/TitilliumTitle20.otf
----------------------------------------------------------------------
diff --git a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/fonts/TitilliumTitle20.otf b/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/fonts/TitilliumTitle20.otf
deleted file mode 100644
index 4ca3960..0000000
Binary files a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/fonts/TitilliumTitle20.otf and /dev/null differ

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/bg-bar.png
----------------------------------------------------------------------
diff --git a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/bg-bar.png b/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/bg-bar.png
deleted file mode 100644
index ba97558..0000000
Binary files a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/bg-bar.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/bg-divider.gif
----------------------------------------------------------------------
diff --git a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/bg-divider.gif b/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/bg-divider.gif
deleted file mode 100644
index 171e35e..0000000
Binary files a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/bg-divider.gif and /dev/null differ

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/icn-note.jpg
----------------------------------------------------------------------
diff --git a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/icn-note.jpg b/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/icn-note.jpg
deleted file mode 100644
index fb0f02f..0000000
Binary files a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/icn-note.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/clerezza/blob/af0d99b2/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/logo-big.png
----------------------------------------------------------------------
diff --git a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/logo-big.png b/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/logo-big.png
deleted file mode 100644
index e641b7d..0000000
Binary files a/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/images/logo-big.png and /dev/null differ