mirror of
https://github.com/nicolabs/ciform.git
synced 2026-04-11 08:36:19 +02:00
43 lines
1.6 KiB
Properties
43 lines
1.6 KiB
Properties
########################################
|
|
#
|
|
# This file is a convenient way to define some static parameters,
|
|
# common to all projects.
|
|
#
|
|
# Depending on the projects that will be built,
|
|
# some properties will be required, some others may not.
|
|
#
|
|
# Some important properties are marked "required" so you can spot
|
|
# the ones to define locally if you want to be able to build the projects.
|
|
#
|
|
# To override some properties, do NOT edit this file :
|
|
# create a new file called "local.properties" in the same directory and put
|
|
# inside any property you want to fit your local configuration.
|
|
#
|
|
# If you don't wish to create such a file, you can pass the required properties
|
|
# to ant as command line arguments using the -D option.
|
|
#
|
|
# Do NOT commit the "local.properties" file to the version control system
|
|
# (CVS, SVN, ...) : it should stay as a local configuration only.
|
|
# Do not modify or remove this file from the v.c.s. either ;-o
|
|
#
|
|
########################################
|
|
|
|
# JsUnit files
|
|
#jsunit.dir=/opt/jsunit
|
|
jsunit.coreJs=${jsunit.dir}/app/jsUnitCore.js
|
|
#jsunit.build=${jsunit.dir}/build.xml
|
|
jsunit.testRunner=${jsunit.dir}/testRunner.html
|
|
#jsunit.browsers=/usr/bin/firefox,/usr/bin/konqueror
|
|
|
|
# Ivy settings
|
|
#ivy.file = ${basedir}/ivy.xml
|
|
#repository.dir=${target}/ivy
|
|
|
|
# (required) -> define this property in your "local.properties" file
|
|
# Full path to the jar of the YUI compressor (http://developer.yahoo.com/yui/compressor)
|
|
#yuicompressor.jar=/opt/yuicompressor/yuicompressor.jar
|
|
|
|
# (required) -> define this property in your "local.properties" file
|
|
# Command line to execute JSDoc (http://jsdoc.sourceforge.net)
|
|
#jsdoc=/opt/JSDoc/jsdoc.pl
|