Changeset 1397 for trunk/build.xml
- Timestamp:
- 03/03/08 21:19:47 (7 months ago)
- Files:
-
- trunk/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r1316 r1397 63 63 </if> 64 64 </target> 65 65 66 <target name="test-initializers" description="run initializers"> 67 <if> 68 <isset property="package" /> 69 <then> 70 <phing phingfile="${build.base.dir}/${package}/build.xml" target="test-initializers" /> 71 </then> 72 <else> 73 <phing phingfile="${build.base.dir}/stubbles/build.xml" target="test-initializers" /> 74 </else> 75 </if> 76 </target> 77 66 78 <target name="check-style" description="check coding standards"> 67 79 <phing phingfile="${build.base.dir}/stubbles/build.xml" target="check-style" />
