Now that Elastic Beanstalk supports Java 7 and Amazon Linux 2013.09 we don't need a few workarounds

git-svn-id: https://zxing.googlecode.com/svn/trunk@2986 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen@gmail.com 2013-12-03 15:06:08 +00:00
parent b2f2615b56
commit cf6cbcd84a
2 changed files with 0 additions and 11 deletions

View file

@ -1,7 +0,0 @@
packages:
yum:
java-1.7.0-openjdk: []
commands:
use_java7:
command: alternatives --set java /usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java

View file

@ -1,7 +1,3 @@
packages:
yum:
pystache: []
commands: commands:
yum_update: yum_update:
command: yum -y update command: yum -y update