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 2011/07/12 14:37:35 UTC

svn commit: r1145568 [7/18] - in /incubator/clerezza/trunk/parent: bundledevtool/ bundledevtool/src/main/resources/OSGI-INF/ bundledevtool/src/main/resources/org/apache/clerezza/bundledevtool/skeletons/scala_with_activator/ bundledevtool/src/main/resou...

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tree.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tree.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tree.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tree.css Tue Jul 12 12:37:23 2011
@@ -1,314 +1,335 @@
-/* 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;
-}
\ No newline at end of file
+/*
+ *
+ * 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;
+}

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/window.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/window.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/window.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/window.css Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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;

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/yui.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/yui.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/yui.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/yui.css Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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;
@@ -173,4 +194,4 @@ thead .yui-dt-draggable {
 
 .yui-dt-resizer {
 	width: 6px;
-}
\ No newline at end of file
+}

Modified: incubator/clerezza/trunk/parent/platform.style.default/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.default/pom.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.default/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.style.default/pom.xml Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?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">
+<!--
+
+ 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>

Modified: incubator/clerezza/trunk/parent/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/style.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/style.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/style.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.default/src/main/resources/CLEREZZA-INF/web-resources/style/style.css Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 @charset "UTF-8";
 
 @font-face {

Modified: incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/Activator.scala
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/Activator.scala?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/Activator.scala (original)
+++ incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/Activator.scala Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 package org.apache.clerezza.platform.style.default
 
 import org.osgi.framework.{BundleActivator, BundleContext, ServiceRegistration}

Modified: incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/CollectionHeader.scala
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/CollectionHeader.scala?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/CollectionHeader.scala (original)
+++ incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/CollectionHeader.scala Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 package org.apache.clerezza.platform.style.default
 
 import org.apache.clerezza.rdf.ontologies._

Modified: incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/GlobalMenuRenderlet.scala
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/GlobalMenuRenderlet.scala?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/GlobalMenuRenderlet.scala (original)
+++ incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/GlobalMenuRenderlet.scala Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 package org.apache.clerezza.platform.style.default
 
 import javax.ws.rs.core.MediaType

Modified: incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/HeadedPageRenderlet.scala
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/HeadedPageRenderlet.scala?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/HeadedPageRenderlet.scala (original)
+++ incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/HeadedPageRenderlet.scala Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 package org.apache.clerezza.platform.style.default
 
 import java.net.URLEncoder

Modified: incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/RdfListRenderlet.scala
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/RdfListRenderlet.scala?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/RdfListRenderlet.scala (original)
+++ incubator/clerezza/trunk/parent/platform.style.default/src/main/scala/RdfListRenderlet.scala Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 package org.apache.clerezza.platform.style.default
 
 import org.apache.clerezza.platform.typerendering._

Modified: incubator/clerezza/trunk/parent/platform.typehandlerspace/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typehandlerspace/pom.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typehandlerspace/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.typehandlerspace/pom.xml Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?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>
@@ -89,4 +110,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/resources/documentation/style/documentation.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/resources/documentation/style/documentation.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/resources/documentation/style/documentation.css (original)
+++ incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/resources/documentation/style/documentation.css Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 .note {
     background-color:  #f4e010;
 	margin-top: 1em;
@@ -10,4 +31,4 @@
 	background-color:  #f4e0e0;
 	padding-left: 4em;
 	margin-bottom: 1em;
-}
\ No newline at end of file
+}

Modified: incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/resources/documentation/style/style.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/resources/documentation/style/style.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/resources/documentation/style/style.css (original)
+++ incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/resources/documentation/style/style.css Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 /*---------------------------------------------------------------------------
  *  Two- and three-column layout
  */
