svn commit: r423829 - in /incubator/ofbiz/trunk/framework/widget: ./ config/ dtd/ src/org/ofbiz/widget/ src/org/ofbiz/widget/form/ src/org/ofbiz/widget/html/ src/org/ofbiz/widget/menu/ src/org/ofbiz/widget/screen/ src/org/ofbiz/widget/tree/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r423829 - in /incubator/ofbiz/trunk/framework/widget: ./ config/ dtd/ src/org/ofbiz/widget/ src/org/ofbiz/widget/form/ src/org/ofbiz/widget/html/ src/org/ofbiz/widget/menu/ src/org/ofbiz/widget/screen/ src/org/ofbiz/widget/tree/

jacopoc
Author: jacopoc
Date: Thu Jul 20 01:46:57 2006
New Revision: 423829

URL: http://svn.apache.org/viewvc?rev=423829&view=rev
Log:
License change from MIT to ASL2.0 for the files of the widget component.
Thanks to Scott Gray for the patch (Apache OFBIZ-87).

Modified:
    incubator/ofbiz/trunk/framework/widget/build.xml
    incubator/ofbiz/trunk/framework/widget/config/conditional.properties
    incubator/ofbiz/trunk/framework/widget/config/conditional_fr.properties
    incubator/ofbiz/trunk/framework/widget/config/conditional_it.properties
    incubator/ofbiz/trunk/framework/widget/config/conditional_nl.properties
    incubator/ofbiz/trunk/framework/widget/dtd/widget-catalog.xml
    incubator/ofbiz/trunk/framework/widget/dtd/widget-form.xsd
    incubator/ofbiz/trunk/framework/widget/dtd/widget-menu.xsd
    incubator/ofbiz/trunk/framework/widget/dtd/widget-screen.xsd
    incubator/ofbiz/trunk/framework/widget/dtd/widget-tree.xsd
    incubator/ofbiz/trunk/framework/widget/ofbiz-component.xml
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/ContentWorkerInterface.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetContentWorker.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetWorker.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/FormFactory.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/FormStringRenderer.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelForm.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormAction.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormWrapper.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRenderer.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRendererImage.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuWrapper.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuWrapperImage.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlTreeRenderer.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuFactory.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuStringRenderer.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenu.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuAction.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuCondition.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuItem.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/IterateSectionWidget.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreen.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenAction.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenCondition.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenWidget.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenFactory.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenFopPdfViewHandler.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenStringRenderer.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenWidgetViewHandler.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTree.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTreeAction.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTreeCondition.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/TreeFactory.java
    incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/TreeStringRenderer.java

Modified: incubator/ofbiz/trunk/framework/widget/build.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/build.xml?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/build.xml (original)
+++ incubator/ofbiz/trunk/framework/widget/build.xml Thu Jul 20 01:46:57 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: build.xml 7900 2006-06-29 05:03:20Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/config/conditional.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/config/conditional.properties?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/config/conditional.properties (original)
+++ incubator/ofbiz/trunk/framework/widget/config/conditional.properties Thu Jul 20 01:46:57 2006
@@ -1,6 +1,4 @@
 #####################################################################
-# $Id: conditional.properties 7381 2006-04-23 08:43:40Z jonesde $
-#
 # Copyright 2001-2006 The Apache Software Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -27,4 +25,4 @@
 less_than=Less Than
 up_to_day=Up To Day
 up_thru_day=Up Thru Day
-ignore_case=Ignore Case
\ No newline at end of file
+ignore_case=Ignore Case

Modified: incubator/ofbiz/trunk/framework/widget/config/conditional_fr.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/config/conditional_fr.properties?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/config/conditional_fr.properties (original)
+++ incubator/ofbiz/trunk/framework/widget/config/conditional_fr.properties Thu Jul 20 01:46:57 2006
@@ -1,6 +1,4 @@
 #####################################################################
-# $Id: conditional_fr.properties 7427 2006-04-27 00:02:37Z jonesde $
-#
 # Copyright 2001-2006 The Apache Software Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/ofbiz/trunk/framework/widget/config/conditional_it.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/config/conditional_it.properties?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/config/conditional_it.properties (original)
