You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ce...@apache.org on 2002/05/24 12:17:13 UTC

cvs commit: jakarta-struts/contrib/tiles build-webapp.xml

cedric      02/05/24 03:17:13

  Modified:    contrib/tiles build-webapp.xml
  Log:
  Allow serialization of I18nFactorySet
  Allow default classtype for attribute <item classtype="" >
  Update documentation
  Add automatic date in manifest.mf (set by build).
  
  Revision  Changes    Path
  1.5       +5 -2      jakarta-struts/contrib/tiles/build-webapp.xml
  
  Index: build-webapp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/tiles/build-webapp.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- build-webapp.xml	22 Feb 2002 13:00:56 -0000	1.4
  +++ build-webapp.xml	24 May 2002 10:17:13 -0000	1.5
  @@ -1,3 +1,5 @@
  +<?xml version="1.0"?>
  +
   <project name="Generic Webapp" default="compile" basedir=".">
   
   <!--
  @@ -199,7 +201,7 @@
   
     <!-- Should we copy Tiles library and TLD files? -->
     <available property="webapp.tiles"    file="${tiles.libs}" />
  -  
  +
   </target>
   
   
  @@ -340,10 +342,11 @@
           your completed web application, suitable for deployment on any
           compatible servlet container.
   -->
  -<target name="dist" 
  +<target name="dist"
           description="Create web application archive">
     <echo    message="Processing webapp ${webapp.name}"/>
     <jar  jarfile="${webapp.dist}/${webapp.war}"
  +        manifest="${build.home}/library/classes/META-INF/MANIFEST.MF"
           basedir="${webapp.target}"/>
   </target>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>