Skip to content

Commit 404b5ef

Browse files
committed
modified env variables in build.properties
1 parent b8ed9a4 commit 404b5ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# name of organization using this soa-p-provision project
33
organization.name=spp
44

5-
provision.home=${ENV.JBP_HOME}
6-
downloads.dir=${provision.home}/downloads
5+
jboss.projects=${ENV.JBOSS_PROJECTS}
6+
downloads.dir=${jboss.projects}/downloads
77
####################################################################################################
88

99

@@ -117,6 +117,6 @@ org.jboss.spp.http.server.securePort=8447
117117

118118
######################## mod_cluster related configurations #############################
119119
mod.cluster.version=1.2.0.Final
120-
mod.cluster.home=${provision.home}/mod_cluster-${mod.cluster.version}
120+
mod.cluster.home=${jboss.projects}/mod_cluster-${mod.cluster.version}
121121
mod.cluster.archive=${downloads.dir}/mod_cluster-${mod.cluster.version}-bin.tar
122122
##################################################################################################

0 commit comments

Comments
 (0)