From ef6e0bc26d3fbc01025ed9dcc5de700fc0f5d2d3 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Mon, 2 Apr 2012 15:22:05 -0500 Subject: Added Rawhide repo. --- scripts/f16-setup.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts') diff --git a/scripts/f16-setup.sh b/scripts/f16-setup.sh index 4afa7ec..5653ae5 100755 --- a/scripts/f16-setup.sh +++ b/scripts/f16-setup.sh @@ -2,6 +2,11 @@ RESTEASY_DIR=/usr/share/resteasy-jaxrs-2.3.2.Final +yum install -y\ + apache-commons-cli\ + httpcomponents-client\ + httpcomponents-core + mkdir -p /usr/share/java/glassfish-jaxb cd /usr/share/java/glassfish-jaxb ln -sf $RESTEASY_DIR/lib/jaxb-impl-2.2.4.jar jaxb-impl.jar -- cgit