yoavs       2004/05/26 09:48:26

  Modified:    .        build.xml
  Log:
  Minor fixes
  
  Revision  Changes    Path
  1.185     +3 -3      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.184
  retrieving revision 1.185
  diff -u -r1.184 -r1.185
  --- build.xml 4 May 2004 16:29:42 -0000       1.184
  +++ build.xml 26 May 2004 16:48:26 -0000      1.185
  @@ -12,7 +12,7 @@
   
     <!-- Project Properties -->
     <property name="name"                  value="Apache Tomcat" />
  -  <property name="year"                  value="2003" />
  +  <property name="year"                  value="2004" />
     <property name="version"               value="5.0" />
     <property name="project"               value="jakarta-tomcat" />
     <property name="final.name"            value="${project}-${version}" />
  @@ -627,9 +627,9 @@
   
     </target>
   
  -  <!-- ====================== Embeded target =================== -->
  +  <!-- ====================== Embed target =================== -->
   
  -  <target name="embed" description="Create a set of jars for embeded tomcat" > 
  +  <target name="embed" description="Create a set of jars for embedded tomcat" > 
       <!-- Generic libraries ( share ?) -->
       <copy todir="embed/lib" file="${commons-logging.jar}"/>
       <copy todir="embed/lib" file="${commons-digester.jar}"/>
  
  
  

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

Reply via email to