Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Update project.version usages from rhq-container.build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Simeon Pinder authored and spinder committed Oct 3, 2014
1 parent 729d209 commit 864ae26
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,19 +224,19 @@
<fail unless="jboss.home.is.valid" message="${jboss.home} does not contain a valid JBossAS installation - aborting!" />

<echo>Adding main EAR app module to ${jboss.modules.dir} ...</echo>
<unzip src="${settings.localRepository}/org/rhq/server-startup/${project.version}/server-startup-${project.version}.zip"
<unzip src="${settings.localRepository}/org/rhq/server-startup/${server-startup.version}/server-startup-${server-startup.version}.zip"
dest="${jboss.modules.dir}" />

<echo>Adding installer module to ${jboss.modules.dir} ...</echo>
<unzip src="${settings.localRepository}/org/rhq/rhq-installer-util/${rhq-installer-util.version}/rhq-installer-util-${rhq-installer-util.version}.zip"
dest="${jboss.modules.dir}" />

<echo>Adding Cassandra installer module to ${jboss.modules.dir}...</echo>
<unzip src="${settings.localRepository}/org/rhq/rhq-cassandra-installer/${project.version}/rhq-cassandra-installer-${project.version}.zip"
<unzip src="${settings.localRepository}/org/rhq/rhq-cassandra-installer/${rhq-cassandra-installer.version}/rhq-cassandra-installer-${rhq-cassandra-installer.version}.zip"
dest="${jboss.modules.dir}"/>

<echo>Adding data migration module to ${jboss.modules.dir}...</echo>
<unzip src="${settings.localRepository}/org/rhq/rhq-data-migration/${project.version}/rhq-data-migration-${project.version}.zip"
<unzip src="${settings.localRepository}/org/rhq/rhq-data-migration/${rhq-data-migration.version}/rhq-data-migration-${rhq-data-migration.version}.zip"
dest="${jboss.modules.dir}"/>

<echo>Adding RHQ Server Control module to ${jboss.modules.dir}...</echo>
Expand Down Expand Up @@ -564,7 +564,7 @@ checkIfRunning(16);]]>
<copy file="${settings.localRepository}/org/rhq/helpers/rhq-rtfilter/${project.version}/rhq-rtfilter-${project.version}.zip"
tofile="${rhq.ear.dir}/rhq-downloads/connectors/rhq-rtfilter-module.zip" />

<copy file="${settings.localRepository}/org/rhq/helpers/rhq-rtfilter-subsystem/${project.version}/rhq-rtfilter-subsystem-${project.version}.zip"
<copy file="${settings.localRepository}/org/rhq/helpers/rhq-rtfilter-subsystem/${rhq-rtfilter-subsystem.version}/rhq-rtfilter-subsystem-${rhq-rtfilter-subsystem.version}.zip"
tofile="${rhq.ear.dir}/rhq-downloads/connectors/rhq-rtfilter-subsystem-module.zip" />
</target>

Expand All @@ -574,7 +574,7 @@ checkIfRunning(16);]]>
<!-- TODO: This should likely go away and the storage props should be defined at the top of this file like
the other props. -->
<loadproperties>
<zipentry zipfile="${settings.localRepository}/org/rhq/rhq-cassandra-ccm-core/${project.version}/rhq-cassandra-ccm-core-${project.version}.jar"
<zipentry zipfile="${settings.localRepository}/org/rhq/rhq-cassandra-ccm-core/${rhq-cassandra-ccm-core.version}/rhq-cassandra-ccm-core-${rhq-cassandra-ccm-core.version}.jar"
name="cassandra.properties"/>
</loadproperties>

Expand Down Expand Up @@ -1125,7 +1125,7 @@ ${comment}rhq.storage.verify-data-dirs-empty=${rhq.storage.verify-data-dirs-empt
<fileset dir="src/main/dev-resources" />
</copy>
<loadproperties>
<zipentry zipfile="${settings.localRepository}/org/rhq/rhq-cassandra-ccm-core/${project.version}/rhq-cassandra-ccm-core-${project.version}.jar"
<zipentry zipfile="${settings.localRepository}/org/rhq/rhq-cassandra-ccm-core/${rhq-cassandra-ccm-core.version}/rhq-cassandra-ccm-core-${rhq-cassandra-ccm-core.version}.jar"
name="cassandra.properties"/>
</loadproperties>

Expand Down

0 comments on commit 864ae26

Please sign in to comment.