mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
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:
parent
b2f2615b56
commit
cf6cbcd84a
|
@ -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
|
|
|
@ -1,7 +1,3 @@
|
||||||
packages:
|
|
||||||
yum:
|
|
||||||
pystache: []
|
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
yum_update:
|
yum_update:
|
||||||
command: yum -y update
|
command: yum -y update
|
||||||
|
|
Loading…
Reference in a new issue