diff options
author | Sven Gothel <[email protected]> | 2012-02-24 17:43:45 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-24 17:43:45 +0100 |
commit | 0dce3191754bd73138ff6a72e576a2af05f850ba (patch) | |
tree | 427d62e5fde7f0897ca33a1209465f9c79b0885e /make/gluegen-cpptasks.xml | |
parent | 036eedab9e9c09f0ebe161cfc7dab6f85b9c5839 (diff) |
Introduce environment-var/property to disable unit tests (per node)
JUNIT_DISABLED -> junit.is.disabled
Diffstat (limited to 'make/gluegen-cpptasks.xml')
-rwxr-xr-x | make/gluegen-cpptasks.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index 30944d8..bae7c6d 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -35,10 +35,6 @@ <property name="gluegen-cpptasks.file" value="${gluegen.root}/make/gluegen-cpptasks-base.xml" /> <!-- default value --> <property name="gluegen-cpptasks.file.abs-path" location="${gluegen-cpptasks.file}" /> - <!--echo message="GLUEGEN_CPPTASKS_FILE ${env.GLUEGEN_CPPTASKS_FILE}"/> - <echo message="gluegen-cpptasks.file ${gluegen-cpptasks.file}"/--> - <echo message="gluegen-cpptasks.file.abs-path ${gluegen-cpptasks.file.abs-path}"/> - <import file="${gluegen-cpptasks.file.abs-path}" optional="false" /> </project> |