Changeset 1916
- Timestamp:
- 08/11/08 01:21:31
- Files:
-
- trunk/build.xml (modified) (1 diff)
- trunk/build/quickstart/addgroup (added)
- trunk/build/quickstart/addgroupmember (added)
- trunk/build/quickstart/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r1915 r1916 702 702 </target> 703 703 704 <target name="addGroup" depends="init" 705 description="Build and run directory tools to add a group"> 706 <ant antfile="${org.bedework.project.bwtools}/build.xml" inheritall="false" 707 target="addGroup" /> 708 </target> 709 710 <target name="addGroupMember" depends="init" 711 description="Build and run directory tools to add a group member"> 712 <ant antfile="${org.bedework.project.bwtools}/build.xml" inheritall="false" 713 target="addGroupMember" /> 714 </target> 715 704 716 <!-- ================================================================= 705 717 Build and run the unit test suite trunk/build/quickstart/build.xml
r1915 r1916 245 245 </target> 246 246 247 <target name="addGroup" depends="init" 248 description="Build and run directory tools to add a group"> 249 <ant antfile="${bedework.build.file}" inheritall="false" 250 target="addGroup" /> 251 </target> 252 253 <target name="addGroupMember" depends="init" 254 description="Build and run directory tools to add a group member"> 255 <ant antfile="${bedework.build.file}" inheritall="false" 256 target="addGroupMember" /> 257 </target> 247 258 </project>
