martinc     2002/12/21 22:13:08

  Modified:    .        build.properties.sample
               conf/share MANIFEST.MF
               contrib/struts-el build.properties.sample
  Log:
  Missed some references to commons-services in previous commit to remove it
  as a dependency.
  
  Revision  Changes    Path
  1.20      +1 -5      jakarta-struts/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.properties.sample,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.properties.sample   22 Dec 2002 04:42:24 -0000      1.19
  +++ build.properties.sample   22 Dec 2002 06:13:07 -0000      1.20
  @@ -63,10 +63,6 @@
   # from the Jakarta Commons project.
   
commons-resources.jar=${commons-sandbox-lib.home}/resources/target/commons-resources-1.0-dev.jar
   
  -# The JAR file containing a recent version of the SERVICES package
  -# from the Jakarta Commons project.
  -commons-services.jar=${commons-sandbox-lib.home}/services/dist/commons-services.jar
  -
   # The JAR file containing a recent version of the VALIDATOR package
   # from the Jakarta Commons project.
   commons-validator.jar=${commons-lib.home}/validator/dist/commons-validator.jar
  
  
  
  1.4       +0 -1      jakarta-struts/conf/share/MANIFEST.MF
  
  Index: MANIFEST.MF
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/conf/share/MANIFEST.MF,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MANIFEST.MF       29 Aug 2002 02:02:42 -0000      1.3
  +++ MANIFEST.MF       22 Dec 2002 06:13:08 -0000      1.4
  @@ -13,6 +13,5 @@
   Class-Path: commons-digester.jar
   Class-Path: commons-logging.jar
   Class-Path: commons-pool.jar
  -Class-Path: commons-services.jar
   Class-Path: commons-validator.jar
   Class-Path: jakarta-oro.jar
  
  
  
  1.2       +1 -5      jakarta-struts/contrib/struts-el/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/contrib/struts-el/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample   26 Sep 2002 04:54:37 -0000      1.1
  +++ build.properties.sample   22 Dec 2002 06:13:08 -0000      1.2
  @@ -44,10 +44,6 @@
   # from the Jakarta Commons project.
   commons-pool.jar     = <path to commons-pool.jar>
   
  -# The JAR file containing a recent version of the SERVICES package
  -# from the Jakarta Commons project.
  -commons-services.jar = <path to commons-services.jar>
  -
   # The JAR file containing a recent version of the VALIDATOR package
   # from the Jakarta Commons project.
   commons-validator.jar        = <path to commons-validator.jar>
  
  
  

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

Reply via email to