From 0bfd291051117ea6af3c2637a764a8f56626f555 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 8 Mar 2012 03:10:49 -0600 Subject: Initial check-in. --- scripts/dev-init.sh | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100755 scripts/dev-init.sh (limited to 'scripts/dev-init.sh') diff --git a/scripts/dev-init.sh b/scripts/dev-init.sh new file mode 100755 index 0000000..f5f84e4 --- /dev/null +++ b/scripts/dev-init.sh @@ -0,0 +1,70 @@ +#!/bin/sh -x + +yum install -y rpm-build\ + cmake\ + gcc\ + gcc-c++\ + selinux-policy-doc\ + java-devel\ + ldapjdk\ + apache-commons-codec\ + nspr-devel\ + nss-devel\ + openldap-devel\ + velocity\ + xalan-j2\ + xerces-j2\ + candlepin-deps\ + 389-ds\ + java-1.7.0-openjdk\ + junit\ + javassist\ + jettison\ + tomcatjss\ + perl-File-Slurp\ + perl-XML-LibXML\ + perl-Crypt-SSLeay\ + eclipse\ + @development-tools\ + fedora-packager + +# resteasy +yum install -y\ + apache-commons-cli\ + apache-mime4j\ + bea-stax\ + bouncycastle\ + bouncycastle-mail\ + cglib\ + codehaus-parent\ + dnsjava\ + glassfish-jaxb\ + glassfish-jaxb-api\ + google-guice\ + httpcomponents-client\ + httpcomponents-core\ + httpunit\ + jackson\ + jboss-web\ + jcip-annotations\ + istack-commons\ + scannotation\ + snakeyaml\ + glassfish-fi\ + txw2\ + jetty-version-maven-plugin\ + maven\ + maven-checkstyle-plugin\ + maven-compiler-plugin\ + maven-deploy-plugin\ + maven-install-plugin\ + maven-javadoc-plugin\ + maven-jaxb2-plugin\ + maven-plugin-cobertura\ + maven-pmd-plugin\ + maven-resources-plugin\ + maven-site-plugin\ + maven-source-plugin\ + maven-surefire-plugin\ + maven-surefire-report-plugin + -- cgit