You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/07/02 16:42:55 UTC

cvs commit: jakarta-jetspeed-2/portal/test/deployment/deploy/security-app/WEB-INF portlet.xml web.xml

weaver      2004/07/02 07:42:55

  Added:       portal/test/deployment/deploy/security-app/WEB-INF
                        portlet.xml web.xml
  Log:
  Adde directory war structure to test that the deployment
  manager treats both war files and war file-like structures
  in the same fashion
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed-2/portal/test/deployment/deploy/security-app/WEB-INF/portlet.xml
  
  Index: portlet.xml
  ===================================================================
  <?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.
  -->
  <portlet-app id="TestSecurityRoles" version="1.0">
   <portlet id="TestPortlet">
      <portlet-name>TestPortlet</portlet-name>
      <portlet-class>org.apache.jetspeed.portlet.helloworld.HelloWorld</portlet-class>
      <display-name lang="en">HelloWorld Portlet Wrapper</display-name>
      <description lang="en">This is a desciption of the HelloWorld portlet</description>
      <expiration-cache>-1</expiration-cache>
      <supports id="Minimal support">
        <mime-type>text/html</mime-type>
        <portlet-mode>EDIT</portlet-mode>
        <portlet-mode>VIEW</portlet-mode>
        <portlet-mode>HELP</portlet-mode>
      </supports>
      <portlet-info>
        <title>HelloWorldTitle</title>
        <short-title>This is the short title</short-title>
        <keywords>Test,David</keywords>
      </portlet-info>
      <portlet-preferences>
        <preference>
          <name>time-server</name>
          <value>http://timeserver.myco.com</value>
          <value>http://timeserver.foo.com</value>
          <read-only>false</read-only>
        </preference>
        <preference>
          <name>port</name>
          <value>404</value>
          <read-only>true</read-only>
        </preference>
      </portlet-preferences>
  
    </portlet>
  
   </portlet-app>
  
  
  
  
  
  1.1                  jakarta-jetspeed-2/portal/test/deployment/deploy/security-app/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  <?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.
  -->
  <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
                           "http://java.sun.com/dtd/web-app_2_3.dtd">
  <web-app>
    <display-name>Jetspeed Container Application</display-name>
    <description>MVC Servlet for Jetspeed Portlet Applications</description>
  
  
    <!-- The Usual Welcome File List -->
    <welcome-file-list>
      <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
  
  
  
  </web-app>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org