new script for mac customizations, also took away execute perms on others.
authorFred T. Hamster <fred@gruntose.com>
Mon, 23 Jan 2012 05:15:40 +0000 (00:15 -0500)
committerFred T. Hamster <fred@gruntose.com>
Mon, 23 Jan 2012 05:15:40 +0000 (00:15 -0500)
scripts/custom/examples/fred/c_common_aliases.txt [changed mode: 0755->0644]
scripts/custom/examples/fred/c_variables.sh [changed mode: 0755->0644]
scripts/custom/examples/fred/mac_profile_additions.txt [new file with mode: 0644]
scripts/custom/examples/fred/uva_profile_additions.txt [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
diff --git a/scripts/custom/examples/fred/mac_profile_additions.txt b/scripts/custom/examples/fred/mac_profile_additions.txt
new file mode 100644 (file)
index 0000000..c31cdf0
--- /dev/null
@@ -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"
+