gdamour 2004/03/10 01:58:36 Modified: modules/console-web maven.xml project.xml modules/console-web/src/etc/META-INF geronimo-service.xml modules/console-web/src/java/org/apache/geronimo/console/web/taglib ClearFilterTag.java MBeanAttributesTag.java MBeanServerContentsTag.java MBeanServerContextSupport.java MBeanServerContextTag.java MBeanServerContextValueTag.java modules/console-web/src/java/org/apache/geronimo/console/web/util MBeanAttributesComparator.java MBeanComparator.java ObjectInstanceComparator.java modules/console-web/src/webapp template.html template2.html modules/console-web/src/webapp/WEB-INF geronimo-jetty.xml web.xml Added: modules/console-web NOTICE.txt Log: Reporters: David Jencks, Dain Sundstrom. Copyright range fix subsequent to the License migration 1.1 => 2.0. Revision Changes Path 1.6 +18 -1 incubator-geronimo/modules/console-web/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/maven.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- maven.xml 2 Mar 2004 22:28:34 -0000 1.5 +++ maven.xml 10 Mar 2004 09:58:35 -0000 1.6 @@ -1,4 +1,21 @@ + + 1.6 +18 -1 incubator-geronimo/modules/console-web/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.xml 2 Mar 2004 22:28:34 -0000 1.5 +++ project.xml 10 Mar 2004 09:58:35 -0000 1.6 @@ -1,4 +1,21 @@ + + 1.1 incubator-geronimo/modules/console-web/NOTICE.txt Index: NOTICE.txt =================================================================== This product includes software developed by The Apache Software Foundation (http://www.apache.org/). 1.4 +17 -0 incubator-geronimo/modules/console-web/src/etc/META-INF/geronimo-service.xml Index: geronimo-service.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/etc/META-INF/geronimo-service.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- geronimo-service.xml 6 Feb 2004 08:27:49 -0000 1.3 +++ geronimo-service.xml 10 Mar 2004 09:58:35 -0000 1.4 @@ -1,4 +1,21 @@ + + 1.5 +1 -1 incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/taglib/ClearFilterTag.java Index: ClearFilterTag.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/taglib/ClearFilterTag.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ClearFilterTag.java 25 Feb 2004 09:57:16 -0000 1.4 +++ ClearFilterTag.java 10 Mar 2004 09:58:36 -0000 1.5 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2003-2004 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. 1.7 +1 -1 incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/taglib/MBeanAttributesTag.java Index: MBeanAttributesTag.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/taglib/MBeanAttributesTag.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- MBeanAttributesTag.java 25 Feb 2004 09:57:16 -0000 1.6 +++ MBeanAttributesTag.java 10 Mar 2004 09:58:36 -0000 1.7 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2003-2004 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. 1.5 +1 -1 incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/taglib/MBeanServerContentsTag.java Index: MBeanServerContentsTag.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/taglib/MBeanServerContentsTag.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- MBeanServerContentsTag.java 25 Feb 2004 09:57:16 -0000 1.4 +++ MBeanServerContentsTag.java 10 Mar 2004 09:58:36 -0000 1.5 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2003-2004 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. 1.5 +1 -1 incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/taglib/MBeanServerContextSupport.java Index: MBeanServerContextSupport.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/taglib/MBeanServerContextSupport.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- MBeanServerContextSupport.java 25 Feb 2004 09:57:16 -0000 1.4 +++ MBeanServerContextSupport.java 10 Mar 2004 09:58:36 -0000 1.5 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2003-2004 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. 1.4 +1 -1 incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/taglib/MBeanServerContextTag.java Index: MBeanServerContextTag.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/taglib/MBeanServerContextTag.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- MBeanServerContextTag.java 25 Feb 2004 09:57:16 -0000 1.3 +++ MBeanServerContextTag.java 10 Mar 2004 09:58:36 -0000 1.4 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2003-2004 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. 1.4 +1 -1 incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/taglib/MBeanServerContextValueTag.java Index: MBeanServerContextValueTag.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/taglib/MBeanServerContextValueTag.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- MBeanServerContextValueTag.java 25 Feb 2004 09:57:16 -0000 1.3 +++ MBeanServerContextValueTag.java 10 Mar 2004 09:58:36 -0000 1.4 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2003-2004 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. 1.4 +1 -1 incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/util/MBeanAttributesComparator.java Index: MBeanAttributesComparator.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/util/MBeanAttributesComparator.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- MBeanAttributesComparator.java 25 Feb 2004 09:57:16 -0000 1.3 +++ MBeanAttributesComparator.java 10 Mar 2004 09:58:36 -0000 1.4 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2003-2004 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. 1.4 +1 -1 incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/util/MBeanComparator.java Index: MBeanComparator.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/util/MBeanComparator.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- MBeanComparator.java 25 Feb 2004 09:57:16 -0000 1.3 +++ MBeanComparator.java 10 Mar 2004 09:58:36 -0000 1.4 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2003-2004 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. 1.3 +2 -2 incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/util/ObjectInstanceComparator.java Index: ObjectInstanceComparator.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/java/org/apache/geronimo/console/web/util/ObjectInstanceComparator.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ObjectInstanceComparator.java 25 Feb 2004 09:57:16 -0000 1.2 +++ ObjectInstanceComparator.java 10 Mar 2004 09:58:36 -0000 1.3 @@ -1,6 +1,6 @@ /** * - * Copyright 2004 The Apache Software Foundation + * Copyright 2003-2004 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. 1.2 +17 -0 incubator-geronimo/modules/console-web/src/webapp/template.html Index: template.html =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/webapp/template.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- template.html 18 Sep 2003 04:45:26 -0000 1.1 +++ template.html 10 Mar 2004 09:58:36 -0000 1.2 @@ -1,3 +1,20 @@ + + 1.2 +17 -0 incubator-geronimo/modules/console-web/src/webapp/template2.html Index: template2.html =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/webapp/template2.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- template2.html 18 Sep 2003 04:45:26 -0000 1.1 +++ template2.html 10 Mar 2004 09:58:36 -0000 1.2 @@ -1,3 +1,20 @@ + + 1.2 +17 -0 incubator-geronimo/modules/console-web/src/webapp/WEB-INF/geronimo-jetty.xml Index: geronimo-jetty.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/src/webapp/WEB-INF/geronimo-jetty.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- geronimo-jetty.xml 20 Feb 2004 23:29:01 -0000 1.1 +++ geronimo-jetty.xml 10 Mar 2004 09:58:36 -0000 1.2 @@ -1,4 +1,21 @@ + + + +