diff --git a/titan_executor_api/TITAN_Executor_API/create_jni_header.sh b/titan_executor_api/TITAN_Executor_API/create_jni_header.sh index 3dea60bb254b32d2c80bbdaeccdab1340983a16e..e80129d02ce73ee0f22aea29fc433feb9855d52d 100755 --- a/titan_executor_api/TITAN_Executor_API/create_jni_header.sh +++ b/titan_executor_api/TITAN_Executor_API/create_jni_header.sh @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at diff --git a/titan_executor_api/TITAN_Executor_API/readme.txt b/titan_executor_api/TITAN_Executor_API/readme.txt index d157545d038ed2c978aa8aabe8a36ce78f71b0b4..68f11040730c0fd58f47d276628319e4b559ea22 100644 --- a/titan_executor_api/TITAN_Executor_API/readme.txt +++ b/titan_executor_api/TITAN_Executor_API/readme.txt @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000-2015 Ericsson Telecom AB +# Copyright (c) 2000-2016 Ericsson Telecom AB # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at diff --git a/titan_executor_api/TITAN_Executor_API_test/readme.txt b/titan_executor_api/TITAN_Executor_API_test/readme.txt index 2ef8cddd961cdc3816012e4aabaf304ddfaa3a9f..1d5b1be1623fbb829434604ae299f5369b69611f 100644 --- a/titan_executor_api/TITAN_Executor_API_test/readme.txt +++ b/titan_executor_api/TITAN_Executor_API_test/readme.txt @@ -10,7 +10,7 @@ build.xml is generated. The generated build.xml is modified manually: - target TITAN_Executor_API_test is modified to fail in ant level if any testcase fails to make Jenkins show the failures + target TITAN_Executor_API_test is modified to fail in ant level if any testcase fails, to make Jenkins show the failures failureproperty="test.failed" added to <junit fork="yes" printsummary="withOutAndErr" HERE> <fail if="test.failed" message="TITAN_Executor_API_test FAILED"/> added after </junit>