Skip to content

Commit

Permalink
Updating Olympus and JSR 309 connector versions used on build. Issue #…
Browse files Browse the repository at this point in the history
  • Loading branch information
ghjansen committed Apr 19, 2017
1 parent ecf2011 commit 23a891e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<property name="restcomm-media.distro.zip.path" value="${checkout.dir}/${restcomm-media.download.distro.file}"/>

<!-- <property name="restcomm-olympus.download.url" value="https://mobicents.ci.cloudbees.com/job/Olympus/${olympus.build}/artifact/target/olympus.war"/> -->
<property name="restcomm-olympus.download.url" value="https://mobicents.ci.cloudbees.com/job/Olympus/lastSuccessfulBuild/artifact/target/olympus.war"/>
<property name="restcomm-olympus.download.url" value="https://mobicents.ci.cloudbees.com/job/Olympus-2.X/lastSuccessfulBuild/artifact/target/olympus.war"/>
<property name="restcomm-olympus.path" value="${configuration.directory}/olympus.war"/>

<!-- Determine RVD retrieval URL
Expand Down Expand Up @@ -218,9 +218,9 @@
<touch file="${release.as7.dir}/standalone/deployments/RvdExternalServicesDemo.war.dodeploy"/>

<!-- Copy Dialogic JSR 309 connector -->
<copy failonerror="true" file="${configuration.directory}/dlgmsc-5.0-alpha.jar" toDir="${release.as7.dir}/standalone/deployments/restcomm.war/WEB-INF/lib"/>
<copy failonerror="true" file="${configuration.directory}/dlgcsmiltypes-4.1.429.jar" toDir="${release.as7.dir}/standalone/deployments/restcomm.war/WEB-INF/lib"/>
<copy failonerror="true" file="${configuration.directory}/msmltypes-4.1.429.jar" toDir="${release.as7.dir}/standalone/deployments/restcomm.war/WEB-INF/lib"/>
<copy failonerror="true" file="${configuration.directory}/dialogic309-3.2-snapshot-jboss.jar" toDir="${release.as7.dir}/standalone/deployments/restcomm.war/WEB-INF/lib"/>
<copy failonerror="true" file="${configuration.directory}/dialogicmsmltypes-3.2-GA-14621.jar" toDir="${release.as7.dir}/standalone/deployments/restcomm.war/WEB-INF/lib"/>
<copy failonerror="true" file="${configuration.directory}/dialogicsmiltypes-3.2-GA-14621.jar" toDir="${release.as7.dir}/standalone/deployments/restcomm.war/WEB-INF/lib"/>

<!-- Copy Config scripts -->
<!--copy toDir="${release.as7.dir}/tools/config-scripts" failonerror="true">
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed restcomm/configuration/dlgcsmiltypes-4.1.429.jar
Binary file not shown.
Binary file removed restcomm/configuration/dlgmsc-5.0-alpha.jar
Binary file not shown.

0 comments on commit 23a891e

Please sign in to comment.