You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jo...@apache.org on 2001/09/20 07:17:56 UTC

cvs commit: jakarta-turbine-fulcrum default.properties build.xml build.properties

jon         01/09/19 22:17:56

  Modified:    .        build.xml
  Added:       .        default.properties
  Removed:     .        build.properties
  Log:
  dlr is one crazy dude.
  
  Revision  Changes    Path
  1.24      +3 -2      jakarta-turbine-fulcrum/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-fulcrum/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	2001/09/03 17:19:23	1.23
  +++ build.xml	2001/09/20 05:17:56	1.24
  @@ -4,9 +4,10 @@
   
     <!-- Allow any user specific values to override the defaults -->
     <property file="${user.home}/build.properties" />
  -
  -  <!-- Set default values for the build -->
  +  <!-- Allow user defaults for this project -->
     <property file="build.properties" />
  +  <!-- Set default values for the build -->
  +  <property file="default.properties" />
   
     <!-- Construct compile classpath -->
     <path id="classpath">
  
  
  
  1.1                  jakarta-turbine-fulcrum/default.properties
  
  Index: default.properties
  ===================================================================
  # -------------------------------------------------------------------
  # B U I L D  P R O P E R T I E S
  # -------------------------------------------------------------------
  # These properties are used by the Fulcrum build, you may override
  # any of these default values by placing property values in
  # your ${user.home}/build.properties file.
  # -------------------------------------------------------------------
  
  name = Fulcrum
  project = fulcrum
  version = 1.0
  package = org.apache.${project}
  final.name = ${project}-${version}
  
  build.dir = ./bin
  build.src = ${build.dir}/src
  src.dir = ./src
  torque.dir = ${basedir}/../jakarta-turbine-torque
  
  docs.src = ./xdocs
  docs.dest = ./docs
  javadoc.destdir = ./docs/api
  jakarta.site2 = ../jakarta-site2
  
  year = 1999-2001
  debug = on
  optimize = off
  deprecation = off
  
  # You must set these values here, or in your
  # ${user.home}/build.properties file in order
  # to build Torque:
  
  bsf.jar = ${lib.repo}/bsf.jar
  commons-collections.jar = ${lib.repo}/commons-collections.jar
  commons-email.jar = ${lib.repo}/commons-email-0.1-dev.jar
  commons-util.jar = ${lib.repo}/commons-util-0.1-dev.jar
  jaf.jar = ${lib.repo}/activation-1.0.1.jar
  javamail.jar = ${lib.repo}/mail-1.2.jar
  jdbc.jar = ${lib.repo}/jdbc2_0-stdext.jar
  jndi.jar = ${lib.repo}/jndi-1.2.1.jar
  log4j.jar = ${lib.repo}/log4j-1.1.jar
  servlet.jar = ${lib.repo}/servlet.jar
  torque.jar = ${lib.repo}/torque-1.0.jar
  velocity.jar = ${lib.repo}/velocity-1.2-dev.jar
  village.jar = ${lib.repo}/village-1.5.2.jar
  xalan.jar = ${lib.repo}/xalan-2.1.0.jar
  xerces.jar = ${lib.repo}/xerces-1.3.0.jar
  xmlrpc.jar = ${lib.repo}/xmlrpc.jar
  regexp.jar = ${lib.repo}/jakarta-regexp-1.3-dev.jar
  
  # -------------------------------------------------------------------
  # 
  # T O R Q U E  C O N F I G U R A T I O N
  #
  # used to generate the om/peer classes for the Turbine-db-security 
  # system
  # -------------------------------------------------------------------
  
  addSaveMethod=true
  addGetByNameMethod=true
  complexObjectModel=true
  basePrefix=Base
  
  templatePath = ${torque.dir}/src/templates
  schemaDirectory=.
  
  outputDirectory=${build.src}/sql
  
  SQLControlTemplate = sql/base/Control.vm
  OMControlTemplate = om/Control.vm
  IntakeControlTemplate = intake/Control.vm
  ServiceControlTemplate = service/Control.vm
  idTableControlTemplate = sql/id-table/Control.vm
  DataDTDControlTemplate = data/Control.vm
  DataDumpControlTemplate = data/dump/Control.vm
  DataSQLControlTemplate = sql/load/Control.vm
  securityControlTemplate = sql/security/Control.vm
  
  securityPackage=org.apache.fulcrum.security.impl.db.entity
  schedulerPackage=org.apache.fulcrum.schedule
  
  omStatusFile = ./bin/src/report.turbine.om.generation
  
  
  

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