### START - Dependency installation order ###
java-order = 82
subversion-order = 83
maven-order = 84
apache-order = 85
mysql-order = 86
daytrader-order = 87
geronimo-order = 88
geronimo-jdbc-order = 93
rain-wkt-order = 94
### END - Dependency installation order ###

### START - Dependency-specific installation method ###
# pm = "package manager" (yum or apt-get)
# sl = "soft link" (assume that the dependency is already installed, just has to
# be properly exposed to the user's path.
# git = git clone using above giturl
# pip = python pip utility
# man = "manual"
java-install = pm
subversion-install = pm
maven-install = pm
apache-install = pm
mysql-install = pm
daytrader-install = man
geronimo-install = man
geronimo-jdbc-install = man
rain-wkt-install = man
### END - Dependency-specific installation method ###

### START - Tests ###
java-configure = java -version 2>&1 | grep version | cut -d ' ' -f 3 | sed -e 's/_/./g' | sed 's/-internal//g'
subversion-configure = svn --version | head -n 1 | grep version | cut -d ' ' -f 3
maven-configure = mvn --version | head -n 1 | cut -d ' ' -f 3
apache-configure = apache2 -v
mysql-configure = mysql --version | cut -d ' ' -f 6
daytrader-configure = ls -la ~/daytrader-parent-3.0.0/
geronimo-configure = ls -la ~/geronimo-tomcat7-*
geronimo-jdbc-configure = ls -la ~/geronimo-tomcat7-javaee6-3.0.1/repository/org/apache/geronimo/modules/com/mysql/jdbc/jdbc2/optional/MysqlXADataSource/*.jar
rain-wkt-configure = ls -la ~/rain-workload-toolkit/
### END - Tests ###

### START - Dependency versions ###
java-ver = 1.7
subversion-ver = 1.4
maven-ver = 2
apache-ver = ANY
mysql-ver = 5.0
daytrader-ver = ANY
geronimo-ver = ANY
geronimo-jdbc-ver = ANY
rain-wkt-ver = ANY
### END - Dependency versions ###

### START - Dependency URLs ###

### END - Dependency URLs ###

### START -  Dependency and method-specific command lines ###

# AUTOMATICALLY EXTRACTED FROM DOCKERFILE ON ../../docker/workload/

### END -  Dependency and method-specific command lines ###
