Browse Source

remove bash_profile.sh from gemini

Lita Gratrix 10 years ago
parent
commit
f534d64531
2 changed files with 3 additions and 2 deletions
  1. 0 2
      frameworks/Java/gemini/bash_profile.sh
  2. 3 0
      frameworks/Java/gemini/setup.sh

+ 0 - 2
frameworks/Java/gemini/bash_profile.sh

@@ -1,2 +0,0 @@
-export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
-export RESIN_HOME=${IROOT}/resin-4.0.41

+ 3 - 0
frameworks/Java/gemini/setup.sh

@@ -7,6 +7,9 @@
 # of their initial setup.  On Windows, the script can be run through 
 # Git bash.
 
+export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64
+export RESIN_HOME=${IROOT}/resin-4.0.41
+
 projectName="GeminiHello"
 machineNameUpper="`echo $HOSTNAME|tr '[a-z]' '[A-Z]'`"
 machineNameLower="`echo $HOSTNAME|tr '[A-Z]' '[a-z]'`"