diff options
| author | ziejd2 | 2019-01-28 16:37:57 -0600 |
|---|---|---|
| committer | ziejd2 | 2019-01-28 16:37:57 -0600 |
| commit | 995f6673b5e725d6907ccd4f8e25033e8524f116 (patch) | |
| tree | 5df08d9503394eab1190a01a640f3c338e8c74d6 /sourcecodes/data/Backupfiles | |
| parent | bb9d93322abf825368dedaafc2376ef8fdfc1e2f (diff) | |
| download | BNW-995f6673b5e725d6907ccd4f8e25033e8524f116.tar.gz | |
Deleting old versions of files
Diffstat (limited to 'sourcecodes/data/Backupfiles')
| -rw-r--r-- | sourcecodes/data/Backupfiles/evidencemodified | bin | 452271 -> 0 bytes | |||
| -rw-r--r-- | sourcecodes/data/Backupfiles/initialstructure | bin | 452404 -> 0 bytes | |||
| -rw-r--r-- | sourcecodes/data/Backupfiles/newintervention | bin | 452401 -> 0 bytes | |||
| -rw-r--r-- | sourcecodes/data/Backupfiles/temp_evidence_file | 36 | ||||
| -rw-r--r-- | sourcecodes/data/Backupfiles/temp_intervention_file | 36 | ||||
| -rw-r--r-- | sourcecodes/data/Backupfiles/temp_shell_file_initial_structure | 36 |
6 files changed, 0 insertions, 108 deletions
diff --git a/sourcecodes/data/Backupfiles/evidencemodified b/sourcecodes/data/Backupfiles/evidencemodified deleted file mode 100644 index 9b3f7563..00000000 --- a/sourcecodes/data/Backupfiles/evidencemodified +++ /dev/null Binary files differdiff --git a/sourcecodes/data/Backupfiles/initialstructure b/sourcecodes/data/Backupfiles/initialstructure deleted file mode 100644 index 9ecf1bc7..00000000 --- a/sourcecodes/data/Backupfiles/initialstructure +++ /dev/null Binary files differdiff --git a/sourcecodes/data/Backupfiles/newintervention b/sourcecodes/data/Backupfiles/newintervention deleted file mode 100644 index d818a943..00000000 --- a/sourcecodes/data/Backupfiles/newintervention +++ /dev/null Binary files differdiff --git a/sourcecodes/data/Backupfiles/temp_evidence_file b/sourcecodes/data/Backupfiles/temp_evidence_file deleted file mode 100644 index b687ceaf..00000000 --- a/sourcecodes/data/Backupfiles/temp_evidence_file +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -# script for execution of deployed applications -# -# Sets up the MCR environment for the current $ARCH and executes -# the specified command. -# -exe_name=$0 -exe_dir=`dirname "$0"` -echo "------------------------------------------" -if [ "x$1" = "x" ]; then - echo Usage: - echo $0 \<deployedMCRroot\> args -else - echo Setting up environment variables - MCRROOT="$1" - echo --- - LD_LIBRARY_PATH=.:${MCRROOT}/runtime/glnxa64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/bin/glnxa64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/sys/os/glnxa64; - MCRJRE=${MCRROOT}/sys/java/jre/glnxa64/jre/lib/amd64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/native_threads ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/server ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/client ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE} ; - XAPPLRESDIR=${MCRROOT}/X11/app-defaults ; - export LD_LIBRARY_PATH; - export XAPPLRESDIR; - echo LD_LIBRARY_PATH is ${LD_LIBRARY_PATH}; - shift 1 - args= - while [ $# -gt 0 ]; do - token=`echo "$1" | sed 's/ /\\\\ /g'` # Add blackslash before each blank - args="${args} ${token}" - shift - done - "${exe_dir}"/evidencemodified \ No newline at end of file diff --git a/sourcecodes/data/Backupfiles/temp_intervention_file b/sourcecodes/data/Backupfiles/temp_intervention_file deleted file mode 100644 index cdf5ce0f..00000000 --- a/sourcecodes/data/Backupfiles/temp_intervention_file +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -# script for execution of deployed applications -# -# Sets up the MCR environment for the current $ARCH and executes -# the specified command. -# -exe_name=$0 -exe_dir=`dirname "$0"` -echo "------------------------------------------" -if [ "x$1" = "x" ]; then - echo Usage: - echo $0 \<deployedMCRroot\> args -else - echo Setting up environment variables - MCRROOT="$1" - echo --- - LD_LIBRARY_PATH=.:${MCRROOT}/runtime/glnxa64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/bin/glnxa64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/sys/os/glnxa64; - MCRJRE=${MCRROOT}/sys/java/jre/glnxa64/jre/lib/amd64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/native_threads ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/server ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/client ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE} ; - XAPPLRESDIR=${MCRROOT}/X11/app-defaults ; - export LD_LIBRARY_PATH; - export XAPPLRESDIR; - echo LD_LIBRARY_PATH is ${LD_LIBRARY_PATH}; - shift 1 - args= - while [ $# -gt 0 ]; do - token=`echo "$1" | sed 's/ /\\\\ /g'` # Add blackslash before each blank - args="${args} ${token}" - shift - done - "${exe_dir}"/newintervention \ No newline at end of file diff --git a/sourcecodes/data/Backupfiles/temp_shell_file_initial_structure b/sourcecodes/data/Backupfiles/temp_shell_file_initial_structure deleted file mode 100644 index 5d1c323d..00000000 --- a/sourcecodes/data/Backupfiles/temp_shell_file_initial_structure +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -# script for execution of deployed applications -# -# Sets up the MCR environment for the current $ARCH and executes -# the specified command. -# -exe_name=$0 -exe_dir=`dirname "$0"` -echo "------------------------------------------" -if [ "x$1" = "x" ]; then - echo Usage: - echo $0 \<deployedMCRroot\> args -else - echo Setting up environment variables - MCRROOT="$1" - echo --- - LD_LIBRARY_PATH=.:${MCRROOT}/runtime/glnxa64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/bin/glnxa64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRROOT}/sys/os/glnxa64; - MCRJRE=${MCRROOT}/sys/java/jre/glnxa64/jre/lib/amd64 ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/native_threads ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/server ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE}/client ; - LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${MCRJRE} ; - XAPPLRESDIR=${MCRROOT}/X11/app-defaults ; - export LD_LIBRARY_PATH; - export XAPPLRESDIR; - echo LD_LIBRARY_PATH is ${LD_LIBRARY_PATH}; - shift 1 - args= - while [ $# -gt 0 ]; do - token=`echo "$1" | sed 's/ /\\\\ /g'` # Add blackslash before each blank - args="${args} ${token}" - shift - done - "${exe_dir}"/initialstructure \ No newline at end of file |
