Changeset 2251
- Timestamp:
- 07/09/09 00:56:56
- Files:
-
- branches/douglm/build.xml (modified) (6 diffs)
- branches/douglm/deployment/publiccaldav/webapp/appjars.xml (modified) (1 diff)
- branches/douglm/deployment/usercaldav/webapp/appjars.xml (modified) (1 diff)
- branches/douglm/deployment/webpublic/webapp/appjars.xml (modified) (1 diff)
- branches/douglm/deployment/webuser/webapp/appjars.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/douglm/build.xml
r2084 r2251 34 34 <property name="org.bedework.project.caldav" 35 35 location="${org.bedework.projects}/caldav" /> 36 37 <property name="org.bedework.project.caldavimpl" 38 location="${org.bedework.projects}/caldavimpl" /> 36 39 37 40 <property name="org.bedework.project.caldavTest" … … 203 206 <target name="build" depends="init.build,build.rpiutil,build.bwtzsvr, 204 207 build.access,build.davutil, 208 build.webdav,build.caldav, 205 209 build.calendarapi,build.dumprestore, 206 build. webdav,build.caldav,build.caldavTest,210 build.caldavTest,build.caldavimpl, 207 211 build.bwtools,build.webapps, 208 212 build.testsuite,build.deployutil" … … 217 221 clean.calendarapi,clean.dumprestore, 218 222 clean.webdav,clean.caldav,clean.caldavTest, 223 clean.caldavimpl, 219 224 clean.bwtools,clean.webapps, 220 225 clean.testsuite" … … 228 233 clean.calendarapi,clean.dumprestore, 229 234 clean.webdav,clean.caldav,clean.caldavTest, 235 clean.caldavimpl, 230 236 clean.bwtools,clean.webapps, 231 237 clean.testsuite" … … 350 356 </ant> 351 357 358 <ant antfile="${org.bedework.project.caldavimpl}/build.xml" inheritall="false" 359 target="javadoc" > 360 <property name="destdir" 361 location="${org.bedework.projectdocs.home}/caldavimpl/api" /> 362 </ant> 363 352 364 <ant antfile="${org.bedework.project.caldavTest}/build.xml" inheritall="false" 353 365 target="javadoc" > … … 462 474 <target name="clean.build.caldav" depends="clean.caldav,build.caldav" 463 475 description="clean builds the caldav project"/> 476 477 <!-- ................................................................. 478 caldavimpl 479 .................................................................. --> 480 <target name="build.caldavimpl" depends="init" 481 description="builds the caldavimpl project"> 482 <ant antfile="${org.bedework.project.caldavimpl}/build.xml" inheritall="false" 483 target="build-all" > 484 <property name="org.bedework.libcache.dir" 485 location="${org.bedework.project.bedework}/libcache"/> 486 </ant> 487 </target> 488 489 <target name="clean.caldavimpl" depends="init" 490 description="clean the caldavimpl project"> 491 <ant antfile="${org.bedework.project.caldavimpl}/build.xml" inheritall="false" 492 target="deep-clean" /> 493 </target> 494 495 <target name="clean.build.caldavimpl" depends="clean.caldav,build.caldav" 496 description="clean builds the caldavimpl project"/> 464 497 465 498 <!-- ................................................................. branches/douglm/deployment/publiccaldav/webapp/appjars.xml
r2249 r2251 13 13 libcache="${org.bedework.libcache.dir}" 14 14 name="bw-caldav" version="3.6" 15 projecthome="${bw.project.home}/projects/caldav " />15 projecthome="${bw.project.home}/projects/caldavimpl" /> 16 16 17 17 <getJar lib="${org.bedework.temp.extrajars.dir}" branches/douglm/deployment/usercaldav/webapp/appjars.xml
r2249 r2251 13 13 libcache="${org.bedework.libcache.dir}" 14 14 name="bw-caldav" version="3.6" 15 projecthome="${bw.project.home}/projects/caldav " />15 projecthome="${bw.project.home}/projects/caldavimpl" /> 16 16 17 17 <getJar lib="${org.bedework.temp.extrajars.dir}" branches/douglm/deployment/webpublic/webapp/appjars.xml
r1998 r2251 12 12 <getJar lib="${org.bedework.temp.extrajars.dir}" 13 13 libcache="${org.bedework.libcache.dir}" 14 name="bw-cdvutil" version="3.6" 15 projecthome="${bw.project.home}/projects/caldav" /> 16 17 <getJar lib="${org.bedework.temp.extrajars.dir}" 18 libcache="${org.bedework.libcache.dir}" 14 19 name="bw-webcommon" version="3.5" 15 20 projecthome="${bw.project.home}/projects/webapps" /> branches/douglm/deployment/webuser/webapp/appjars.xml
r1998 r2251 12 12 <getJar lib="${org.bedework.temp.extrajars.dir}" 13 13 libcache="${org.bedework.libcache.dir}" 14 name="bw-cdvutil" version="3.6" 15 projecthome="${bw.project.home}/projects/caldav" /> 16 17 <getJar lib="${org.bedework.temp.extrajars.dir}" 18 libcache="${org.bedework.libcache.dir}" 14 19 name="bw-webcommon" version="3.5" 15 20 projecthome="${bw.project.home}/projects/webapps" />
