You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2007/01/29 23:27:04 UTC

svn commit: r501230 [3/4] - in /incubator/xap/trunk: buildsystem/ buildsystem/JSDoc-1.9.9.2/ buildsystem/buildscripts/ buildsystem/buildscripts/doctool/ buildsystem/buildscripts/lib/ buildsystem/buildscripts/profiles/ buildsystem/doc/ buildsystem/seed/...

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/containerChildManipulation1.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/containerChildManipulation1.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/containerChildManipulation1.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/containerChildManipulation1.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 							<verticalBoxPane xmlns="http://openxal.org/ui">
 							    <button width="200px" height="25px" text="insert before green" onCommand="mco:attributeSetter.insertBefore(greenComponent)"/>
 							    <button width="200px" height="25px" text="remove green" onCommand="mco:attributeSetter.remove(greenComponent)"/>

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/editableFieldTests.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/editableFieldTests.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/editableFieldTests.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/editableFieldTests.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <verticalBoxPane xmlns="http://openxal.org/ui">
     <horizontalBoxPane width="500px">
         <label width="100px" text="maxLength:"/>

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/formElementTests.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/formElementTests.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/formElementTests.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/formElementTests.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <verticalBoxPane xmlns="http://openxal.org/ui">
     
     <horizontalBoxPane width="500px">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/imageAttributeTests.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/imageAttributeTests.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/imageAttributeTests.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/imageAttributeTests.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 			<verticalBoxPane xmlns="http://openxal.org/ui">
 			    <horizontalBoxPane>
 			        <label width="175px" text="backgroundImage:"/>

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/listItemSmokeTests0.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/listItemSmokeTests0.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/listItemSmokeTests0.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/listItemSmokeTests0.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 						<verticalBoxPane width="500px" xmlns="http://openxal.org/ui">
 						    <label height="25px" text="Smoke tests:" fontWeight="bold"/>
 							<button width="200px" height="25px" horizontalAlign="center" verticalAlign="center" text="Insert a new option" onCommand="mco:attributeSetter.appendListItem(testComponentListBox,false)" />

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/listItemSmokeTests1.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/listItemSmokeTests1.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/listItemSmokeTests1.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/listItemSmokeTests1.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <verticalBoxPane width="500px" xmlns="http://openxal.org/ui">
     <label height="25px" text=" " fontWeight="bold"/>
     <button width="200px" height="25px" horizontalAlign="center" verticalAlign="center" text="Remove Option 2 from testComponent" onCommand="mco:attributeSetter.remove(testOption2)" />

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/standardButtons.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/standardButtons.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/standardButtons.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/standardButtons.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <verticalBoxPane width="500px" xmlns="http://openxal.org/ui" align="left" fontSize="14px"
 	backgroundColor="#EEEEEE">
 	<label height="25px" text="Standard tests:" fontWeight="bold"/>

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/tableSmokeTests0.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/tableSmokeTests0.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/tableSmokeTests0.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/tableSmokeTests0.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 						<verticalBoxPane width="500px" xmlns="http://openxal.org/ui">
 						    <label height="25px" text="Smoke tests:" fontWeight="bold"/>
 						    <button width="200px" height="25px" horizontalAlign="center" verticalAlign="center" text="Start table updating" 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/tableSmokeTests1.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/tableSmokeTests1.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/tableSmokeTests1.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/tableSmokeTests1.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 						<verticalBoxPane xmlns="http://openxal.org/ui">
 						    <label height="25px" text=" " fontWeight="bold"/>
 						    <button width="200px" height="25px" horizontalAlign="center" verticalAlign="center" text="Remove Row (x,y,z)" 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/textAttributeTests.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/textAttributeTests.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/textAttributeTests.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/textAttributeTests.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 						<verticalBoxPane xmlns="http://openxal.org/ui">
 						    <horizontalBoxPane width="500px">
 						        <label width="100px" text="text:"/>

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/includes/toggledFormElementTests.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/includes/toggledFormElementTests.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/includes/toggledFormElementTests.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/includes/toggledFormElementTests.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <verticalBoxPane xmlns="http://openxal.org/ui">
     
     <horizontalBoxPane width="500px">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/index.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/index.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/index.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <body>
 
 <h2>Component Tests</h2>

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/label.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/label.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/label.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/label.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/link.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/link.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/link.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/link.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
     <mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/listbox.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/listbox.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/listbox.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/listbox.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/menu.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/menu.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/menu.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/menu.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/passwordField.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/passwordField.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/passwordField.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/passwordField.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/popupMenu.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/popupMenu.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/popupMenu.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/popupMenu.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/radioButton.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/radioButton.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/radioButton.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/radioButton.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/row.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/row.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/row.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/row.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/scrollPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/scrollPane.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/scrollPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/scrollPane.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/AttributeTester.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/AttributeTester.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/AttributeTester.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/AttributeTester.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 The Apache Software Foundation.
