summaryrefslogtreecommitdiffstats
path: root/scripts/dev-init.sh
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-05-16 16:25:52 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-05-16 16:25:52 -0500
commit1dbca9a3e3434251e172ec49b2f45b04ab9420ec (patch)
tree0b3f7787c417ac5859260a7fc4c5062ec6512cae /scripts/dev-init.sh
parent6983359fc10a33be0c393da0f43d2762d0bc8061 (diff)
downloadpki-dev-1dbca9a3e3434251e172ec49b2f45b04ab9420ec.tar.gz
pki-dev-1dbca9a3e3434251e172ec49b2f45b04ab9420ec.tar.xz
pki-dev-1dbca9a3e3434251e172ec49b2f45b04ab9420ec.zip
Fixed path and dependency problems.
Diffstat (limited to 'scripts/dev-init.sh')
-rwxr-xr-xscripts/dev-init.sh58
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