martinc     02/01/11 21:38:45

  Modified:    .        Tag: STRUTS_1_0_BRANCH build-webapp.xml build.xml
               conf/share Tag: STRUTS_1_0_BRANCH MANIFEST.MF
  Log:
  - Update for Struts 1.0.1 release.
  - Add license file to struts.jar.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +1 -1      jakarta-struts/build-webapp.xml
  
  Index: build-webapp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build-webapp.xml,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- build-webapp.xml  23 Apr 2001 20:35:33 -0000      1.4
  +++ build-webapp.xml  12 Jan 2002 05:38:45 -0000      1.4.2.1
  @@ -115,7 +115,7 @@
   <property name="webapp.src"            value="src/${webapp.name}" />
   
   <!-- The version number of this particular web application -->
  -<property name="webapp.version"        value="1.0" />
  +<property name="webapp.version"        value="1.0.1" />
   
   <!-- The name of the web application archive file to be produced -->
   <property name="webapp.war"            value="${webapp.name}.war" />
  
  
  
  1.52.2.2  +4 -1      jakarta-struts/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.xml,v
  retrieving revision 1.52.2.1
  retrieving revision 1.52.2.2
  diff -u -r1.52.2.1 -r1.52.2.2
  --- build.xml 14 Jun 2001 16:35:54 -0000      1.52.2.1
  +++ build.xml 12 Jan 2002 05:38:45 -0000      1.52.2.2
  @@ -82,7 +82,7 @@
       <property name="project.name" value="jakarta-struts"/>
   
       <!-- Version of the project -->
  -    <property name="project.version" value="1.0"/>
  +    <property name="project.version" value="1.0.1"/>
   
   
   <!-- ========== Derived Properties ======================================== -->
  @@ -144,6 +144,9 @@
           Create directories and copy files for the core struts library
   -->
       <target name="prepare.library" depends="init">
  +        <mkdir dir="${build.home}/library/classes/META-INF"/>
  +        <copy file="LICENSE"
  +            tofile="${build.home}/library/classes/META-INF/LICENSE.txt"/>
           <mkdir dir="${build.home}/library/classes/META-INF/tlds"/>
           <copy file="${conf.share.dir}/struts.tld"
               tofile="${build.home}/library/classes/META-INF/taglib.tld"/>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +1 -1      jakarta-struts/conf/share/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/MANIFEST.MF,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- MANIFEST.MF       18 Mar 2001 17:58:51 -0000      1.1
  +++ MANIFEST.MF       12 Jan 2002 05:38:45 -0000      1.1.2.1
  @@ -6,5 +6,5 @@
   Implementation-Title: Struts Framework
   Implementation-Vendor: Apache Software Foundation
   Implementation-Vendor-Id: org.apache
  -Implementation-Version: 1.0
  +Implementation-Version: 1.0.1
   
  
  
  

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

Reply via email to