From b6dfd3cfa5f7d14bc43f88ef8fdc1d25484b731f Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Mon, 23 Jan 2012 00:15:40 -0500 Subject: [PATCH] new script for mac customizations, also took away execute perms on others. --- scripts/custom/examples/fred/c_common_aliases.txt | 0 scripts/custom/examples/fred/c_variables.sh | 0 .../custom/examples/fred/mac_profile_additions.txt | 11 +++++++++++ .../custom/examples/fred/uva_profile_additions.txt | 0 4 files changed, 11 insertions(+) mode change 100755 => 100644 scripts/custom/examples/fred/c_common_aliases.txt mode change 100755 => 100644 scripts/custom/examples/fred/c_variables.sh create mode 100644 scripts/custom/examples/fred/mac_profile_additions.txt mode change 100755 => 100644 scripts/custom/examples/fred/uva_profile_additions.txt diff --git a/scripts/custom/examples/fred/c_common_aliases.txt b/scripts/custom/examples/fred/c_common_aliases.txt old mode 100755 new mode 100644 diff --git a/scripts/custom/examples/fred/c_variables.sh b/scripts/custom/examples/fred/c_variables.sh old mode 100755 new mode 100644 diff --git a/scripts/custom/examples/fred/mac_profile_additions.txt b/scripts/custom/examples/fred/mac_profile_additions.txt new file mode 100644 index 00000000..c31cdf0f --- /dev/null +++ b/scripts/custom/examples/fred/mac_profile_additions.txt @@ -0,0 +1,11 @@ + + +# added this after the bashrc setup stuff for yeti... + +# extras for uva +export JAVA_HOME=/Library/Java/Home +export PATH=$PATH:$JAVA_HOME/Commands + +# ant options to get the wsdl files to all build properly. +export ANT_OPTS="-Xms512m -Xmx768m -XX:MaxPermSize=768m" + diff --git a/scripts/custom/examples/fred/uva_profile_additions.txt b/scripts/custom/examples/fred/uva_profile_additions.txt old mode 100755 new mode 100644 -- 2.34.1