@@ -397,4 +418,4 @@ ul, ol {
 .Meta a:link { color: #008DA8; }
 .Meta a:visited { color: #008DA8; }
 .Meta a:active { color: #FE5400; }
-.Meta a:hover { color: #FE5400; }
\ No newline at end of file
+.Meta a:hover { color: #FE5400; }

Modified: incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/xsite/content/sitemap.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/xsite/content/sitemap.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/xsite/content/sitemap.xml (original)
+++ incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/xsite/content/sitemap.xml Tue Jul 12 12:37:23 2011
@@ -3,4 +3,4 @@
         <name>Documentation</name>
         <page>reference.xhtml</page>
     </section>
-</sitemap>
\ No newline at end of file
+</sitemap>

Modified: incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/xsite/templates/skin.html
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/xsite/templates/skin.html?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/xsite/templates/skin.html (original)
+++ incubator/clerezza/trunk/parent/platform.typehandlerspace/src/site/xsite/templates/skin.html Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
     <head>

Modified: incubator/clerezza/trunk/parent/platform.typepriority/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typepriority/pom.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typepriority/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.typepriority/pom.xml Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?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>
@@ -77,4 +98,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/clerezza/trunk/parent/platform.typepriority/src/site/resources/documentation/style/documentation.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typepriority/src/site/resources/documentation/style/documentation.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typepriority/src/site/resources/documentation/style/documentation.css (original)
+++ incubator/clerezza/trunk/parent/platform.typepriority/src/site/resources/documentation/style/documentation.css Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 .note {
     background-color:  #f4e010;
 	margin-top: 1em;
@@ -10,4 +31,4 @@
 	background-color:  #f4e0e0;
 	padding-left: 4em;
 	margin-bottom: 1em;
-}
\ No newline at end of file
+}

Modified: incubator/clerezza/trunk/parent/platform.typepriority/src/site/resources/documentation/style/style.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typepriority/src/site/resources/documentation/style/style.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typepriority/src/site/resources/documentation/style/style.css (original)
+++ incubator/clerezza/trunk/parent/platform.typepriority/src/site/resources/documentation/style/style.css Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 /*---------------------------------------------------------------------------
  *  Two- and three-column layout
  */
@@ -397,4 +418,4 @@ ul, ol {
 .Meta a:link { color: #008DA8; }
 .Meta a:visited { color: #008DA8; }
 .Meta a:active { color: #FE5400; }
-.Meta a:hover { color: #FE5400; }
\ No newline at end of file
+.Meta a:hover { color: #FE5400; }

Modified: incubator/clerezza/trunk/parent/platform.typepriority/src/site/xsite/content/sitemap.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typepriority/src/site/xsite/content/sitemap.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typepriority/src/site/xsite/content/sitemap.xml (original)
+++ incubator/clerezza/trunk/parent/platform.typepriority/src/site/xsite/content/sitemap.xml Tue Jul 12 12:37:23 2011
@@ -3,4 +3,4 @@
         <name>Documentation</name>
         <page>reference.xhtml</page>
     </section>
-</sitemap>
\ No newline at end of file
+</sitemap>

Modified: incubator/clerezza/trunk/parent/platform.typepriority/src/site/xsite/templates/skin.html
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typepriority/src/site/xsite/templates/skin.html?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typepriority/src/site/xsite/templates/skin.html (original)
+++ incubator/clerezza/trunk/parent/platform.typepriority/src/site/xsite/templates/skin.html Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
     <head>

Modified: incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering.gui/pom.xml Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?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">
+<!--
+
+ 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>

Modified: incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/resources/CLEREZZA-INF/web-resources/styles/renderlets/style.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/resources/CLEREZZA-INF/web-resources/styles/renderlets/style.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/resources/CLEREZZA-INF/web-resources/styles/renderlets/style.css (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/resources/CLEREZZA-INF/web-resources/styles/renderlets/style.css Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 .renderlet {
 	background-color: lightgray;
 	border: darkgrey;

Modified: incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/scala/Activator.scala
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/scala/Activator.scala?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/scala/Activator.scala (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/scala/Activator.scala Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 package org.apache.clerezza.platform.typerendering.gui
 
 import org.apache.clerezza.rdf.core.BNode

Modified: incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/scala/Ontology.scala
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/scala/Ontology.scala?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/scala/Ontology.scala (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/scala/Ontology.scala Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 package org.apache.clerezza.platform.typerendering.gui
 
 import org.apache.clerezza.rdf.core.UriRef

Modified: incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/scala/RenderletDescriptionRenderlet.scala
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/scala/RenderletDescriptionRenderlet.scala?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/scala/RenderletDescriptionRenderlet.scala (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering.gui/src/main/scala/RenderletDescriptionRenderlet.scala Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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.
+ *
+*/
+
 package org.apache.clerezza.platform.typerendering.gui
 
 import javax.ws.rs.core.MediaType

Modified: incubator/clerezza/trunk/parent/platform.typerendering.scala/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering.scala/pom.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering.scala/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering.scala/pom.xml Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?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">
+<!--
+
+ 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>

Modified: incubator/clerezza/trunk/parent/platform.typerendering.scalaserverpages/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering.scalaserverpages/pom.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering.scalaserverpages/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering.scalaserverpages/pom.xml Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
@@ -34,4 +55,4 @@
 			<artifactId>scala-library</artifactId>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/clerezza/trunk/parent/platform.typerendering.seedsnipe/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering.seedsnipe/pom.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering.seedsnipe/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering.seedsnipe/pom.xml Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?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>
 		<artifactId>parent</artifactId>
@@ -39,4 +60,4 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.core/pom.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.core/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.core/pom.xml Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?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>
@@ -61,4 +82,4 @@
 			<artifactId>org.apache.felix.scr.annotations</artifactId>
 		</dependency>
 	</dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.ontologies/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.ontologies/pom.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.ontologies/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.ontologies/pom.xml Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?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">
+<!--
+
+ 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>
@@ -41,4 +62,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.ontologies/src/main/resources/org/apache/clerezza/platform/typerendering/ontologies/typerendering.rdf
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.ontologies/src/main/resources/org/apache/clerezza/platform/typerendering/ontologies/typerendering.rdf?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.ontologies/src/main/resources/org/apache/clerezza/platform/typerendering/ontologies/typerendering.rdf (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering/platform.typerendering.ontologies/src/main/resources/org/apache/clerezza/platform/typerendering/ontologies/typerendering.rdf Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
 <rdf:RDF
 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"

Modified: incubator/clerezza/trunk/parent/platform.typerendering/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.typerendering/pom.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.typerendering/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.typerendering/pom.xml Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?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">
+<!--
+
+ 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>
@@ -16,4 +37,4 @@
 		<module>platform.typerendering.ontologies</module>
 		<module>platform.typerendering.core</module>
 	</modules>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/clerezza/trunk/parent/platform.usermanager.webinterface/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/pom.xml?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.usermanager.webinterface/pom.xml (original)
+++ incubator/clerezza/trunk/parent/platform.usermanager.webinterface/pom.xml Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?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>
@@ -107,4 +128,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/ontology/customfield.rdf
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/ontology/customfield.rdf?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/ontology/customfield.rdf (original)
+++ incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/ontology/customfield.rdf Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?xml version="1.0"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
 
 
 <!DOCTYPE rdf:RDF [

Modified: incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/ontology/usermanager.rdf
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/ontology/usermanager.rdf?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/ontology/usermanager.rdf (original)
+++ incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/ontology/usermanager.rdf Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 <?xml version="1.0"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+-->
+
 
 
 <!DOCTYPE rdf:RDF [

Modified: incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.easing.1.3.js
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.easing.1.3.js?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.easing.1.3.js (original)
+++ incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.easing.1.3.js Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 /*
+ *
+ * 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.
+ *
+*/
+
+/*
  * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
  *
  * Uses the built in easing capabilities added In jQuery 1.1
@@ -202,4 +223,4 @@ jQuery.extend( jQuery.easing,
  *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
  * OF THE POSSIBILITY OF SUCH DAMAGE. 
  *
- */
\ No newline at end of file
+ */

Modified: incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.fancybox-1.2.1.js
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.fancybox-1.2.1.js?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.fancybox-1.2.1.js (original)
+++ incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.fancybox-1.2.1.js Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 /*
+ *
+ * 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.
+ *
+*/
+
+/*
  * FancyBox - simple and fancy jQuery plugin
  * Examples and documentation at: http://fancy.klade.lv/
  * Version: 1.2.1 (13/03/2009)
@@ -544,4 +565,4 @@
 		$.fn.fancybox.build();
 	});
 
-})(jQuery);
\ No newline at end of file
+})(jQuery);

Modified: incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.fancybox-1.2.1.pack.js
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.fancybox-1.2.1.pack.js?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.fancybox-1.2.1.pack.js (original)
+++ incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.fancybox-1.2.1.pack.js Tue Jul 12 12:37:23 2011
@@ -1,4 +1,25 @@
 /*
+ *
+ * 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.
+ *
+*/
+
+/*
  * FancyBox - simple and fancy jQuery plugin
  * Examples and documentation at: http://fancy.klade.lv/
  * Version: 1.2.1 (13/03/2009)

Modified: incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.fancybox.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.fancybox.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.fancybox.css (original)
+++ incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/fancybox/jquery.fancybox.css Tue Jul 12 12:37:23 2011
@@ -1,315 +1,336 @@
-html, body {
-	height: 100%;
-}
-
-div#fancy_overlay {
-	position: fixed;
-	top: 0;
-	left: 0;
-	width: 100%;
-	height: 100%;
-	background-color: #666;
-	display: none;
-	z-index: 30;
-}
-
-* html div#fancy_overlay {
-	position: absolute;
-	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
-}
-
-div#fancy_wrap {
-	text-align: left;
-}
-
-div#fancy_loading {
-	position: absolute;
-	height: 40px;
-	width: 40px;
-	cursor: pointer;
-	display: none;
-	overflow: hidden;
-	background: transparent;
-	z-index: 100;
-}
-
-div#fancy_loading div {
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 40px;
-	height: 480px;
-	background: transparent url('fancy_progress.png') no-repeat;
-}
-
-div#fancy_loading_overlay {
-	position: absolute;
-	background-color: #FFF;
-	z-index: 30;
-}
-
-div#fancy_loading_icon {
-	position: absolute;
-	background: url('fancy_loading.gif') no-repeat;
-	z-index: 35;
-	width: 16px;
-	height: 16px;
-}
-
-div#fancy_outer {
-	position: absolute;
-    top: 0;
-    left: 0;
-    z-index: 90;
-    padding: 18px 18px 33px 18px;
-    margin: 0;
-    overflow: hidden;
-    background: transparent;
-    display: none;
-}
-
-div#fancy_inner {
-	position: relative;
-	width:100%;
-	height:100%;
-	border: 1px solid #BBB;
-	background: #FFF;
-}
-
-div#fancy_content {
-	margin: 0;
-	z-index: 100;
-	position: absolute;
-}
-
-div#fancy_div {
-	background: #000;
-	color: #FFF;
-	height: 100%;
-	width: 100%;
-	z-index: 100;
-}
-
-img#fancy_img {
-	position: absolute;
-	top: 0;
-	left: 0;
-	border:0; 
-	padding: 0; 
-	margin: 0;
-	z-index: 100;
-	width: 100%;
-	height: 100%;
-}
-
-div#fancy_close {
-	position: absolute;
-	top: -12px;
-	right: -15px;
-	height: 30px;
-	width: 30px;
-	background: url('fancy_closebox.png') top left no-repeat;
-	cursor: pointer;
-	z-index: 181;
-	display: none;
-}
-
-#fancy_frame {
-	position: relative;
-	width: 100%;
-	height: 100%;
-	display: none;
-}
-
-#fancy_ajax {
-	width: 100%;
-	height: 100%;
-	overflow: auto;
-}
-
-a#fancy_left, a#fancy_right {
-	position: absolute; 
-	bottom: 0px; 
-	height: 100%; 
-	width: 35%; 
-	cursor: pointer;
-	z-index: 111; 
-	display: none;
-	background-image: url(data:image/gif;base64,AAAA);
-	outline: none;
-}
-
-a#fancy_left {
-	left: 0px; 
-}
-
-a#fancy_right {
-	right: 0px; 
-}
-
-span.fancy_ico {
-	position: absolute; 
-	top: 50%;
-	margin-top: -15px;
-	width: 30px;
-	height: 30px;
-	z-index: 112; 
-	cursor: pointer;
-	display: block;
-}
-
-span#fancy_left_ico {
-	left: -9999px;
-	background: transparent url('fancy_left.png') no-repeat;
-}
-
-span#fancy_right_ico {
-	right: -9999px;
-	background: transparent url('fancy_right.png') no-repeat;
-}
-
-a#fancy_left:hover {
-  visibility: visible;
-}
-
-a#fancy_right:hover {
-  visibility: visible;
-}
-
-a#fancy_left:hover span {
-	left: 20px; 
-}
-
-a#fancy_right:hover span {
-	right: 20px; 
-}
-
-.fancy_bigIframe {
-	position: absolute;
-	top: 0;
-	left: 0;
-	width: 100%;
-	height: 100%;
-	background: transparent;
-}
-
-div#fancy_bg {
-	position: absolute;
-	top: 0; left: 0;
-	width: 100%;
-	height: 100%;
-	z-index: 70;
-	border: 0;
-	padding: 0;
-	margin: 0;
-}
-	
-div.fancy_bg {
-	position: absolute;
-	display: block;
-	z-index: 70;
-	border: 0;
-	padding: 0;
-	margin: 0;
-}
-
-div.fancy_bg_n {
-	top: -18px;
-	width: 100%;
-	height: 18px;
-	background: transparent url('fancy_shadow_n.png') repeat-x;
-}
-
-div.fancy_bg_ne {
-	top: -18px;
-	right: -13px;
-	width: 13px;
-	height: 18px;
-	background: transparent url('fancy_shadow_ne.png') no-repeat;
-}
-
-div.fancy_bg_e {
-	right: -13px;
-	height: 100%;
-	width: 13px;
-	background: transparent url('fancy_shadow_e.png') repeat-y;
-}
-
-div.fancy_bg_se {
-	bottom: -18px;
-	right: -13px;
-	width: 13px;
-	height: 18px;
-	background: transparent url('fancy_shadow_se.png') no-repeat;
-}
-
-div.fancy_bg_s {
-	bottom: -18px;
-	width: 100%;
-	height: 18px;
-	background: transparent url('fancy_shadow_s.png') repeat-x;
-}
-
-div.fancy_bg_sw {
-	bottom: -18px;
-	left: -13px;
-	width: 13px;
-	height: 18px;
-	background: transparent url('fancy_shadow_sw.png') no-repeat;
-}
-
-div.fancy_bg_w {
-	left: -13px;
-	height: 100%;
-	width: 13px;
-	background: transparent url('fancy_shadow_w.png') repeat-y;
-}
-
-div.fancy_bg_nw {
-	top: -18px;
-	left: -13px;
-	width: 13px;
-	height: 18px;
-	background: transparent url('fancy_shadow_nw.png') no-repeat;
-}
-
-div#fancy_title {
-	position: absolute;
-	bottom: -33px;
-	left: 0;
-	width: 100%;
-	z-index: 100;
-	display: none;
-}
-
-div#fancy_title div {
-	color: #FFF;
-	font: bold 12px Arial;
-	padding-bottom: 3px;
-}
-
-div#fancy_title table {
-	margin: 0 auto;
-}
-
-div#fancy_title table td {
-	padding: 0;
-	vertical-align: middle;
-}
-
-td#fancy_title_left {
-	height: 32px;
-	width: 15px;
-	background: transparent url(fancy_title_left.png) repeat-x;
-}
-
-td#fancy_title_main {
-	height: 32px;
-	background: transparent url(fancy_title_main.png) repeat-x;
-}
-
-td#fancy_title_right {
-	height: 32px;
-	width: 15px;
-	background: transparent url(fancy_title_right.png) repeat-x;
-}
\ No newline at end of file
+/*
+ *
+ * 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.
+ *
+*/
+
+html, body {
+	height: 100%;
+}
+
+div#fancy_overlay {
+	position: fixed;
+	top: 0;
+	left: 0;
+	width: 100%;
+	height: 100%;
+	background-color: #666;
+	display: none;
+	z-index: 30;
+}
+
+* html div#fancy_overlay {
+	position: absolute;
+	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
+}
+
+div#fancy_wrap {
+	text-align: left;
+}
+
+div#fancy_loading {
+	position: absolute;
+	height: 40px;
+	width: 40px;
+	cursor: pointer;
+	display: none;
+	overflow: hidden;
+	background: transparent;
+	z-index: 100;
+}
+
+div#fancy_loading div {
+	position: absolute;
+	top: 0;
+	left: 0;
+	width: 40px;
+	height: 480px;
+	background: transparent url('fancy_progress.png') no-repeat;
+}
+
+div#fancy_loading_overlay {
+	position: absolute;
+	background-color: #FFF;
+	z-index: 30;
+}
+
+div#fancy_loading_icon {
+	position: absolute;
+	background: url('fancy_loading.gif') no-repeat;
+	z-index: 35;
+	width: 16px;
+	height: 16px;
+}
+
+div#fancy_outer {
+	position: absolute;
+    top: 0;
+    left: 0;
+    z-index: 90;
+    padding: 18px 18px 33px 18px;
+    margin: 0;
+    overflow: hidden;
+    background: transparent;
+    display: none;
+}
+
+div#fancy_inner {
+	position: relative;
+	width:100%;
+	height:100%;
+	border: 1px solid #BBB;
+	background: #FFF;
+}
+
+div#fancy_content {
+	margin: 0;
+	z-index: 100;
+	position: absolute;
+}
+
+div#fancy_div {
+	background: #000;
+	color: #FFF;
+	height: 100%;
+	width: 100%;
+	z-index: 100;
+}
+
+img#fancy_img {
+	position: absolute;
+	top: 0;
+	left: 0;
+	border:0; 
+	padding: 0; 
+	margin: 0;
+	z-index: 100;
+	width: 100%;
+	height: 100%;
+}
+
+div#fancy_close {
+	position: absolute;
+	top: -12px;
+	right: -15px;
+	height: 30px;
+	width: 30px;
+	background: url('fancy_closebox.png') top left no-repeat;
+	cursor: pointer;
+	z-index: 181;
+	display: none;
+}
+
+#fancy_frame {
+	position: relative;
+	width: 100%;
+	height: 100%;
+	display: none;
+}
+
+#fancy_ajax {
+	width: 100%;
+	height: 100%;
+	overflow: auto;
+}
+
+a#fancy_left, a#fancy_right {
+	position: absolute; 
+	bottom: 0px; 
+	height: 100%; 
+	width: 35%; 
+	cursor: pointer;
+	z-index: 111; 
+	display: none;
+	background-image: url(data:image/gif;base64,AAAA);
+	outline: none;
+}
+
+a#fancy_left {
+	left: 0px; 
+}
+
+a#fancy_right {
+	right: 0px; 
+}
+
+span.fancy_ico {
+	position: absolute; 
+	top: 50%;
+	margin-top: -15px;
+	width: 30px;
+	height: 30px;
+	z-index: 112; 
+	cursor: pointer;
+	display: block;
+}
+
+span#fancy_left_ico {
+	left: -9999px;
+	background: transparent url('fancy_left.png') no-repeat;
+}
+
+span#fancy_right_ico {
+	right: -9999px;
+	background: transparent url('fancy_right.png') no-repeat;
+}
+
+a#fancy_left:hover {
+  visibility: visible;
+}
+
+a#fancy_right:hover {
+  visibility: visible;
+}
+
+a#fancy_left:hover span {
+	left: 20px; 
+}
+
+a#fancy_right:hover span {
+	right: 20px; 
+}
+
+.fancy_bigIframe {
+	position: absolute;
+	top: 0;
+	left: 0;
+	width: 100%;
+	height: 100%;
+	background: transparent;
+}
+
+div#fancy_bg {
+	position: absolute;
+	top: 0; left: 0;
+	width: 100%;
+	height: 100%;
+	z-index: 70;
+	border: 0;
+	padding: 0;
+	margin: 0;
+}
+	
+div.fancy_bg {
+	position: absolute;
+	display: block;
+	z-index: 70;
+	border: 0;
+	padding: 0;
+	margin: 0;
+}
+
+div.fancy_bg_n {
+	top: -18px;
+	width: 100%;
+	height: 18px;
+	background: transparent url('fancy_shadow_n.png') repeat-x;
+}
+
+div.fancy_bg_ne {
+	top: -18px;
+	right: -13px;
+	width: 13px;
+	height: 18px;
+	background: transparent url('fancy_shadow_ne.png') no-repeat;
+}
+
+div.fancy_bg_e {
+	right: -13px;
+	height: 100%;
+	width: 13px;
+	background: transparent url('fancy_shadow_e.png') repeat-y;
+}
+
+div.fancy_bg_se {
+	bottom: -18px;
+	right: -13px;
+	width: 13px;
+	height: 18px;
+	background: transparent url('fancy_shadow_se.png') no-repeat;
+}
+
+div.fancy_bg_s {
+	bottom: -18px;
+	width: 100%;
+	height: 18px;
+	background: transparent url('fancy_shadow_s.png') repeat-x;
+}
+
+div.fancy_bg_sw {
+	bottom: -18px;
+	left: -13px;
+	width: 13px;
+	height: 18px;
+	background: transparent url('fancy_shadow_sw.png') no-repeat;
+}
+
+div.fancy_bg_w {
+	left: -13px;
+	height: 100%;
+	width: 13px;
+	background: transparent url('fancy_shadow_w.png') repeat-y;
+}
+
+div.fancy_bg_nw {
+	top: -18px;
+	left: -13px;
+	width: 13px;
+	height: 18px;
+	background: transparent url('fancy_shadow_nw.png') no-repeat;
+}
+
+div#fancy_title {
+	position: absolute;
+	bottom: -33px;
+	left: 0;
+	width: 100%;
+	z-index: 100;
+	display: none;
+}
+
+div#fancy_title div {
+	color: #FFF;
+	font: bold 12px Arial;
+	padding-bottom: 3px;
+}
+
+div#fancy_title table {
+	margin: 0 auto;
+}
+
+div#fancy_title table td {
+	padding: 0;
+	vertical-align: middle;
+}
+
+td#fancy_title_left {
+	height: 32px;
+	width: 15px;
+	background: transparent url(fancy_title_left.png) repeat-x;
+}
+
+td#fancy_title_main {
+	height: 32px;
+	background: transparent url(fancy_title_main.png) repeat-x;
+}
+
+td#fancy_title_right {
+	height: 32px;
+	width: 15px;
+	background: transparent url(fancy_title_right.png) repeat-x;
+}

Modified: incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/usermanager-custom-property.js
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/usermanager-custom-property.js?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/usermanager-custom-property.js (original)
+++ incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/usermanager-custom-property.js Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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() {
 	CustomProperty.initButtons();
 	buttonVisibilty();
@@ -53,4 +74,4 @@ function buttonVisibilty() {
 	} else {
 		$("#deleteButton").addClass("tx-inactive");
 	}
-}
\ No newline at end of file
+}

Modified: incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/usermanager-overview.js
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/usermanager-overview.js?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/usermanager-overview.js (original)
+++ incubator/clerezza/trunk/parent/platform.usermanager.webinterface/src/main/resources/org/apache/clerezza/platform/usermanager/webinterface/staticweb/js/usermanager-overview.js Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * 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() {
 	UserManager.initButtons();
 	buttonVisibilty();
@@ -69,4 +90,4 @@ function buttonVisibilty() {
 		$("#editButton").addClass("tx-inactive");
 		$("#showPermissionsButton").addClass("tx-inactive");
 	}
-}
\ No newline at end of file
+}