+++ incubator/ofbiz/trunk/framework/widget/config/conditional_it.properties Thu Jul 20 01:46:57 2006
@@ -1,6 +1,4 @@
 #####################################################################
-# $Id: conditional.properties 7381 2006-04-23 08:43:40Z jonesde $
-#
 # Copyright 2001-2006 The Apache Software Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may not
@@ -28,4 +26,4 @@
 less_than=Minore Di
 up_to_day=Fino Ad Oggi
 up_thru_day=Fino Al Giorno
-ignore_case=Ignora Maiuscole/Minuscole
\ No newline at end of file
+ignore_case=Ignora Maiuscole/Minuscole

Modified: incubator/ofbiz/trunk/framework/widget/config/conditional_nl.properties
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/config/conditional_nl.properties?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/config/conditional_nl.properties (original)
+++ incubator/ofbiz/trunk/framework/widget/config/conditional_nl.properties Thu Jul 20 01:46:57 2006
@@ -1,6 +1,4 @@
 #####################################################################
-# $Id: $
-#
 # Copyright 2001-2006 The Apache Software Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License"); you may not

Modified: incubator/ofbiz/trunk/framework/widget/dtd/widget-catalog.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/dtd/widget-catalog.xml?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/dtd/widget-catalog.xml (original)
+++ incubator/ofbiz/trunk/framework/widget/dtd/widget-catalog.xml Thu Jul 20 01:46:57 2006
@@ -1,20 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    $Id: widget-catalog.xml 7427 2006-04-27 00:02:37Z jonesde $
-    
-    Copyright 2001-2006 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.
+Copyright 2001-2006 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 catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
                          "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">

