Changeset 2929
- Timestamp:
- 06/04/10 01:22:43
- Files:
-
- trunk/build/platforms/jbossService.xml (modified) (1 diff)
- trunk/build/platforms/jbossWar.xml (modified) (1 diff)
- trunk/build/platforms/runnableService.xml (modified) (1 diff)
- trunk/build/platforms/tomcat5War.xml (modified) (1 diff)
- trunk/deployment/appjars.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/platforms/jbossService.xml
r2716 r2929 188 188 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-core}"/> 189 189 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-misc}"/> 190 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.backport-util-concurrent}"/> 190 191 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ical4j}"/> 191 192 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/> trunk/build/platforms/jbossWar.xml
r2829 r2929 236 236 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-core}"/> 237 237 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-misc}"/> 238 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.backport-util-concurrent}"/> 238 239 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ical4j}"/> 239 240 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/> trunk/build/platforms/runnableService.xml
r2716 r2929 84 84 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-core}"/> 85 85 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-misc}"/> 86 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.backport-util-concurrent}"/> 86 87 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ical4j}"/> 87 88 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/> trunk/build/platforms/tomcat5War.xml
r2711 r2929 88 88 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-core}"/> 89 89 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.lucene-misc}"/> 90 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.backport-util-concurrent}"/> 90 91 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.ical4j}"/> 91 92 <copy todir="${app.dest.lib}" file="${org.bedework.appjar.commons-codec}"/> trunk/deployment/appjars.xml
r2816 r2929 213 213 214 214 <getJar lib="${org.bedework.app.lib}" 215 name="ical4j" version="head-dev" /> 215 name="backport-util-concurrent" /> 216 217 <getJar lib="${org.bedework.app.lib}" 218 name="ical4j" version="head-20100601" /> 216 219 217 220 <getJar lib="${org.bedework.app.lib}"
