mcconnell    2003/02/21 10:25:28

  Modified:    .        default.properties
  Added:       .        include.properties
  Log:
  Seperated out the jar file location defintions from the build environment stuff so 
that we can reference the includeded file defintions from the test buildfile.
  
  Revision  Changes    Path
  1.5       +1 -87     jakarta-james/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-james/default.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- default.properties        21 Feb 2003 17:54:29 -0000      1.4
  +++ default.properties        21 Feb 2003 18:25:28 -0000      1.5
  @@ -4,6 +4,7 @@
   # Specifies default property values
   # Overridden by ../default.properties and all ant.properties
   # Not user-editable; use ant.properties files instead
  +# See also: include.properties
   
   name=james
   Name=James Mail Server
  @@ -14,7 +15,6 @@
   vendor=Apache Software Foundation
   
   
  -
   #
   # compiler options
   # (There should be no need to override default compiler but need to change
  @@ -41,12 +41,6 @@
   deprecation = off
   
   #
  -# the relative base directory
  -#
  -
  -james.dir = ${basedir}
  -
  -#
   #  location of intermediate products
   #
   
  @@ -80,88 +74,8 @@
   dist.dir = ${dist.base}/${dist.name}
   
   #
  -#  third party binary directories
  -#
  -
  -lib.dir = ${james.dir}/lib
  -phoenix.dir = ${james.dir}/phoenix-bin
  -phoenix.lib.dir = ${phoenix.dir}/lib
  -candidates.dir = ${lib.dir}/candidates
  -
  -#
   #  properties for the website directories
   #
   
   www.dir = ${james.dir}/www
  -
  -
  -# --------------------------------------------------
  -#                REQUIRED LIBRARIES
  -# --------------------------------------------------
  -
  -# ----- Xerces ---------------
  -xerces.jar = ${lib.dir}/xerces-1.4.3.jar
  -
  -# ----- Avalon Framework -----
  -avalon-framework.jar=${candidates.dir}/avalon-framework-4.1.4.jar
  -
  -# ----- Cornerstone threads, version 1.0 or later -----
  -cornerstone-threads.jar=${candidates.dir}/cornerstone-threads-1.0.jar
  -
  -# ----- Cornerstone connection, version 1.0 or later -----
  -cornerstone-connection.jar=${candidates.dir}/cornerstone-connection-1.0.jar
  -
  -# ----- Cornerstone masterstore, version 1.0 or later -----
  -cornerstone-store.jar=${candidates.dir}/cornerstone-store-1.0.jar
  -
  -# ----- Cornerstone sockets, version 1.0 or later -----
  -cornerstone-sockets.jar=${candidates.dir}/cornerstone-sockets-1.0.jar
  -
  -# ----- Cornerstone scheduler, version 1.0 or later -----
  -cornerstone-scheduler.jar=${candidates.dir}/cornerstone-scheduler-1.0.jar
  -
  -# ----- Cornerstone scheduler, version 1.0 or later -----
  -cornerstone-datasources.jar=${candidates.dir}/cornerstone-datasources-1.0.jar
  -
  -# ----- Excalibur collections, version 1.0 or later -----
  -excalibur-collections.jar=${phoenix.lib.dir}/excalibur-collections-1.0.jar
  -
  -# ----- Excalibur threadcontext, version 1.0 or later -----
  -excalibur-threadcontext.jar=${phoenix.lib.dir}/excalibur-threadcontext-1.0.jar
  -
  -# ----- Excalibur cli -----
  -excalibur-cli.jar=${phoenix.lib.dir}/excalibur-cli-1.0.jar
  -
  -# ----- Excalibur thread, version 1.0 or later -----
  -excalibur-thread.jar=${candidates.dir}/excalibur-thread-1.1.jar
  -
  -# ----- Excalibur pool -----
  -excalibur-pool.jar=${candidates.dir}/excalibur-pool-1.2.jar
  -
  -# ----- Excalibur datasource -----
  -excalibur-datasource.jar=${lib.dir}/excalibur-datasource-1.0.jar
  -
  -# ----- Excalibur datasource -----
  -excalibur-io.jar=${phoenix.lib.dir}/excalibur-io-1.1.jar
  -
  -# ----- Javax mail -----
  -javax-mail.jar=${lib.dir}/mail_1_3.jar
  -
  -# ----- Activation -----
  -javax-activation.jar=${lib.dir}/activation.jar
  -
  -# ----- DNS -----
  -dns.jar=${lib.dir}/dnsjava-1.3.2.jar
  -
  -# ----- Commons Net -----
  -commons-net.jar=${lib.dir}/commons-net-1.0.0-dev.jar
  -
  -# ----- Jakarta ORO -----
  -jakarta-oro.jar=${lib.dir}/jakarta-oro-2.0.1.jar
  -
  -# ----- Commons Collections -----
  -commons-collections.jar=${candidates.dir}/commons-collections-2.1.jar
  -
  -# ----- Phoenix Client -----
  -phoenix-client.jar=${phoenix.lib.dir}/phoenix-client.jar
   
  
  
  
  1.1                  jakarta-james/include.properties
  
  Index: include.properties
  ===================================================================
  # -------------------------------------------------------------------
  # I N C L U D E   P R O P E R T I E S
  # -------------------------------------------------------------------
  # Specifies the location of jar files to include in the classpath
  
  
  #
  # the relative base directory
  #
  
  james.dir = ${basedir}
  
  #
  #  third party binary directories
  #
  
  lib.dir = ${james.dir}/lib
  phoenix.dir = ${james.dir}/phoenix-bin
  phoenix.lib.dir = ${phoenix.dir}/lib
  candidates.dir = ${lib.dir}/candidates
  
  
  # --------------------------------------------------
  #                REQUIRED LIBRARIES
  # --------------------------------------------------
  
  # ----- Xerces ---------------
  xerces.jar = ${lib.dir}/xerces-1.4.3.jar
  
  # ----- Avalon Framework -----
  avalon-framework.jar=${candidates.dir}/avalon-framework-4.1.4.jar
  
  # ----- Cornerstone threads, version 1.0 or later -----
  cornerstone-threads.jar=${candidates.dir}/cornerstone-threads-1.0.jar
  
  # ----- Cornerstone connection, version 1.0 or later -----
  cornerstone-connection.jar=${candidates.dir}/cornerstone-connection-1.0.jar
  
  # ----- Cornerstone masterstore, version 1.0 or later -----
  cornerstone-store.jar=${candidates.dir}/cornerstone-store-1.0.jar
  
  # ----- Cornerstone sockets, version 1.0 or later -----
  cornerstone-sockets.jar=${candidates.dir}/cornerstone-sockets-1.0.jar
  
  # ----- Cornerstone scheduler, version 1.0 or later -----
  cornerstone-scheduler.jar=${candidates.dir}/cornerstone-scheduler-1.0.jar
  
  # ----- Cornerstone scheduler, version 1.0 or later -----
  cornerstone-datasources.jar=${candidates.dir}/cornerstone-datasources-1.0.jar
  
  # ----- Excalibur collections, version 1.0 or later -----
  excalibur-collections.jar=${phoenix.lib.dir}/excalibur-collections-1.0.jar
  
  # ----- Excalibur threadcontext, version 1.0 or later -----
  excalibur-threadcontext.jar=${phoenix.lib.dir}/excalibur-threadcontext-1.0.jar
  
  # ----- Excalibur cli -----
  excalibur-cli.jar=${phoenix.lib.dir}/excalibur-cli-1.0.jar
  
  # ----- Excalibur thread, version 1.0 or later -----
  excalibur-thread.jar=${candidates.dir}/excalibur-thread-1.1.jar
  
  # ----- Excalibur pool -----
  excalibur-pool.jar=${candidates.dir}/excalibur-pool-1.2.jar
  
  # ----- Excalibur datasource -----
  excalibur-datasource.jar=${lib.dir}/excalibur-datasource-1.0.jar
  
  # ----- Excalibur datasource -----
  excalibur-io.jar=${phoenix.lib.dir}/excalibur-io-1.1.jar
  
  # ----- Javax mail -----
  javax-mail.jar=${lib.dir}/mail_1_3.jar
  
  # ----- Activation -----
  javax-activation.jar=${lib.dir}/activation.jar
  
  # ----- DNS -----
  dns.jar=${lib.dir}/dnsjava-1.3.2.jar
  
  # ----- Commons Net -----
  commons-net.jar=${lib.dir}/commons-net-1.0.0-dev.jar
  
  # ----- Jakarta ORO -----
  jakarta-oro.jar=${lib.dir}/jakarta-oro-2.0.1.jar
  
  # ----- Commons Collections -----
  commons-collections.jar=${candidates.dir}/commons-collections-2.1.jar
  
  # ----- Phoenix Client -----
  phoenix-client.jar=${phoenix.lib.dir}/phoenix-client.jar
  
  
  
  

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

Reply via email to