Changeset 1119
- Timestamp:
- 12/07/06 14:53:41
- Files:
-
- trunk/build.xml (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r1043 r1119 315 315 description="cleans the access project"> 316 316 <ant antfile="${org.bedework.project.access}/build.xml" inheritall="false" 317 target=" clean" />317 target="deep-clean" /> 318 318 </target> 319 319 … … 335 335 description="clean the bwtools project"> 336 336 <ant antfile="${org.bedework.project.bwtools}/build.xml" inheritall="false" 337 target=" clean" />337 target="deep-clean" /> 338 338 </target> 339 339 … … 355 355 description="clean the caldav project"> 356 356 <ant antfile="${org.bedework.project.caldav}/build.xml" inheritall="false" 357 target=" clean" />357 target="deep-clean" /> 358 358 </target> 359 359 … … 385 385 description="clean the caldavTest project"> 386 386 <ant antfile="${org.bedework.project.caldavTest}/build.xml" inheritall="false" 387 target=" clean" />387 target="deep-clean" /> 388 388 </target> 389 389 … … 432 432 description="clean the calendar project"> 433 433 <ant antfile="${org.bedework.project.calendarapi}/build.xml" inheritall="false" 434 target=" clean" />434 target="deep-clean" /> 435 435 </target> 436 436 … … 465 465 description="cleans the davutil project"> 466 466 <ant antfile="${org.bedework.project.davutil}/build.xml" inheritall="false" 467 target=" clean" />467 target="deep-clean" /> 468 468 </target> 469 469 … … 485 485 description="clean the dumprestore project"> 486 486 <ant antfile="${org.bedework.project.dumprestore}/build.xml" inheritall="false" 487 target=" clean" />487 target="deep-clean" /> 488 488 </target> 489 489 … … 505 505 description="cleans the freebusy project"> 506 506 <ant antfile="${org.bedework.project.freebusy}/build.xml" inheritall="false" 507 target=" clean" />507 target="deep-clean" /> 508 508 </target> 509 509 … … 517 517 518 518 <target name="clean.freebusy.if" depends="init" if="org.bedework.qs.build.freebusy" > 519 <antcall inheritrefs="true" target="clean.freebusy" /> 519 520 </target> 520 521 … … 550 551 description="cleans the rpiutil project"> 551 552 <ant antfile="${org.bedework.project.rpiutil}/build.xml" inheritall="false" 552 target=" clean" />553 target="deep-clean" /> 553 554 </target> 554 555 … … 570 571 description="clean the synchml project"> 571 572 <ant antfile="${org.bedework.project.synchml}/build.xml" inheritall="false" 572 target=" clean" />573 target="deep-clean" /> 573 574 </target> 574 575 … … 600 601 description="clean the webapps project"> 601 602 <ant antfile="${org.bedework.project.webapps}/build.xml" inheritall="false" 602 target=" clean" />603 target="deep-clean" /> 603 604 </target> 604 605 … … 623 624 description="cleans the webdav project"> 624 625 <ant antfile="${org.bedework.project.webdav}/build.xml" inheritall="false" 625 target=" clean" />626 target="deep-clean" /> 626 627 </target> 627 628 … … 712 713 <attribute name="prefix" /> 713 714 <sequential> 715 <delete> 716 <fileset dir="@{target}/lib" includes="@{prefix}*.jar"/> 717 </delete> 718 714 719 <copy todir="@{target}/lib" overwrite="yes"> 715 720 <fileset dir="@{this}/@{fromdir}">
