jvanzyl     01/09/14 10:53:53

  Modified:    .        build.properties
  Log:
  - cleaning up the build.properties to try and get a grip on what
    is actually being used.
  
  Revision  Changes    Path
  1.4       +62 -29    jakarta-turbine-tdk/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/build.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties  2001/09/13 19:43:32     1.3
  +++ build.properties  2001/09/14 17:53:53     1.4
  @@ -1,60 +1,89 @@
   # -------------------------------------------------------------------
  -# Properties for building the TDK
  +# T D K  P R O P E R T I E S
   # -------------------------------------------------------------------
  -# These will be standardized when Maven is
  -# finished, sorry for the inconsistency in naming.
   
  -turbine2.home = ../jakarta-turbine-2
  -turbine3.home = ../jakarta-turbine-3
  -torque.home = ../jakarta-turbine-torque
  -fulcrum.home = ../jakarta-turbine-fulcrum
  -ant.src.home = ../jakarta-ant
  -hypersonic.home = ../hypersonic
  -velocity.home = ../jakarta-velocity
  -flux2.home = ../jakarta-turbine-flux-2.1
  -flux3.home = ../jakarta-turbine-flux
  -tomcat.home = ../jakarta-tomcat-4.0
  -servletapi.home = ../jakarta-servletapi-4
  -site2.home = ../jakarta-site2
  -
   tdk.src = ./src/tdk
   tdk.lib = ./lib
   tdk.xdocs = ./xdocs
   tdk.base = ./dist
   tdk.dist = ./dist/tdk
   tdk.share.dir = tdk
  -
   tdk.root.dir = ${tdk.dist}/tdk
  -servlet.container = tomcat4
  -
   app2.template = tdk/apps/2
   app3.template = tdk/apps/3
  -
   ancillary2.dir = tdk/ancillary/2
   ancillary3.dir = tdk/ancillary/3
  -
   tdk.webapp = ${tdk.dist}/webapps/tdk
   tdk.site = ${tdk.dist}/webapps/site
  +servlet.container = tomcat4
   
  -ant.dist = ${ant.src.home}/dist
  -ant.docs = ${ant.dist}/docs
  -ant.lib = ${ant.dist}/lib
  -hypersonic.docs = ${hypersonic.home}/doc
  -hypersonic.lib = ${hypersonic.home}/demo
  +# -------------------------------------------------------------------
  +# T U R B I N E  P R O P E R T I E S
  +# -------------------------------------------------------------------
  +
  +turbine2.home = ../jakarta-turbine-2
  +turbine3.home = ../jakarta-turbine-3
   turbine-site.docs = ${turbine-site.home}/docs
  +
  +# -------------------------------------------------------------------
  +# T O R Q U E  P R O P E R T I E S
  +# -------------------------------------------------------------------
  +
  +torque.home = ../jakarta-turbine-torque
   torque.conf = ${torque.home}/src/conf
   torque.bin = ${torque.home}/bin
  -velocity.docs = ${velocity.home}/docs
  +
  +# -------------------------------------------------------------------
  +# F U L C R U M  P R O P E R T I E S
  +# -------------------------------------------------------------------
  +
  +fulcrum.home = ../jakarta-turbine-fulcrum
  +
  +# -------------------------------------------------------------------
  +# F L U X  P R O P E R T I E S
  +# -------------------------------------------------------------------
  +
  +flux2.home = ../jakarta-turbine-flux-2.1
  +flux3.home = ../jakarta-turbine-flux
   flux.templates = ${flux.home}/src/templates
   flux.conf = ${flux.home}/conf
  -  
  +
  +# -------------------------------------------------------------------
  +# T O M C A T  P R O P E R T I E S
  +# -------------------------------------------------------------------
   # These are container specific. How best to deal with containers
   # other than tomcat4.
  -  
  +# -------------------------------------------------------------------
  +
  +tomcat.home = ../jakarta-tomcat-4.0
   tomcat.dist = ${tomcat.home}/dist
   tomcat.conf = ${tomcat.dist}/conf
   servletapi.docs = ${servletapi.home}/dist/docs/api
   
  +
  +# -------------------------------------------------------------------
  +# A N T  P R O P E R T I E S
  +# -------------------------------------------------------------------
  +
  +ant.src.home = ../jakarta-ant
  +ant.dist = ${ant.src.home}/dist
  +ant.docs = ${ant.dist}/docs
  +ant.lib = ${ant.dist}/lib
  +
  +# Could probably get rid of all of these ...
  +# try to break the inter-repository deps and just point
  +# people to the docs instead of trying to include them
  +# or use release distributions instead of repos for
  +# the docs.
  +
  +hypersonic.home = ../hypersonic
  +velocity.home = ../jakarta-velocity
  +velocity.docs = ${velocity.home}/docs
  +servletapi.home = ../jakarta-servletapi-4
  +site2.home = ../jakarta-site2
  +hypersonic.docs = ${hypersonic.home}/doc
  +hypersonic.lib = ${hypersonic.home}/demo
  +
   # -------------------------------------------------------------------
   # J A R S
   # -------------------------------------------------------------------
  @@ -94,8 +123,12 @@
   xmlrpc.jar = ${lib.repo}/xmlrpc.jar
   xmlrpc-helma.jar = ${lib.repo}/xmlrpc-helma.jar
   
  +# -------------------------------------------------------------------
  +# A D D I T I O N A L  J A R S
  +# -------------------------------------------------------------------
   # These are the JARs that we include with the TDK.
   # Primarily testing and JDBC drivers.
  +# -------------------------------------------------------------------
   
   hsql.jar = ${lib.repo}/hsql.jar
   httpunit.jar = ${lib.repo}/httpunit.jar
  
  
  

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

Reply via email to