You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/11/08 13:58:07 UTC

cvs commit: jakarta-cactus/integration/maven/sample project.properties build.properties.sample

vmassol     2003/11/08 04:58:07

  Modified:    integration/maven/sample build.properties.sample
  Added:       integration/maven/sample project.properties
  Log:
  - Better comments
  - Added default properties
  
  Revision  Changes    Path
  1.2       +15 -3     jakarta-cactus/integration/maven/sample/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/sample/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample	29 Oct 2003 17:35:13 -0000	1.1
  +++ build.properties.sample	8 Nov 2003 12:58:07 -0000	1.2
  @@ -1,4 +1,16 @@
  -# Please specify your path to your container
  -cactus.home.tomcat4x = C:/Apps/jakarta-tomcat-4.1.24
  -cactus.home.resin2x = C:/Apps/resin-2.1.6
  +# -----------------------------------------------------------------------------
  +# Container-related properties that depends on your environment (i.e. on 
  +# where you have installed the containers). Create a copy of this file and
  +# name if build.properties. Then edit the file and tune it to match your
  +# environment.
  +#
  +# $Id$
  +# -----------------------------------------------------------------------------
  +
  +# Paths to containers on which you wish to run the Cactus tests
  +
  +cactus.home.tomcat4x = C:/Apps/jakarta-tomcat-4.1.27
  +cactus.home.resin2x = C:/Apps/resin-2.1.11
  +cactus.home.jboss3x = C:/Apps/jboss-3.2.1
  +cactus.home.weblogic7x = C:/bea/weblogic700
   
  
  
  
  1.1                  jakarta-cactus/integration/maven/sample/project.properties
  
  Index: project.properties
  ===================================================================
  # -----------------------------------------------------------------------------
  # Default properties for the Maven build. You can override these properties
  # either by defining a build.properties file with the overriden properties
  # or by passing them on the command line as system parameters (-D).
  #
  # $Id: project.properties,v 1.1 2003/11/08 12:58:07 vmassol Exp $
  # -----------------------------------------------------------------------------
  
  # Checkstyle config to use
  maven.checkstyle.properties = ${basedir}/../../../checkstyle.xml
  
  # Checkstyle header file
  maven.checkstyle.header.file = ${basedir}/../../../LICENSE.cactus
  
  # Display Cactus version on web site
  maven.xdoc.date = left
  maven.xdoc.version = ${pom.currentVersion}
  
  # Location of license file
  maven.license.licenseFile = ${basedir}/../../../LICENSE.cactus
  
  # Web site colors
  maven.ui.body.background = #fff
  maven.ui.body.foreground = #000
  maven.ui.section.background = #036
  maven.ui.section.foreground = #fff
  maven.ui.subsection.background = #888
  maven.ui.subsection.foreground = #fff
  maven.ui.table.header.background = #bbb
  maven.ui.table.header.foreground = #fff
  maven.ui.table.row.odd.background = #ddd
  maven.ui.table.row.odd.foreground = #000
  maven.ui.table.row.even.background = #efefef
  maven.ui.table.row.even.foreground = #000
  maven.ui.banner.background = #fff
  maven.ui.banner.foreground = #000
  maven.ui.banner.border.top = #369
  maven.ui.banner.border.bottom = #003
  maven.ui.source.background = #fff
  maven.ui.source.foreground = #000
  maven.ui.source.border.right = #888
  maven.ui.source.border.left = #888
  maven.ui.source.border.top = #888
  maven.ui.source.border.bottom = #888
  maven.ui.navcol.background = #eee
  maven.ui.navcol.background.ns4 = #fff
  maven.ui.navcol.foreground = #000
  maven.ui.navcol.foreground.ns4 = #555
  maven.ui.navcol.border.top = #fff
  maven.ui.navcol.border.right = #aaa
  maven.ui.navcol.border.bottom = #aaa
  maven.ui.breadcrumbs.background = #ddd
  maven.ui.breadcrumbs.foreground = #000
  maven.ui.breadcrumbs.border.top = #fff
  maven.ui.breadcrumbs.border.bottom = #aaa
  maven.ui.href.link = blue
  maven.ui.href.link.active = #f30
  maven.ui.href.link.selfref = #555
  
  
  

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