+ *
+ *  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.
+ *
+ */
+
 AttributeTester = function(){
 	AttributeTesterObj = this;
 	this._registeredElements = [];

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/CyclingMco.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/CyclingMco.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/CyclingMco.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/CyclingMco.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 The Apache Software Foundation.
+ *
+ *  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.
+ *
+ */
+
 CyclingMco = function(){
 	
 };

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/SmokeTests.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/SmokeTests.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/SmokeTests.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/SmokeTests.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 The Apache Software Foundation.
+ *
+ *  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.
+ *
+ */
+
 var tempGlobals = [];
 
 SmokeTests = function(){}

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/TableMco.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/TableMco.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/TableMco.js (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/src-js/TableMco.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 The Apache Software Foundation.
+ *
+ *  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.
+ *
+ */
+
 TableMco = function(){};
 
 TableMco.prototype = new Object() ;

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/tabPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/tabPane.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/tabPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/tabPane.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/table.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/table.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/table.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/table.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/textArea.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/textArea.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/textArea.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/textArea.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/textField.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/textField.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/textField.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/textField.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/tooltip.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/tooltip.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/tooltip.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/tooltip.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/tree.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/tree.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/tree.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/tree.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/treeTable.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/treeTable.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/treeTable.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/treeTable.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/verticalBoxPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/verticalBoxPane.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/verticalBoxPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/verticalBoxPane.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/verticalSplitPane.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/verticalSplitPane.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/verticalSplitPane.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/verticalSplitPane.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/verticalToolBar.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/verticalToolBar.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/verticalToolBar.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/verticalToolBar.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 	<mco xmlns="http://openxal.org/core/mco" id="attributeSetter" class="AttributeTester"

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/complexExample.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/complexExample.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/complexExample.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/complexExample.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/rowCycling.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/rowCycling.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/rowCycling.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/rowCycling.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 	
 	<mco:mco 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/splitPaneExample.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/splitPaneExample.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/splitPaneExample.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/splitPaneExample.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 	
 	<mco

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/tabPane2.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/tabPane2.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/tabPane2.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/tabPane2.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui/html">
     
     <verticalBoxPane width="600px" height="600px" borderWidth="1px" borderColor="blue" borderStyle="solid">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/tabPaneExample.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/tabPaneExample.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/tabPaneExample.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/tabPaneExample.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/tableSorting.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/tableSorting.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/tableSorting.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/tableSorting.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 
 	<xm:modifications xmlns:xm="http://openxal.org/core/xmodify">

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/verticalPanelExample.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/verticalPanelExample.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/verticalPanelExample.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/widget_examples/verticalPanelExample.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui"> 
 
 

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/widget_loader.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 		"http://www.w3.org/TR/html4/loose.dtd">
 <html>

Modified: incubator/xap/trunk/samples/WebContent/examples/widgets/window.xal
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/examples/widgets/window.xal?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/examples/widgets/window.xal (original)
+++ incubator/xap/trunk/samples/WebContent/examples/widgets/window.xal Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xal xmlns="http://openxal.org/ui" xmlns:xal="http://openxal.org/ui">
 
 

Modified: incubator/xap/trunk/samples/WebContent/index.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/index.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/samples/WebContent/index.html (original)
+++ incubator/xap/trunk/samples/WebContent/index.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <?xml version="1.0" encoding="utf-8"?>
 <!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" xml:lang="en" lang="en">

Modified: incubator/xap/trunk/unittests/testsrc/XapPerformanceTestSuite.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/XapPerformanceTestSuite.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/XapPerformanceTestSuite.html (original)
+++ incubator/xap/trunk/unittests/testsrc/XapPerformanceTestSuite.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
 <html>

Modified: incubator/xap/trunk/unittests/testsrc/XapUnitTestSuite.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/XapUnitTestSuite.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/XapUnitTestSuite.html (original)
+++ incubator/xap/trunk/unittests/testsrc/XapUnitTestSuite.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 
 <html>

Modified: incubator/xap/trunk/unittests/testsrc/xap/mco/_TestDeclarativeArgumentParser.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/mco/_TestDeclarativeArgumentParser.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/mco/_TestDeclarativeArgumentParser.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/mco/_TestDeclarativeArgumentParser.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/performance/_TestAttributePerformance.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/performance/_TestAttributePerformance.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/performance/_TestAttributePerformance.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/performance/_TestAttributePerformance.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/performance/_TestParserPerformance.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/performance/_TestParserPerformance.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/performance/_TestParserPerformance.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/performance/_TestParserPerformance.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/performance/mediumString.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/performance/mediumString.xml?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/performance/mediumString.xml (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/performance/mediumString.xml Mon Jan 29 15:26:56 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <project name="mysteryCompany_3_2" default="about" basedir="./" id="nx:5c-4o-1-3d-2f3yc-48">
   <target name="-init" depends="-properties,-classpaths" id="nx:5c-4o-1-3d-2f3yc-49"/>
   <target name="-properties" id="nx:5c-4o-1-3d-2f3yc-50">

Modified: incubator/xap/trunk/unittests/testsrc/xap/performance/mediumString.xml-copy
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/performance/mediumString.xml-copy?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/performance/mediumString.xml-copy (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/performance/mediumString.xml-copy Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <?xml version="1.0"?>
 <project name="mysteryCompany_3_2" default="about" basedir="./" id="nx:5c-4o-1-3d-2f3yc-48">
   <target name="-init" depends="-properties,-classpaths" id="nx:5c-4o-1-3d-2f3yc-49"/>

Modified: incubator/xap/trunk/unittests/testsrc/xap/performance/slider_panel.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/performance/slider_panel.xml?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/performance/slider_panel.xml (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/performance/slider_panel.xml Mon Jan 29 15:26:56 2007
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <xul id="nx:5c-4o-1-3d-2f3yc-28">
   <panel bgcolor="gray" id="slider_panel">
     <layoutmanager align="stretch" layout="boxlayout" orientation="horizontal" pack="end" id="nx:5c-4o-1-3d-2f3yc-29"/>

Modified: incubator/xap/trunk/unittests/testsrc/xap/performance/slider_panel.xml-copy
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/performance/slider_panel.xml-copy?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/performance/slider_panel.xml-copy (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/performance/slider_panel.xml-copy Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <?xml version="1.0"?>
 <xul id="nx:5c-4o-1-3d-2f3yc-28">
   <panel bgcolor="gray" id="slider_panel">

Modified: incubator/xap/trunk/unittests/testsrc/xap/requestservice/_TestRequestService.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/requestservice/_TestRequestService.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/requestservice/_TestRequestService.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/requestservice/_TestRequestService.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/session/_TestContainer.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/session/_TestContainer.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/session/_TestContainer.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/session/_TestContainer.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/taghandling/_TestPluginRegistryImpl.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/taghandling/_TestPluginRegistryImpl.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/taghandling/_TestPluginRegistryImpl.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/taghandling/_TestPluginRegistryImpl.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/util/_TestCharacter.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/util/_TestCharacter.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/util/_TestCharacter.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/util/_TestCharacter.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/util/_TestEscapeSyntaxParser.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/util/_TestEscapeSyntaxParser.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/util/_TestEscapeSyntaxParser.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/util/_TestEscapeSyntaxParser.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/util/_TestEscapeSyntaxParser.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/util/_TestEscapeSyntaxParser.js?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/util/_TestEscapeSyntaxParser.js (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/util/_TestEscapeSyntaxParser.js Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+/*
+ * Copyright  2006, 2007 The Apache Software Foundation.
+ *
+ *  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.
+ *
+ */
+
 dojo.hostenv.setModulePrefix("dojo", "../dojo/src");
 dojo.hostenv.setModulePrefix("xap", "../xap");
 dojo.hostenv.setModulePrefix("google", "../google");

Modified: incubator/xap/trunk/unittests/testsrc/xap/util/_TestHashtable.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/util/_TestHashtable.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/util/_TestHashtable.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/util/_TestHashtable.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/util/_TestHttpUtils.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/util/_TestHttpUtils.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/util/_TestHttpUtils.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/util/_TestHttpUtils.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/util/_TestLogFactory.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/util/_TestLogFactory.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/util/_TestLogFactory.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/util/_TestLogFactory.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/util/_TestMessageFormat.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/util/_TestMessageFormat.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/util/_TestMessageFormat.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/util/_TestMessageFormat.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/util/_TestXmlUtils.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/util/_TestXmlUtils.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/util/_TestXmlUtils.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/util/_TestXmlUtils.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/xml/_TestDocument.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/xml/_TestDocument.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/xml/_TestDocument.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/xml/_TestDocument.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">
 

Modified: incubator/xap/trunk/unittests/testsrc/xap/xml/_TestElement.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/xap/xml/_TestElement.html?view=diff&rev=501230&r1=501229&r2=501230
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/xap/xml/_TestElement.html (original)
+++ incubator/xap/trunk/unittests/testsrc/xap/xml/_TestElement.html Mon Jan 29 15:26:56 2007
@@ -1,3 +1,20 @@
+<!--
+ - Copyright  2006,2007 The Apache Software Foundation.
+ -
+ -  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.
+ -
+-->
+
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
 	"http://www.w3.org/TR/html4/loose.dtd">