Changeset 2935

Show
Ignore:
Timestamp:
06/15/10 23:23:38
Author:
douglm
Message:

Missing jar file in 3.6 build.

Also small comment fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/bedework-3.6/build/platforms/jboss.xml

    r2828 r2935  
    2828          </then> 
    2929        </if> 
    30         <!-- If requested copy in the activemq configuration. --> 
     30        <!-- If requested copy in the db configuration. --> 
    3131 
    3232        <if> 
  • releases/bedework-3.6/build/platforms/jbossService.xml

    r2737 r2935  
    188188    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-core}"/> 
    189189    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-misc}"/> 
     190    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.backport-util-concurrent}"/> 
    190191    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ical4j}"/> 
    191192    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/> 
  • releases/bedework-3.6/build/platforms/jbossWar.xml

    r2828 r2935  
    236236    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-core}"/> 
    237237    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-misc}"/> 
     238    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.backport-util-concurrent}"/> 
    238239    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ical4j}"/> 
    239240    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/> 
  • releases/bedework-3.6/build/platforms/runnableService.xml

    r2737 r2935  
    8484    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-core}"/> 
    8585    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-misc}"/> 
     86    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.backport-util-concurrent}"/> 
    8687    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ical4j}"/> 
    8788    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/> 
  • releases/bedework-3.6/build/platforms/tomcat5War.xml

    r2737 r2935  
    8888    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-core}"/> 
    8989    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-misc}"/> 
     90    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.backport-util-concurrent}"/> 
    9091    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ical4j}"/> 
    9192    <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/>