You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/07/21 03:38:23 UTC

svn commit: r219976 [3/12] - in /geronimo/trunk: ./ etc/ sandbox/console-core/ sandbox/console-core/src/ sandbox/console-core/src/java/ sandbox/console-core/src/java/org/ sandbox/console-core/src/java/org/apache/ sandbox/console-core/src/java/org/apach...

Added: geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/data/xml/portletentitymapping.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/data/xml/portletentitymapping.xml?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/data/xml/portletentitymapping.xml (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/data/xml/portletentitymapping.xml Wed Jul 20 18:38:12 2005
@@ -0,0 +1,82 @@
+<?xml version="1.0"?>
+<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN"
+                           "http://castor.exolab.org/mapping.dtd">
+<!-- 
+Copyright 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.
+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.
+-->
+<mapping>
+
+    <class name="org.apache.pluto.portalImpl.om.common.impl.PreferenceImpl">
+
+      <field name="name" type="java.lang.String">
+        <bind-xml name="pref-name" node="element"/>
+      </field>
+      <field name="castorValues" type="java.lang.String" collection="collection">
+        <bind-xml name="pref-value" node="element"/>
+      </field>
+      <field name="readOnly" type="java.lang.String">
+        <bind-xml name="read-only" node="element"/>
+      </field>
+
+    </class>
+
+  <class name="org.apache.pluto.portalImpl.om.entity.impl.PortletEntityImpl">
+
+    <field name="castorId" type="java.lang.String">
+
+      <bind-xml name="id" node="attribute"/>
+    </field>
+
+    <field name="definitionId" type="java.lang.String">
+      <bind-xml name="definition-id" node="element"/>
+    </field>
+    <field name="castorPreferences"
+           type="org.apache.pluto.portalImpl.om.common.impl.PreferenceImpl"
+           collection="collection">
+      <bind-xml name="preferences" node="element"/>
+    </field>
+
+  </class>
+
+  <class name="org.apache.pluto.portalImpl.om.entity.impl.PortletApplicationEntityImpl">
+
+    <field name="castorId" type="java.lang.String">
+
+      <bind-xml name="id" node="attribute"/>
+    </field>
+
+    <field name="definitionId" type="java.lang.String">
+      <bind-xml name="definition-id" node="element"/>
+    </field>
+    <field name="castorPortlets"
+           type="org.apache.pluto.portalImpl.om.entity.impl.PortletEntityImpl"
+           collection="collection">
+      <bind-xml name="portlet" node="element"/>
+    </field>
+
+  </class>
+
+  <class name="org.apache.pluto.portalImpl.om.entity.impl.PortletApplicationEntityListImpl">
+    <map-to xml="portlet-entity-registry"/>
+
+    <field name="castorApplications"
+           type="org.apache.pluto.portalImpl.om.entity.impl.PortletApplicationEntityImpl"
+           collection="collection">
+      <bind-xml name="application" node="element"/>
+    </field>
+  </class>
+
+</mapping>
\ No newline at end of file

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/data/xml/portletentitymapping.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/data/xml/servletdefinitionmapping.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/data/xml/servletdefinitionmapping.xml?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/data/xml/servletdefinitionmapping.xml (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/data/xml/servletdefinitionmapping.xml Wed Jul 20 18:38:12 2005
@@ -0,0 +1,289 @@
+<?xml version="1.0"?>
+<!DOCTYPE mapping PUBLIC "-//EXOLAB/Castor Mapping DTD Version 1.0//EN"
+                           "http://castor.exolab.org/mapping.dtd">
+<!-- 
+  Copyright 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.
+  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.
+-->
+<mapping xmlns:web="http://java.sun.com/xml/ns/j2ee">
+
+  <class name="org.apache.pluto.portalImpl.om.common.impl.DisplayNameImpl">
+
+    <field name="displayName" type="java.lang.String">
+        <bind-xml node="text"/>
+    </field>
+    <field name="castorLocale" type="java.lang.String">
+        <bind-xml name="xml:lang" node="attribute"/>
+    </field>
+  </class>
+    
+  <class name="org.apache.pluto.portalImpl.om.servlet.impl.TagDefinitionImpl">
+
+    <field name="uri" type="java.lang.String" required="true">
+      <bind-xml name="web:taglib-uri" node="element"/>
+    </field>
+
+    <field name="location" type="java.lang.String" required="true">
+      <bind-xml name="web:taglib-location" node="element"/>
+    </field>
+
+  </class>
+  
+  <class name="org.apache.pluto.portalImpl.om.servlet.impl.ResourceRef">
+
+    <field name="description" type="java.lang.String" required="false">
+      <bind-xml name="web:description" node="element"/>
+    </field>
+
+    <field name="name" type="java.lang.String" required="false">
+      <bind-xml name="web:res-ref-name" node="element"/>
+    </field>
+
+    <field name="type" type="java.lang.String" required="false">
+      <bind-xml name="web:res-type" node="element"/>
+    </field>
+
+    <field name="auth" type="java.lang.String" required="false">
+      <bind-xml name="web:res-auth" node="element"/>
+    </field>
+
+    <field name="sharing" type="java.lang.String" required="false">
+      <bind-xml name="web:res-sharing-scope" node="element"/>
+    </field>
+
+  </class>
+  
+  <class name="org.apache.pluto.portalImpl.om.servlet.impl.MimeTypeImpl">
+
+    <field name="extension" type="java.lang.String" required="true">
+      <bind-xml name="web:extension" node="element"/>
+    </field>
+
+    <field name="mimeType" type="java.lang.String" required="true">
+      <bind-xml name="web:mime-type" node="element"/>
+    </field>
+
+  </class>
+
+  <class name="org.apache.pluto.portalImpl.om.common.impl.DescriptionImpl">
+
+    <field name="description" type="java.lang.String">
+        <bind-xml node="text"/>
+    </field>
+    <field name="castorLocale" type="java.lang.String">
+        <bind-xml name="xml:lang" node="attribute"/>
+    </field>
+
+  </class>
+
+  <class name="org.apache.pluto.portalImpl.om.common.impl.SecurityRoleImpl">
+
+    <field name="description" type="java.lang.String" required="false" >
+        <bind-xml name="web:description" node="element"/>
+    </field>
+    <field name="roleName" type="java.lang.String" required="true">
+      <bind-xml name="web:role-name" node="element"/>
+    </field>
+  </class>
+
+
+  <class name="org.apache.pluto.portalImpl.om.common.impl.SecurityRoleRefImpl">
+
+    <field name="castorDescriptions" 
+           type="org.apache.pluto.portalImpl.om.common.impl.DescriptionImpl" 
+           collection="collection">
+      <bind-xml name="web:description" node="element"/>
+    </field>
+    <field name="roleName" type="java.lang.String" required="true">
+      <bind-xml name="web:role-name" node="element"/>
+    </field>
+    <field name="roleLink" type="java.lang.String" required="false">
+        <bind-xml name="web:role-link" node="element"/>
+    </field>
+  </class>
+
+  <class name="org.apache.pluto.portalImpl.om.common.impl.ParameterImpl">
+
+    <field name="name" type="java.lang.String" required="true">
+      <bind-xml name="web:param-name" node="element"/>
+    </field>
+    <field name="value" type="java.lang.String" required="true">
+      <bind-xml name="web:param-value" node="element"/>
+    </field>
+    <field name="castorDescriptions" 
+           type="org.apache.pluto.portalImpl.om.common.impl.DescriptionImpl" 
+           collection="collection">
+      <bind-xml name="web:description" node="element"/>
+    </field>
+
+  </class>
+
+  <class name="org.apache.pluto.portalImpl.om.servlet.impl.ServletMappingImpl">
+
+    <field name="id" type="java.lang.String">
+      <bind-xml name="id" node="attribute"/>
+    </field>
+
+    <field name="servletName" type="java.lang.String" required="true">
+      <bind-xml name="web:servlet-name" node="element"/>
+    </field>
+    <field name="urlPattern" type="java.lang.String" required="true">
+      <bind-xml name="web:url-pattern" node="element"/>
+    </field>
+
+  </class>
+  
+  <class name="org.apache.pluto.portalImpl.om.servlet.impl.ServletDefinitionImpl">
+
+    <field name="castorId" type="java.lang.String">
+
+      <bind-xml name="id" node="attribute"/>
+    </field>
+
+    <field name="servletName" type="java.lang.String" required="true">
+      <bind-xml name="web:servlet-name" node="element"/>
+    </field>
+    <field name="castorDisplayNames" 
+         type="org.apache.pluto.portalImpl.om.common.impl.DisplayNameImpl"
+         collection="collection">
+      <bind-xml name="web:display-name" node="element"/>
+    </field>
+    <field name="castorDescriptions" 
+         type="org.apache.pluto.portalImpl.om.common.impl.DescriptionImpl"
+         collection="collection">
+      <bind-xml name="web:description" node="element"/>
+    </field>
+    <field name="servletClass" type="java.lang.String">
+      <bind-xml name="web:servlet-class" node="element"/>
+    </field>
+    <field name="castorInitParams"
+           type="org.apache.pluto.portalImpl.om.common.impl.ParameterImpl"
+           collection="collection">
+      <bind-xml name="web:init-param" node="element"/>
+    </field>
+
+    <!-- only for completion, not used in class file -->
+    <field name="icon" transient="true" direct="true">
+      <bind-xml name="icon" node="element"/>
+    </field>
+    <field name="loadOnStartup" transient="true" direct="true">
+      <bind-xml name="load-on-startup" node="element"/>
+    </field>
+    <field name="jspFile" type="java.lang.String">
+      <bind-xml name="jsp-file" node="element"/>
+    </field>
+    <field name="castorInitSecurityRoleRefs"
+           type="org.apache.pluto.portalImpl.om.common.impl.SecurityRoleRefImpl"
+           collection="collection">
+      <bind-xml name="security-role-ref" node="element"/>
+    </field>
+
+  </class>
+
+  <class name="org.apache.pluto.portalImpl.om.servlet.impl.WebApplicationDefinitionImpl">
+    <map-to xml="web-app"  ns-uri="http://java.sun.com/xml/ns/j2ee"/>
+
+    <field name="castorId" type="java.lang.String">
+      <bind-xml name="id" node="attribute"/>
+    </field>
+
+    <field name="castorDisplayNames" 
+         type="org.apache.pluto.portalImpl.om.common.impl.DisplayNameImpl"
+         collection="collection">
+      <bind-xml name="web:display-name" node="element"/>
+    </field>
+    <field name="castorDescriptions" 
+         type="org.apache.pluto.portalImpl.om.common.impl.DescriptionImpl"
+         collection="collection">
+      <bind-xml name="web:description" node="element"/>
+    </field>
+    <field name="castorInitParams"
+           type="org.apache.pluto.portalImpl.om.common.impl.ParameterImpl"
+           collection="collection">
+      <bind-xml name="web:context-param" node="element"/>
+    </field>
+    <field name="castorServlets"
+           type="org.apache.pluto.portalImpl.om.servlet.impl.ServletDefinitionImpl"
+           collection="collection"
+           required="true">
+      <bind-xml name="web:servlet" node="element"/>
+    </field>
+    <field name="servletMappings"
+           type="org.apache.pluto.portalImpl.om.servlet.impl.ServletMappingImpl"
+           collection="collection"
+           required="true">
+      <bind-xml name="web:servlet-mapping" node="element"/>
+    </field>
+    
+    <field name="castorTagDefinitions"
+           type="org.apache.pluto.portalImpl.om.servlet.impl.TagDefinitionImpl"
+           collection="collection">
+       <bind-xml name="web:taglib" node="element" />
+    </field>
+
+    <field name="castorResourceRefSet"
+           type="org.apache.pluto.portalImpl.om.servlet.impl.ResourceRef"
+           collection="collection">
+        <bind-xml name="web:resource-ref" node="element"/>
+    </field>
+
+    <!-- only for completion, not used in class file -->
+    <field name="icon" transient="true" direct="true">
+        <bind-xml name="icon" node="element"/>
+    </field>
+    <field name="distributable" transient="true" direct="true">
+        <bind-xml name="distributable" node="element"/>
+    </field>
+    <field name="sessionConfig" transient="true" direct="true">
+        <bind-xml name="session-config" node="element"/>
+    </field>
+    <field name="castorMimeMappings"
+    	transient="true"
+    	required="false"
+    	type="org.apache.pluto.portalImpl.om.servlet.impl.MimeTypeImpl"
+    	collection="collection">
+      <bind-xml name="mime-mapping" node="element"/>
+    </field>
+    <field name="welcomeFileList" transient="true" direct="true">
+        <bind-xml name="welcome-file-list" node="element"/>
+    </field>
+    <field name="errorPage" transient="true" direct="true">
+        <bind-xml name="error-page" node="element"/>
+    </field>
+    
+    <field name="securityConstraint" transient="true" direct="true">
+        <bind-xml name="security-constraint" node="element"/>
+    </field>
+    <field name="loginConfig" transient="true" direct="true">
+        <bind-xml name="login-config" node="element"/>
+    </field>
+    <!--field name="securityRole" transient="false" direct="true">
+        <bind-xml name="security-role" node="element"/>
+    </field-->
+    <field name="securityRoles"
+    	transient="false"
+    	type="org.apache.pluto.portalImpl.om.common.impl.SecurityRoleImpl"
+    	required="false"
+    	collection="collection">
+      <bind-xml name="security-role" node="element"/>
+    </field>
+    <field name="envEntry" transient="true" direct="true">
+        <bind-xml name="env-entry" node="element"/>
+    </field>
+    <field name="ejbRef" transient="true" direct="true">
+        <bind-xml name="ejb-ref" node="element"/>
+    </field>
+  </class>
+  
+</mapping>

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/data/xml/servletdefinitionmapping.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/tld/portlet.tld
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/tld/portlet.tld?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/tld/portlet.tld (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/tld/portlet.tld Wed Jul 20 18:38:12 2005
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE taglib PUBLIC
+  "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
+  "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
+<!-- 
+Copyright 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.
+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.
+-->
+<taglib>
+    <tlibversion>1.0</tlibversion>
+    <jspversion>1.1</jspversion>
+    <shortname>portlet</shortname>
+    <uri>http://java.sun.com/portlet</uri>
+    <tag>
+        <name>defineObjects</name>
+        <tagclass>org.apache.pluto.tags.DefineObjectsTag</tagclass>
+        <teiclass>org.apache.pluto.tags.DefineObjectsTag$TEI</teiclass>
+        <bodycontent>empty</bodycontent>
+    </tag>
+    <tag>
+        <name>param</name>
+        <tagclass>org.apache.pluto.tags.ParamTag</tagclass>
+        <bodycontent>empty</bodycontent>
+        <attribute>
+            <name>name</name>
+            <required>true</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>value</name>
+            <required>true</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+    </tag>
+    <tag>
+        <name>actionURL</name>
+        <tagclass>org.apache.pluto.tags.ActionURLTag</tagclass>
+        <teiclass>org.apache.pluto.tags.BasicURLTag$TEI</teiclass>
+        <bodycontent>JSP</bodycontent>
+        <attribute>
+            <name>windowState</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>portletMode</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>secure</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>var</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+    </tag>
+    <tag>
+        <name>renderURL</name>
+        <tagclass>org.apache.pluto.tags.RenderURLTag</tagclass>
+        <teiclass>org.apache.pluto.tags.BasicURLTag$TEI</teiclass>
+        <bodycontent>JSP</bodycontent>
+        <attribute>
+            <name>windowState</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>portletMode</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>secure</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+        <attribute>
+            <name>var</name>
+            <required>false</required>
+            <rtexprvalue>true</rtexprvalue>
+        </attribute>
+    </tag>
+    <tag>
+        <name>namespace</name>
+        <tagclass>org.apache.pluto.tags.NamespaceTag</tagclass>
+        <bodycontent>empty</bodycontent>
+    </tag>
+</taglib>
\ No newline at end of file

Added: geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/web.xml?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/web.xml (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/web.xml Wed Jul 20 18:38:12 2005
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Copyright 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.
+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.
+-->
+<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
+    version="2.4"
+    >
+
+    <display-name>Geronimo Console :: Portal Framework</display-name>
+
+    <servlet>
+        <display-name>Geronimo Console</display-name>
+        <servlet-name>se-console</servlet-name>
+        <servlet-class>org.apache.pluto.portalImpl.Servlet</servlet-class>
+    </servlet>
+
+    <servlet-mapping>
+        <servlet-name>se-console</servlet-name>
+        <url-pattern>/portal/*</url-pattern>
+    </servlet-mapping>
+    <servlet-mapping>
+        <servlet-name>se-console</servlet-name>
+        <url-pattern>/secure/*</url-pattern>
+    </servlet-mapping>
+
+    <security-constraint>
+        <web-resource-collection>
+            <web-resource-name></web-resource-name>
+            <url-pattern>/portal/*</url-pattern>
+            <http-method>GET</http-method>
+            <http-method>POST</http-method>
+            <http-method>PUT</http-method>
+        </web-resource-collection>
+        <auth-constraint>
+            <role-name>admin</role-name>
+        </auth-constraint>
+    </security-constraint>
+    <security-constraint>
+        <web-resource-collection>
+            <web-resource-name></web-resource-name>
+            <url-pattern>/secure/*</url-pattern>
+            <http-method>GET</http-method>
+            <http-method>POST</http-method>
+            <http-method>PUT</http-method>
+        </web-resource-collection>
+        <auth-constraint>
+            <role-name>admin</role-name>
+        </auth-constraint>
+        <user-data-constraint>
+            <transport-guarantee>CONFIDENTIAL</transport-guarantee>
+        </user-data-constraint>
+    </security-constraint>
+    <login-config>
+        <auth-method>FORM</auth-method>
+        <realm-name>geronimo-properties-realm</realm-name>
+        <form-login-config>
+            <form-login-page>/login.html</form-login-page>
+            <form-error-page>/loginerror.html</form-error-page>
+      </form-login-config>
+    </login-config>
+    <security-role>
+        <role-name>admin</role-name>
+    </security-role>
+
+</web-app>
+

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/trunk/sandbox/console-framework/src/webapp/about.jsp
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/about.jsp?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/about.jsp (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/about.jsp Wed Jul 20 18:38:12 2005
@@ -0,0 +1,237 @@
+<html>
+<head>
+<title>Geronimo Console Login</title>
+<link href="main.css" rel="stylesheet" type="text/css">
+
+  <script language="javascript">
+	  <!--
+		  function getFilename()
+			{
+			  return document.license.filename.value;
+			}
+			
+			function setFilename(newFilename)
+			{
+			  frames['licenseviewer'].location.href="doc/license/" + newFilename;
+			}
+			
+			function viewInitial()
+			{
+			  frames['licenseviewer'].location.href="doc/license/Apache_License-1.1.txt";
+			}
+		// -->
+	</script>	
+
+</head>
+
+<body onLoad="javascript:viewInitial()" leftmargin="0" topmargin="0" rightmargin="0">
+
+  <table width="100%"  border="0" cellspacing="0" cellpadding="0">
+    <tr>
+		  <td>
+			  <table width="100%" border="0" cellspacing="0" cellpadding="0">
+				  <tr>
+          <td class="Logo" width="200">GERONIMO CONSOLE</td>
+						<td class="Top">&nbsp;</td>
+					</tr>
+				</table>
+			</td>
+    </tr>
+    <tr>
+      <td>&nbsp;</td>
+    </tr>
+    <tr>
+      <td class="Content"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
+        <tr>
+          <td width="10">&nbsp;</td>
+          <td width="200px" valign="top"> 
+					  <div class="Menu"> 
+              <table width="100%"  border="0" cellpadding="0" cellspacing="0"> 
+                <tr> 
+                  <td>
+									  <div class="Selection"> 
+                      <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
+                        <tr> 
+                          <td class="CollapsedLeft"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="Indent"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="TopMiddle"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="CollapsedRight"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                        </tr> 
+                      </table> 
+                    </div>
+									</td> 
+								</tr>
+                <tr> 
+                  <td>
+									  <div class="Selection"> 
+                      <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
+                        <tr> 
+                          <td class="CollapsedLeft"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="Indent"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="TopMiddle">&lt;&lt;&nbsp;<a href="index.jsp">GERONIMO CONSOLE</a></td> 
+                          <td class="CollapsedRight"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                        </tr> 
+                      </table> 
+                    </div>
+									</td> 
+								</tr>
+                <tr> 
+                  <td>
+									  <div class="Selection"> 
+                      <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
+                        <tr> 
+                          <td class="CollapsedLeft"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="Indent"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="TopMiddle"><a href="javascript:setFilename('Apache_License-1.1.txt')">Apache_License-1.1.txt</a></td> 
+                          <td class="CollapsedRight"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                        </tr> 
+                      </table> 
+                    </div>
+									</td> 
+								</tr>
+                <tr> 
+                  <td>
+									  <div class="Selection"> 
+                      <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
+                        <tr> 
+                          <td class="CollapsedLeft"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="Indent"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="TopMiddle"><a href="javascript:setFilename('Apache_License-2.0.txt')">Apache_License-2.0.txt</a></td> 
+                          <td class="CollapsedRight"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                        </tr> 
+                      </table> 
+                    </div>
+									</td> 
+								</tr>
+                <tr> 
+                  <td>
+									  <div class="Selection"> 
+                      <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
+                        <tr> 
+                          <td class="CollapsedLeft"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="Indent"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="TopMiddle"><a href="javascript:setFilename('Castor_License.txt')">Castor_License.txt</a></td> 
+                          <td class="CollapsedRight"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                        </tr> 
+                      </table> 
+                    </div>
+									</td> 
+								</tr>
+                <tr> 
+                  <td>
+									  <div class="Selection"> 
+                      <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
+                        <tr> 
+                          <td class="CollapsedLeft"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="Indent"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="TopMiddle"><a href="javascript:setFilename('dom4j_License.txt')">dom4j_License.txt</a></td> 
+                          <td class="CollapsedRight"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                        </tr> 
+                      </table> 
+                    </div>
+									</td> 
+								</tr>
+                <tr> 
+                  <td>
+									  <div class="Selection"> 
+                      <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
+                        <tr> 
+                          <td class="CollapsedLeft"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="Indent"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="TopMiddle"><a href="javascript:setFilename('HOWL_License.txt')">HOWL_License.txt</a></td> 
+                          <td class="CollapsedRight"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                        </tr> 
+                      </table> 
+                    </div>
+									</td> 
+								</tr>
+                <tr> 
+                  <td>
+									  <div class="Selection"> 
+                      <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
+                        <tr> 
+                          <td class="CollapsedLeft"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="Indent"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="TopMiddle"><a href="javascript:setFilename('jdbm_License.txt')">jdbm_License.txt</a></td> 
+                          <td class="CollapsedRight"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                        </tr> 
+                      </table> 
+                    </div>
+									</td> 
+								</tr>
+                <tr> 
+                  <td>
+									  <div class="Selection"> 
+                      <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
+                        <tr> 
+                          <td class="CollapsedLeft"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="Indent"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="TopMiddle"><a href="javascript:setFilename('Sun_Binary_Code_License.txt')">Sun_Binary_Code_License.txt</a></td> 
+                          <td class="CollapsedRight"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                        </tr> 
+                      </table> 
+                    </div>
+									</td> 
+								</tr>
+                <tr> 
+                  <td>
+									  <div class="Selection"> 
+                      <table width="100%" border="0" cellpadding="0" cellspacing="0"> 
+                        <tr> 
+                          <td class="CollapsedLeft"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="Indent"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="TopMiddle"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                          <td class="CollapsedRight"><img src="<%=request.getContextPath()%>/images/spacer.gif" width="1" height="1"></td> 
+                        </tr> 
+                      </table> 
+                    </div>
+									</td> 
+								</tr>
+						  </table>
+					  </div>
+					</td>
+          <td width="10">&nbsp;</td>
+          <td valign="top"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
+            <tr>
+              <td class="TopLeft">&nbsp;</td>
+              <td class="Title">Geronimo Console&#8482; - LICENSE VIEWER </td>
+              <td width="10" class="TopRight">&nbsp;</td>
+            </tr>
+            <tr>
+              <td class="Left">&nbsp;</td>
+              <td class="Body">&nbsp;</td>
+              <td class="Right">&nbsp;</td>
+            </tr>
+            <tr>
+              <td class="Left">&nbsp;</td>
+              <td class="Body">
+                <iframe name="licenseviewer" src="" width="100%" height="800"> </iframe>
+              </td>
+              <td class="Right">&nbsp;</td>
+            </tr>
+            <tr>
+              <td class="Left">&nbsp;</td>
+              <td class="Body">&nbsp;</td>
+              <td class="Right">&nbsp;</td>
+            </tr>
+            <tr>
+              <td class="BottomLeft">&nbsp;</td>
+              <td class="Footer">&nbsp;</td>
+              <td width="10" class="BottomRight">&nbsp;</td>
+            </tr>
+          </table></td>
+          <td width="10">&nbsp;</td>
+        </tr>
+      </table></td>
+    </tr>
+    <tr>
+      <td>&nbsp;</td>
+    </tr>
+  </table>
+
+	<form name="license">
+	  <input type="hidden" name="filename" value="doc/license/Apache_License-1.1.txt">
+	</form>
+ 
+</body>
+</html>
\ No newline at end of file

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/about.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Apache_License-1.1.txt
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Apache_License-1.1.txt?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Apache_License-1.1.txt (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Apache_License-1.1.txt Wed Jul 20 18:38:12 2005
@@ -0,0 +1,53 @@
+/* ====================================================================
+ * The Apache Software License, Version 1.1
+ *
+ * Copyright (c) 2001 The Apache Software Foundation.  All rights
+ * reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ *
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in
+ *    the documentation and/or other materials provided with the
+ *    distribution.
+ *
+ * 3. The end-user documentation included with the redistribution,
+ *    if any, must include the following acknowledgment:
+ *       "This product includes software developed by the
+ *        Apache Software Foundation (http://www.apache.org/)."
+ *    Alternately, this acknowledgment may appear in the software itself,
+ *    if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "Apache" and "Apache Software Foundation" and
+ *    "Apache BCEL" must not be used to endorse or promote products
+ *    derived from this software without prior written permission. For
+ *    written permission, please contact apache@apache.org.
+ *
+ * 5. Products derived from this software may not be called "Apache",
+ *    "Apache BCEL", nor may "Apache" appear in their name, without
+ *    prior written permission of the Apache Software Foundation.
+ *
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ * ====================================================================
+ *
+ * This software consists of voluntary contributions made by many
+ * individuals on behalf of the Apache Software Foundation.  For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
+ */

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Apache_License-1.1.txt
------------------------------------------------------------------------------
    svn:eol-style = native

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

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Apache_License-2.0.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Castor_License.txt
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Castor_License.txt?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Castor_License.txt (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Castor_License.txt Wed Jul 20 18:38:12 2005
@@ -0,0 +1,38 @@
+Copyright 1999-2004 (C) Intalio Inc., and others. All Rights Reserved.
+
+  Redistribution and use of this software and associated documentation
+  ("Software"), with or without modification, are permitted provided
+  that the following conditions are met:
+
+  1. Redistributions of source code must retain copyright statements
+     and notices. Redistributions must also contain a copy of this
+     document.
+
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in the
+     documentation and/or other materials provided with the distribution.
+
+  3. The name "ExoLab" must not be used to endorse or promote products
+     derived from this Software without prior written permission of
+     Intalio Inc. For written permission, please contact info@exolab.org.
+
+  4. Products derived from this Software may not be called "Castor"
+     nor may "Castor" appear in their names without prior written
+     permission of Intalio Inc. Exolab, Castor and Intalio are
+     trademarks of Intalio Inc.
+
+  5. Due credit should be given to the ExoLab Project
+     (http://www.exolab.org/).
+
+  THIS SOFTWARE IS PROVIDED BY INTALIO AND CONTRIBUTORS ``AS IS'' AND
+  ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+  PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO OR ITS
+  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+  PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+  OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+  USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+  DAMAGE.
\ No newline at end of file

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Castor_License.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/HOWL_License.txt
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/HOWL_License.txt?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/HOWL_License.txt (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/HOWL_License.txt Wed Jul 20 18:38:12 2005
@@ -0,0 +1,8 @@
+ Copyright (c) 2004, Bull S. A., All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/HOWL_License.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Sun_Binary_Code_License.txt
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Sun_Binary_Code_License.txt?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Sun_Binary_Code_License.txt (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Sun_Binary_Code_License.txt Wed Jul 20 18:38:12 2005
@@ -0,0 +1,216 @@
+Sun Microsystems, Inc.
+Binary Code License Agreement
+
+READ THE TERMS OF THIS AGREEMENT AND ANY PROVIDED
+SUPPLEMENTAL LICENSE TERMS (COLLECTIVELY "AGREEMENT")
+CAREFULLY BEFORE OPENING THE SOFTWARE MEDIA PACKAGE.
+BY OPENING THE SOFTWARE MEDIA PACKAGE, YOU AGREE TO
+THE TERMS OF THIS AGREEMENT.  IF YOU ARE ACCESSING
+THE SOFTWARE ELECTRONICALLY, INDICATE YOUR ACCEPTANCE
+OF THESE TERMS BY SELECTING THE "ACCEPT" BUTTON AT
+THE END OF THIS AGREEMENT.  IF YOU DO NOT AGREE TO
+ALL THESE TERMS, PROMPTLY RETURN THE UNUSED SOFTWARE
+TO YOUR PLACE OF PURCHASE FOR A REFUND OR, IF THE
+SOFTWARE IS ACCESSED ELECTRONICALLY, SELECT THE
+"DECLINE" BUTTON AT THE END OF THIS AGREEMENT.
+
+1.  LICENSE TO USE.
+  Sun grants you a non-exclusive and non-transferable
+  license for the internal use only of the
+  accompanying software and documentation and any
+  error corrections provided by Sun (collectively
+  "Software"), by the number of users and the class
+  of computer hardware for which the corresponding
+  fee has been paid.
+
+2.  RESTRICTIONS.
+  Software is confidential and copyrighted. Title to
+  Software and all associated intellectual property
+  rights is retained by Sun and/or its licensors.
+  Except as specifically authorized in any
+  Supplemental License Terms, you may not make copies
+  of Software, other than a single copy of Software
+  for archival purposes.  Unless enforcement is
+  prohibited by applicable law, you may not modify,
+  decompile, or reverse engineer Software.  Licensee
+  acknowledges that Software is not designed or
+  intended for use in the design, construction,
+  operation or maintenance of any nuclear
+  facility. Sun Microsystems, Inc. disclaims any
+  express or implied warranty of fitness for such
+  uses.  No right, title or interest in or to any
+  trademark, service mark, logo or trade name of Sun
+  or its licensors is granted under this Agreement.
+
+3.  LIMITED WARRANTY.
+  Sun warrants to you that for a period of ninety
+  (90) days from the date of purchase, as evidenced
+  by a copy of the receipt, the media on which
+  Software is furnished (if any) will be free of
+  defects in materials and workmanship under normal
+  use.  Except for the foregoing, Software is
+  provided "AS IS".  Your exclusive remedy and Sun's
+  entire liability under this limited warranty will
+  be at Sun's option to replace Software media or
+  refund the fee paid for Software.
+
+4.  DISCLAIMER OF WARRANTY.
+  UNLESS SPECIFIED IN THIS AGREEMENT, ALL EXPRESS OR
+  IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES,
+  INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE OR
+  NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE
+  EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE
+  LEGALLY INVALID.
+
+5.  LIMITATION OF LIABILITY.
+  TO THE EXTENT NOT PROHIBITED BY LAW, IN NO EVENT
+  WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST
+  REVENUE, PROFIT OR DATA, OR FOR SPECIAL, INDIRECT,
+  CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES,
+  HOWEVER CAUSED REGARDLESS OF THE THEORY OF
+  LIABILITY, ARISING OUT OF OR RELATED TO THE USE OF
+  OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN
+  ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.  In no
+  event will Sun's liability to you, whether in
+  contract, tort (including negligence), or
+  otherwise, exceed the amount paid by you for
+  Software under this Agreement.  The foregoing
+  limitations will apply even if the above stated
+  warranty fails of its essential purpose.
+
+6.  Termination.
+  This Agreement is effective until terminated.  You
+  may terminate this Agreement at any time by
+  destroying all copies of Software.  This Agreement
+  will terminate immediately without notice from Sun
+  if you fail to comply with any provision of this
+  Agreement.  Upon Termination, you must destroy all
+  copies of Software.
+
+7.  Export Regulations.
+  All Software and technical data delivered under
+  this Agreement are subject to US export control
+  laws and may be subject to export or import
+  regulations in other countries.  You agree to
+  comply strictly with all such laws and regulations
+  and acknowledge that you have the responsibility to
+  obtain such licenses to export, re-export, or
+  import as may be required after delivery to you.
+
+8.  U.S. Government Restricted Rights.
+  If Software is being acquired by or on behalf of
+  the U.S. Government or by a U.S. Government prime
+  contractor or subcontractor (at any tier), then the
+  Government's rights in Software and accompanying
+  documentation will be only as set forth in this
+  Agreement; this is in accordance with 48 CFR
+  227.7201 through 227.7202-4 (for Department of
+  Defense (DOD) acquisitions) and with 48 CFR 2.101
+  and 12.212 (for non-DOD acquisitions).
+
+9.  Governing Law.
+  Any action related to this Agreement will be
+  governed by California law and controlling
+  U.S. federal law.  No choice of law rules of any
+  jurisdiction will apply.
+
+10. Severability.
+  If any provision of this Agreement is held to be
+  unenforceable, this Agreement will remain in effect
+  with the provision omitted, unless omission would
+  frustrate the intent of the parties, in which case
+  this Agreement will immediately terminate.
+
+11. Integration.
+  This Agreement is the entire agreement between you
+  and Sun relating to its subject matter.  It
+  supersedes all prior or contemporaneous oral or
+  written communications, proposals, representations
+  and warranties and prevails over any conflicting or
+  additional terms of any quote, order,
+  acknowledgment, or other communication between the
+  parties relating to its subject matter during the
+  term of this Agreement.  No modification of this
+  Agreement will be binding, unless in writing and
+  signed by an authorized representative of each
+  party.
+
+For inquiries please contact:
+Sun Microsystems, Inc.
+4150 Network Circle
+Santa Clara, California 95054.
+
+
+DEVELOPMENT TOOLS
+
+JVMSTAT 3.0
+
+SUPPLEMENTAL LICENSE TERMS
+
+These supplemental license terms ("Supplemental
+Terms") add to or modify the terms of the Binary Code
+License Agreement (collectively, the
+"Agreement"). Capitalized terms not defined in these
+Supplemental Terms shall have the same meanings
+ascribed to them in the Agreement. These Supplemental
+Terms shall supersede any inconsistent or conflicting
+terms in the Binary Code License Agreement, or in any
+license contained within the Software.
+
+A. Software Internal Use and Development License Grant.
+  Subject to the terms and conditions of this
+  Agreement, including, but not limited to Section B
+  (Java Technology Restrictions) of these
+  Supplemental Terms, Sun grants you a non-exclusive,
+  non-transferable, limited license to reproduce
+  internally and use internally the binary form of
+  the Software complete and unmodified for the sole
+  purpose of designing, developing and testing your
+  Java applets and applications intended to run on
+  the Java platform ("Programs").
+
+B. Java Technology Restrictions.
+  You may not create, modify, or change the behavior
+  of, or authorize your licensees to create, modify,
+  or change the behavior of, classes, interfaces, or
+  subpackages that are in any way identified as
+  "java", "javax", "sun" or similar convention as
+  specified by Sun in any naming convention
+  designation.
+
+C. Trademarks and Logos.
+  You acknowledge and agree as between you and Sun
+  that Sun owns the SUN, SOLARIS, JAVA, JINI, FORTE,
+  and iPLANET trademarks and all SUN, SOLARIS, JAVA,
+  JINI, FORTE, and iPLANET-related trademarks,
+  service marks, logos and other brand designations
+  ("Sun Marks"), and you agree to comply with the Sun
+  Trademark and Logo Usage Requirements currently
+  located at
+  http://www.sun.com/policies/trademarks. Any use you
+  make of the Sun Marks inures to Sun's benefit.
+
+D. Source Code.
+  Software may contain source code that is provided
+  solely for reference purposes pursuant to the terms
+  of this Agreement.  Source code may not be
+  redistributed unless expressly provided for in this
+  Agreement.
+
+E. Termination for Infringement.
+  Either party may terminate this Agreement
+  immediately should any Software become, or in
+  either party's opinion be likely to become, the
+  subject of a claim of infringement of any
+  intellectual property right.
+
+For inquiries please contact:
+Sun Microsystems, Inc.
+4150 Network Circle, Santa Clara
+California 95054
+
+(LFI#143715/Form ID#011801)
+
+
+

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/Sun_Binary_Code_License.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/dom4j_License.txt
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/dom4j_License.txt?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/dom4j_License.txt (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/dom4j_License.txt Wed Jul 20 18:38:12 2005
@@ -0,0 +1,11 @@
+ Redistribution and use of this software and associated documentation ("Software"), with or without modification, are permitted provided that the following conditions are met:
+
+   1. Redistributions of source code must retain copyright statements and notices. Redistributions must also contain a copy of this document.
+   2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
+   3. The name "DOM4J" must not be used to endorse or promote products derived from this Software without prior written permission of MetaStuff, Ltd. For written permission, please contact dom4j-info@metastuff.com.
+   4. Products derived from this Software may not be called "DOM4J" nor may "DOM4J" appear in their names without prior written permission of MetaStuff, Ltd. DOM4J is a registered trademark of MetaStuff, Ltd.
+   5. Due credit should be given to the DOM4J Project - http://www.dom4j.org
+
+THIS SOFTWARE IS PROVIDED BY METASTUFF, LTD. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL METASTUFF, LTD. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Copyright 2001-2004 (C) MetaStuff, Ltd. All Rights Reserved.
\ No newline at end of file

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/dom4j_License.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/jdbm_License.txt
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/jdbm_License.txt?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/jdbm_License.txt (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/jdbm_License.txt Wed Jul 20 18:38:12 2005
@@ -0,0 +1,46 @@
+/**
+ * JDBM LICENSE v1.00
+ *
+ * Redistribution and use of this software and associated documentation
+ * ("Software"), with or without modification, are permitted provided
+ * that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain copyright
+ *    statements and notices.  Redistributions must also contain a
+ *    copy of this document.
+ *
+ * 2. Redistributions in binary form must reproduce the
+ *    above copyright notice, this list of conditions and the
+ *    following disclaimer in the documentation and/or other
+ *    materials provided with the distribution.
+ *
+ * 3. The name "JDBM" must not be used to endorse or promote
+ *    products derived from this Software without prior written
+ *    permission of Cees de Groot.  For written permission,
+ *    please contact cg@cdegroot.com.
+ *
+ * 4. Products derived from this Software may not be called "JDBM"
+ *    nor may "JDBM" appear in their names without prior written
+ *    permission of Cees de Groot.
+ *
+ * 5. Due credit should be given to the JDBM Project
+ *    (http://jdbm.sourceforge.net/).
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE JDBM PROJECT AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
+ * NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL
+ * CEES DE GROOT OR ANY CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
+ * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * Copyright 2000 (C) Cees de Groot. All Rights Reserved.
+ * Contributions are Copyright (C) 2000 by their associated contributors.
+ *
+ * $Id: LICENSE.txt,v 1.1 2000/05/05 23:59:52 boisvert Exp $
+ */

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/doc/license/jdbm_License.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/trunk/sandbox/console-framework/src/webapp/favicon.ico
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/favicon.ico?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/add.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/add.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/add.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/back.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/back.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/back.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/browse.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/browse.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/browse.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/bullet.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/bullet.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/bullet.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/cancel.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/cancel.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/cancel.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/clear.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/clear.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/clear.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/collapsed_white.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/collapsed_white.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/collapsed_white.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/create.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/create.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/create.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/delete.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/delete.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/delete.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/expanded_white.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/expanded_white.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/expanded_white.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/install.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/install.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/install.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/joe_logo.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/joe_logo.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/joe_logo.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/mgmtconsole.jpg
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/mgmtconsole.jpg?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/mgmtconsole.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/related_links.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/related_links.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/related_links.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/reset.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/reset.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/reset.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/run_sql.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/run_sql.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/run_sql.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/spacer.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/spacer.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/spacer.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/submit.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/submit.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/submit.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/images/update.gif
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/images/update.gif?rev=219976&view=auto
==============================================================================
Binary file - no diff available.

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/images/update.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: geronimo/trunk/sandbox/console-framework/src/webapp/index.jsp
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/index.jsp?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/index.jsp (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/index.jsp Wed Jul 20 18:38:12 2005
@@ -0,0 +1,4 @@
+<%@ page language="java" %>
+<%
+	response.sendRedirect("./portal/info");
+%>
\ No newline at end of file

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/index.jsp
------------------------------------------------------------------------------
    svn:eol-style = native

Added: geronimo/trunk/sandbox/console-framework/src/webapp/js/forms.js
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/console-framework/src/webapp/js/forms.js?rev=219976&view=auto
==============================================================================
--- geronimo/trunk/sandbox/console-framework/src/webapp/js/forms.js (added)
+++ geronimo/trunk/sandbox/console-framework/src/webapp/js/forms.js Wed Jul 20 18:38:12 2005
@@ -0,0 +1,34 @@
+function textElementsNotEmpty(formName, elementNameArray){
+    var obj;
+    for(i in elementNameArray){
+        var elem = elementNameArray[i];
+        obj = eval("document." + formName + "." + elem); 
+        if(isEmptyString(obj.value)){
+            alert(elem + " must not be empty.");
+            obj.focus(); 
+            return false;             
+        }
+    }
+    return true;
+}
+function isEmptyString(value){
+    return value.length < 1;
+}
+function checkIntegral(formName, elementName){
+    var obj = eval("document." + formName + "." + elementName); 
+    if(isIntegral(obj.value)) return true;
+    else{
+        alert(elementName + " must be an integer.");
+        obj.focus();
+        return false;
+    }
+}
+
+function isIntegral(value){
+    var ints = "1234567890";
+    for(i = 0; i < value.length; i++){
+        if(ints.indexOf(value.charAt(i)) < 0) return false;
+    }
+    return true;
+}
+    
\ No newline at end of file

Propchange: geronimo/trunk/sandbox/console-framework/src/webapp/js/forms.js
------------------------------------------------------------------------------
    svn:eol-style = native