Changeset 1725
- Timestamp:
- 07/21/08 00:37:33 (4 months ago)
- Files:
-
- labs/incubator/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
labs/incubator/build.xml
r1718 r1725 174 174 <target name="test-all" depends="test, test-integration" description="Runs all available checks and tests."/> 175 175 176 <target name="create-api-doc" description="Creates API docs"> 177 <delete> 178 <fileset dir="${stubbles.base.dir}/docs/api"> 179 <include name="**/*"/> 180 </fileset> 181 </delete> 182 <phpdoc title="Stubbles" 183 destdir="${stubbles.base.dir}/docs/api" 184 sourcecode="yes" 185 output="HTML:frames:DOM/earthli" 186 defaultpackagename="stubbles"> 187 <fileset dir="src/main/php"> 188 <include name="**/*.php"/> 189 <exclude name="**/org/**"/> 190 </fileset> 191 </phpdoc> 192 </target> 193 176 194 <target name="clear-cache" description="Clears all cache files."> 177 195 <delete file="${stubbles.base.dir}/lib/.cache" verbose="true"/>
