mirror of
https://github.com/nicolabs/ciform.git
synced 2026-04-11 00:14:41 +02:00
+ ant task for JsUnit
This commit is contained in:
parent
3df53f7123
commit
7fc6f92698
|
|
@ -1,35 +1,32 @@
|
|||
########################################
|
||||
#
|
||||
# This file is a convenient way to define some global parameters,
|
||||
# commons to all projects.
|
||||
# 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 build the projects.
|
||||
# the ones to define locally if you want to be able to build the projects.
|
||||
#
|
||||
# If you wish to override some properties, do NOT edit this file :
|
||||
# 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.
|
||||
#
|
||||
# Do NOT commit the "local.properties" file to the version control system
|
||||
# (CVS, SVN, ...) : it should stay as a local configuration only.
|
||||
# Do not commit or remove this file from the v.c.s. either ;-o
|
||||
#
|
||||
# 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
|
||||
#
|
||||
########################################
|
||||
|
||||
# The preferred temporary directory (by default = the current directory : it's ok since no temporary file will be left inside)
|
||||
tmp.dir=.
|
||||
|
||||
# JsUnit files
|
||||
#jsunit.dir=/opt/jsunit
|
||||
jsunit.core=${jsunit.dir}/app/jsUnitCore.js
|
||||
jsunit.build=${jsunit.dir}/build.xml
|
||||
jsunit.testrunner=file:///${jsunit.dir}/testRunner.html
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue