diff options
Diffstat (limited to 'scripts/dev-init.sh')
| -rwxr-xr-x | scripts/dev-init.sh | 58 |
1 files changed, 14 insertions, 44 deletions
diff --git a/scripts/dev-init.sh b/scripts/dev-init.sh index f5f84e4..ff69c07 100755 --- a/scripts/dev-init.sh +++ b/scripts/dev-init.sh @@ -1,70 +1,40 @@ #!/bin/sh -x -yum install -y rpm-build\ +yum install -y\ + git\ + rpm-build\ cmake\ gcc\ gcc-c++\ - selinux-policy-doc\ java-devel\ ldapjdk\ + idm-console-framework\ + apache-commons-cli\ apache-commons-codec\ + httpcomponents-client\ + httpcomponents-core\ nspr-devel\ nss-devel\ + openldap-clients\ openldap-devel\ + openssl-devel\ velocity\ xalan-j2\ xerces-j2\ candlepin-deps\ + selinux-policy-devel\ 389-ds\ java-1.7.0-openjdk\ junit\ + jss\ javassist\ jettison\ tomcatjss\ perl-File-Slurp\ perl-XML-LibXML\ perl-Crypt-SSLeay\ + python-lxml\ 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 + fedora-packager\ + @development-tools |