Modified: incubator/ofbiz/trunk/framework/widget/dtd/widget-form.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/dtd/widget-form.xsd?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ incubator/ofbiz/trunk/framework/widget/dtd/widget-form.xsd Thu Jul 20 01:46:57 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: widget-form.xsd 7890 2006-06-28 07:39:38Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/dtd/widget-menu.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/dtd/widget-menu.xsd?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/dtd/widget-menu.xsd (original)
+++ incubator/ofbiz/trunk/framework/widget/dtd/widget-menu.xsd Thu Jul 20 01:46:57 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: widget-menu.xsd 7776 2006-06-12 21:34:25Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/dtd/widget-screen.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/dtd/widget-screen.xsd?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/dtd/widget-screen.xsd (original)
+++ incubator/ofbiz/trunk/framework/widget/dtd/widget-screen.xsd Thu Jul 20 01:46:57 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: widget-screen.xsd 7870 2006-06-27 05:41:26Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/dtd/widget-tree.xsd
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/dtd/widget-tree.xsd?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/dtd/widget-tree.xsd (original)
+++ incubator/ofbiz/trunk/framework/widget/dtd/widget-tree.xsd Thu Jul 20 01:46:57 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: widget-tree.xsd 7776 2006-06-12 21:34:25Z jonesde $
-
-Copyright 2004-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/ofbiz-component.xml?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/ofbiz-component.xml (original)
+++ incubator/ofbiz/trunk/framework/widget/ofbiz-component.xml Thu Jul 20 01:46:57 2006
@@ -1,8 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-$Id: ofbiz-component.xml 7427 2006-04-27 00:02:37Z jonesde $
-
-Copyright 2003-2006 The Apache Software Foundation
+Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/ContentWorkerInterface.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/ContentWorkerInterface.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/ContentWorkerInterface.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/ContentWorkerInterface.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ContentWorkerInterface.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2004-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetContentWorker.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetContentWorker.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetContentWorker.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetContentWorker.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: WidgetContentWorker.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetWorker.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetWorker.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetWorker.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/WidgetWorker.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: WidgetWorker.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/FormFactory.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/FormFactory.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/FormFactory.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/FormFactory.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: FormFactory.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/FormStringRenderer.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/FormStringRenderer.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/FormStringRenderer.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/FormStringRenderer.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: FormStringRenderer.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelForm.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelForm.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelForm.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelForm.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelForm.java 7849 2006-06-23 07:23:22Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormAction.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormAction.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormAction.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormAction.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelFormAction.java 7451 2006-04-30 17:29:47Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/form/ModelFormField.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelFormField.java 7735 2006-06-02 18:33:10Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormRenderer.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: HtmlFormRenderer.java 7871 2006-06-27 06:10:30Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormWrapper.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormWrapper.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormWrapper.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlFormWrapper.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: HtmlFormWrapper.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRenderer.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRenderer.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRenderer.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRenderer.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: HtmlMenuRenderer.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRendererImage.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRendererImage.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRendererImage.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuRendererImage.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: HtmlMenuRendererImage.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuWrapper.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuWrapper.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuWrapper.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuWrapper.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: HtmlMenuWrapper.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuWrapperImage.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuWrapperImage.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuWrapperImage.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlMenuWrapperImage.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: HtmlMenuWrapperImage.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlScreenRenderer.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: HtmlScreenRenderer.java 7870 2006-06-27 05:41:26Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlTreeRenderer.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlTreeRenderer.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlTreeRenderer.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/html/HtmlTreeRenderer.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: HtmlTreeRenderer.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuFactory.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuFactory.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuFactory.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuFactory.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: MenuFactory.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuStringRenderer.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuStringRenderer.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuStringRenderer.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuStringRenderer.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: MenuStringRenderer.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/MenuWrapTransform.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: MenuWrapTransform.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenu.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenu.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenu.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenu.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelMenu.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuAction.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuAction.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuAction.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuAction.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelMenuAction.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuCondition.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuCondition.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuCondition.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuCondition.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelMenuCondition.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuItem.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuItem.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuItem.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/menu/ModelMenuItem.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelMenuItem.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/HtmlWidget.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: HtmlWidget.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/IterateSectionWidget.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/IterateSectionWidget.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/IterateSectionWidget.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/IterateSectionWidget.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: IterateSectionWidget.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreen.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreen.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreen.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreen.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelScreen.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenAction.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenAction.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenAction.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenAction.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelScreenAction.java 7780 2006-06-13 08:30:09Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenCondition.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenCondition.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenCondition.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenCondition.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelScreenCondition.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenWidget.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenWidget.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenWidget.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ModelScreenWidget.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelScreenWidget.java 7870 2006-06-27 05:41:26Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenFactory.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenFactory.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenFactory.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenFactory.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ScreenFactory.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenFopPdfViewHandler.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenFopPdfViewHandler.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenFopPdfViewHandler.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenFopPdfViewHandler.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ScreenFopPdfViewHandler.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenRenderer.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ScreenRenderer.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenStringRenderer.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenStringRenderer.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenStringRenderer.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenStringRenderer.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ScreenStringRenderer.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenWidgetViewHandler.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenWidgetViewHandler.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenWidgetViewHandler.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/screen/ScreenWidgetViewHandler.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ScreenWidgetViewHandler.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTree.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTree.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTree.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTree.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelTree.java 7462 2006-05-01 10:16:03Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTreeAction.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTreeAction.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTreeAction.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTreeAction.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelTreeAction.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTreeCondition.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTreeCondition.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTreeCondition.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/ModelTreeCondition.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: ModelTreeCondition.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/TreeFactory.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/TreeFactory.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/TreeFactory.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/TreeFactory.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: TreeFactory.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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

Modified: incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/TreeStringRenderer.java
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/TreeStringRenderer.java?rev=423829&r1=423828&r2=423829&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/TreeStringRenderer.java (original)
+++ incubator/ofbiz/trunk/framework/widget/src/org/ofbiz/widget/tree/TreeStringRenderer.java Thu Jul 20 01:46:57 2006
@@ -1,7 +1,5 @@
 /*
- * $Id: TreeStringRenderer.java 7427 2006-04-27 00:02:37Z jonesde $
- *
- * Copyright 2003-2006 The Apache Software Foundation
+ * Copyright 2001-2006 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