taylor      2004/11/14 21:53:56

  Modified:    applications/demo/src/webapp/WEB-INF jetspeed-portlet.xml
                        portlet.xml
               applications/demo project.xml
  Log:
  updated the demo app to demo.war instead of HW_App.war
  the portlet application is also called demo now
  
  Revision  Changes    Path
  1.8       +1 -1      
jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/jetspeed-portlet.xml
  
  Index: jetspeed-portlet.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/jetspeed-portlet.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jetspeed-portlet.xml      13 Oct 2004 20:01:43 -0000      1.7
  +++ jetspeed-portlet.xml      15 Nov 2004 05:53:55 -0000      1.8
  @@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
   -->
  -<portlet-app id="HW_App" version="1.0" 
  +<portlet-app id="demo" version="1.0" 
       xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"; 
       xmlns:js="http://portals.apache.org/jetspeed"; 
       xmlns:dc="http://www.purl.org/dc";>
  
  
  
  1.23      +1 -1      
jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/portlet.xml
  
  Index: portlet.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/applications/demo/src/webapp/WEB-INF/portlet.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- portlet.xml       12 Nov 2004 06:32:31 -0000      1.22
  +++ portlet.xml       15 Nov 2004 05:53:55 -0000      1.23
  @@ -14,7 +14,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
   -->
  -<portlet-app id="HW_App" version="1.0">
  +<portlet-app id="demo" version="1.0">
     <portlet id="HelloPortlet">
       <init-param>
         <description>test init param</description>
  
  
  
  1.21      +9 -9      jakarta-jetspeed-2/applications/demo/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/demo/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml       12 Nov 2004 06:32:31 -0000      1.20
  +++ project.xml       15 Nov 2004 05:53:56 -0000      1.21
  @@ -68,15 +68,6 @@
               </properties>
           </dependency>
           <dependency>
  -            <groupId>velocity</groupId>
  -            <artifactId>velocity</artifactId>
  -            <version>1.4-rc1</version>
  -            <type>jar</type>
  -            <properties>
  -                <war.bundle>true</war.bundle>
  -            </properties>
  -        </dependency>
  -        <dependency>
               <groupId>servletapi</groupId>
               <artifactId>servletapi</artifactId>
               <version>2.3</version>
  @@ -146,6 +137,15 @@
                   <war.bundle>true</war.bundle>
               </properties>
           </dependency>
  +             <dependency>
  +            <groupId>jetspeed2</groupId>
  +            <artifactId>jetspeed-web-content</artifactId>
  +            <version>2.0-a1-dev</version>
  +            <type>jar</type>
  +            <properties>
  +                <war.bundle>true</war.bundle>
  +            </properties>
  +        </dependency>                
       </dependencies>
       <build>
           <sourceDirectory>src/java</sourceDirectory>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to