Skip to content

Commit

Permalink
JSR309 build configuration missing from previous commit. Issue #1550.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghjansen committed Oct 10, 2017
1 parent addc26f commit e5955ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/build.xml
Original file line number Diff line number Diff line change
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"/>

This comment has been minimized.

Copy link
@jaimecasero

jaimecasero Oct 10, 2017

Contributor

are these jar files necessary for compile, or just required for bundling?

<copy failonerror="true" file="${configuration.directory}/dialogicsmiltypes-3.2-GA-14621.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 Config scripts -->
<!--copy toDir="${release.as7.dir}/tools/config-scripts" failonerror="true">
Expand Down

0 comments on commit e5955ae

Please sign in to comment.