You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by lu...@apache.org on 2003/02/05 00:41:01 UTC

cvs commit: jakarta-tomcat-5 RELEASE-NOTES build.properties.default build.xml

luehe       2003/02/04 15:41:01

  Modified:    .        RELEASE-NOTES build.properties.default build.xml
  Log:
  Integrated commons-el
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tomcat-5/RELEASE-NOTES
  
  Index: RELEASE-NOTES
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/RELEASE-NOTES,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RELEASE-NOTES	9 Oct 2002 10:06:07 -0000	1.1
  +++ RELEASE-NOTES	4 Feb 2003 23:41:01 -0000	1.2
  @@ -59,7 +59,7 @@
   * jasper-compiler.jar (Jasper 2 Compiler)
   * jasper-runtime.jar (Jasper 2 Runtime)
   * jsp-api.jar (JSP 2.0 API)
  -* jsp20el.jar (JSP 2.0 Expression Language)
  +* commons-el.jar (JSP 2.0 Expression Language)
   * naming-common.jar (JNDI Context implementation)
   * naming-factory.jar (JNDI object factories)
   * naming-resources.jar (JNDI DirContext implementations)
  
  
  
  1.65      +9 -1      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- build.properties.default	31 Jan 2003 19:01:56 -0000	1.64
  +++ build.properties.default	4 Feb 2003 23:41:01 -0000	1.65
  @@ -74,6 +74,14 @@
   commons-digester.loc=jakarta-commons/digester
   
   
  +# ----- Commons Expression Language (EL) -----
  +commons-el.home=${base.path}/commons-el
  +commons-el.lib=${commons-el.home}
  +commons-el.jar=${commons-el.lib}/commons-el.jar
  +commons-el.loc=jakarta-commons/el
  +commons-el.cvs.loc=jakarta-commons/el
  +
  +
   # ----- Commons Logging, version 1.0.1 or later -----
   commons-logging.home=${base.path}/commons-logging-1.0.2
   commons-logging.lib=${commons-logging.home}
  
  
  
  1.75      +6 -0      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- build.xml	31 Jan 2003 18:55:04 -0000	1.74
  +++ build.xml	4 Feb 2003 23:41:01 -0000	1.75
  @@ -1013,6 +1013,12 @@
         <param name="destfile" value="${commons-modeler.jar}"/>
       </antcall>
   
  +    <antcall target="cvsbuild">
  +      <param name="location" value="${commons-el.cvs.loc}"/>
  +      <param name="subdir" value="${commons-el.home}"/>
  +      <param name="destfile" value="${commons-el.jar}"/>
  +    </antcall>
  +
       <antcall target="downloadfile">
         <param name="sourcefile" value="${nsis.loc}"/>
         <param name="destfile" value="${nsis.exe}"/>
  
  
  

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