From: Fred T. Hamster Date: Mon, 23 Jan 2012 05:15:40 +0000 (-0500) Subject: new script for mac customizations, also took away execute perms on others. X-Git-Tag: 2.140.90~1656^2~26^2 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=b6dfd3cfa5f7d14bc43f88ef8fdc1d25484b731f;hp=-c;p=feisty_meow.git new script for mac customizations, also took away execute perms on others. --- b6dfd3cfa5f7d14bc43f88ef8fdc1d25484b731f 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