donaldp 02/03/20 16:19:18
Added: io ant.properties.sample
i18n ant.properties.sample
extension ant.properties.sample
cli ant.properties.sample
cache ant.properties.sample
naming ant.properties.sample
Log:
Create sample property files.
Revision Changes Path
1.1 jakarta-avalon-excalibur/io/ant.properties.sample
Index: ant.properties.sample
===================================================================
#
-----------------------------------------------------------------------------
# ant.properties.sample
#
# This is an example "ant.properties" file, used to customize building
component
# for your local environment. It defines the location of all external
# modules that the component depends on. Copy this file to "ant.properties"
# in the top-level source directory, and customize it as needed.
#
# $Id: ant.properties.sample,v 1.1 2002/03/21 00:19:18 donaldp Exp $
#
-----------------------------------------------------------------------------
# ----- Compile Control Flags -----
build.debug=on
build.optimize=off
build.deprecation=off
# ----- Base Directory in which all the packages are stored -----
base.path=/opt
# --------------------------------------------------
# REQUIRED LIBRARIES
# --------------------------------------------------
# ----- JUnit Unit Test Suite, version 3.7 or later -----
junit.home=${base.path}/junit3.7
junit.lib=${junit.home}
junit.jar=${junit.lib}/junit.jar
1.1 jakarta-avalon-excalibur/i18n/ant.properties.sample
Index: ant.properties.sample
===================================================================
#
-----------------------------------------------------------------------------
# ant.properties.sample
#
# This is an example "ant.properties" file, used to customize building
component
# for your local environment. It defines the location of all external
# modules that the component depends on. Copy this file to "ant.properties"
# in the top-level source directory, and customize it as needed.
#
# $Id: ant.properties.sample,v 1.1 2002/03/21 00:19:18 donaldp Exp $
#
-----------------------------------------------------------------------------
# ----- Compile Control Flags -----
build.debug=on
build.optimize=off
build.deprecation=off
# ----- Base Directory in which all the packages are stored -----
base.path=/opt
# --------------------------------------------------
# REQUIRED LIBRARIES
# --------------------------------------------------
# ----- JUnit Unit Test Suite, version 3.7 or later -----
junit.home=${base.path}/junit3.7
junit.lib=${junit.home}
junit.jar=${junit.lib}/junit.jar
1.1 jakarta-avalon-excalibur/extension/ant.properties.sample
Index: ant.properties.sample
===================================================================
#
-----------------------------------------------------------------------------
# ant.properties.sample
#
# This is an example "ant.properties" file, used to customize building
component
# for your local environment. It defines the location of all external
# modules that the component depends on. Copy this file to "ant.properties"
# in the top-level source directory, and customize it as needed.
#
# $Id: ant.properties.sample,v 1.1 2002/03/21 00:19:18 donaldp Exp $
#
-----------------------------------------------------------------------------
# ----- Compile Control Flags -----
build.debug=on
build.optimize=off
build.deprecation=off
# ----- Base Directory in which all the packages are stored -----
base.path=/opt
# --------------------------------------------------
# REQUIRED LIBRARIES
# --------------------------------------------------
# ----- JUnit Unit Test Suite, version 3.7 or later -----
junit.home=${base.path}/junit3.7
junit.lib=${junit.home}
junit.jar=${junit.lib}/junit.jar
1.1 jakarta-avalon-excalibur/cli/ant.properties.sample
Index: ant.properties.sample
===================================================================
#
-----------------------------------------------------------------------------
# ant.properties.sample
#
# This is an example "ant.properties" file, used to customize building
component
# for your local environment. It defines the location of all external
# modules that the component depends on. Copy this file to "ant.properties"
# in the top-level source directory, and customize it as needed.
#
# $Id: ant.properties.sample,v 1.1 2002/03/21 00:19:18 donaldp Exp $
#
-----------------------------------------------------------------------------
# ----- Compile Control Flags -----
build.debug=on
build.optimize=off
build.deprecation=off
# ----- Base Directory in which all the packages are stored -----
base.path=/opt
# --------------------------------------------------
# REQUIRED LIBRARIES
# --------------------------------------------------
# ----- JUnit Unit Test Suite, version 3.7 or later -----
junit.home=${base.path}/junit3.7
junit.lib=${junit.home}
junit.jar=${junit.lib}/junit.jar
1.1 jakarta-avalon-excalibur/cache/ant.properties.sample
Index: ant.properties.sample
===================================================================
#
-----------------------------------------------------------------------------
# ant.properties.sample
#
# This is an example "ant.properties" file, used to customize building
component
# for your local environment. It defines the location of all external
# modules that the component depends on. Copy this file to "ant.properties"
# in the top-level source directory, and customize it as needed.
#
# $Id: ant.properties.sample,v 1.1 2002/03/21 00:19:18 donaldp Exp $
#
-----------------------------------------------------------------------------
# ----- Compile Control Flags -----
build.debug=on
build.optimize=off
build.deprecation=off
# ----- Base Directory in which all the packages are stored -----
base.path=/opt
# --------------------------------------------------
# REQUIRED LIBRARIES
# --------------------------------------------------
# ----- JUnit Unit Test Suite, version 3.7 or later -----
junit.home=${base.path}/junit3.7
junit.lib=${junit.home}
junit.jar=${junit.lib}/junit.jar
1.1 jakarta-avalon-excalibur/naming/ant.properties.sample
Index: ant.properties.sample
===================================================================
#
-----------------------------------------------------------------------------
# ant.properties.sample
#
# This is an example "ant.properties" file, used to customize building
component
# for your local environment. It defines the location of all external
# modules that the component depends on. Copy this file to "ant.properties"
# in the top-level source directory, and customize it as needed.
#
# $Id: ant.properties.sample,v 1.1 2002/03/21 00:19:18 donaldp Exp $
#
-----------------------------------------------------------------------------
# ----- Compile Control Flags -----
build.debug=on
build.optimize=off
build.deprecation=off
# ----- Base Directory in which all the packages are stored -----
base.path=/opt
# --------------------------------------------------
# REQUIRED LIBRARIES
# --------------------------------------------------
# ----- JUnit Unit Test Suite, version 3.7 or later -----
junit.home=${base.path}/junit3.7
junit.lib=${junit.home}
junit.jar=${junit.lib}/junit.jar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>