Changeset 271
- Timestamp:
- 10/28/07 16:42:36 (1 year ago)
- Files:
-
- branches/2.3/docs/phing_guide/book/PhingGuide.book (modified) (1 diff)
- branches/2.3/docs/phing_guide/book/chapters/ProjectComponents.html (modified) (2 diffs)
- branches/2.3/docs/phing_guide/book/chapters/appendixes/AppendixD2-CoreFilters.html (modified) (1 diff)
- branches/2.3/docs/phing_guide/book/chapters/appendixes/AppendixD3-CoreMappers.html (modified) (1 diff)
- branches/2.3/docs/phing_guide/book/chapters/appendixes/AppendixD4-CoreSelectors.html (added)
- branches/2.3/docs/phing_guide/book/js/Chapters.js (modified) (1 diff)
- branches/2.3/docs/phing_guide/book/toc/FrameToC.html (modified) (1 diff)
- branches/2.3/docs/phing_guide/book/toc/ToC.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/docs/phing_guide/book/PhingGuide.book
r269 r271 13 13 chapters/appendixes/AppendixD2-CoreFilters.html 14 14 chapters/appendixes/AppendixD3-CoreMappers.html 15 chapters/appendixes/AppendixD4-CoreSelectors.html 15 16 chapters/appendixes/AppendixE-ProjectComponents.html 16 17 chapters/appendixes/AppendixF-FileFormats.html branches/2.3/docs/phing_guide/book/chapters/ProjectComponents.html
r270 r271 21 21 individual pieces do. </p> 22 22 <p>For supplemental reference information, you should see <a href="appendixes/AppendixB-CoreTasks.html">Appendix 23 B</a>, <a href="appendixes/AppendixC-CoreTypes.html">Appendix C</a> and <a href="appendixes/Appendix D-ProjectComponents.html">Appendix23 B</a>, <a href="appendixes/AppendixC-CoreTypes.html">Appendix C</a> and <a href="appendixes/AppendixE-ProjectComponents.html">Appendix 24 24 D</a>. </p> 25 25 … … 43 43 attributes are fairly self-explanatory; the <em>default</em> attribute specifies 44 44 the default <em>Target</em> to execute if no target is specified (<a href="#Target">Targets</a> 45 are described below). For a complete reference, see <a href="appendixes/Appendix D-ProjectComponents.html#Project">Appendix45 are described below). For a complete reference, see <a href="appendixes/AppendixE-ProjectComponents.html#Project">Appendix 46 46 D</a>. </p> 47 47 branches/2.3/docs/phing_guide/book/chapters/appendixes/AppendixD2-CoreFilters.html
r269 r271 1 1 <!-- 2 -File $Id : AppendixD-CoreTypes.html 247 2007-10-16 21:09:37Z hans$2 -File $Id$ 3 3 -License GNU FDL (http://www.gnu.org/copyleft/fdl.html) 4 4 -Copyright 2002, turing branches/2.3/docs/phing_guide/book/chapters/appendixes/AppendixD3-CoreMappers.html
r270 r271 1 1 <!-- 2 -File $Id : AppendixD-CoreTypes.html 247 2007-10-16 21:09:37Z hans$2 -File $Id$ 3 3 -License GNU FDL (http://www.gnu.org/copyleft/fdl.html) 4 4 -Copyright 2002, turing branches/2.3/docs/phing_guide/book/js/Chapters.js
r270 r271 11 11 new Array('chapters/appendixes/AppendixD2-CoreFilters.html','Appendix D-2: Core Filters'), 12 12 new Array('chapters/appendixes/AppendixD3-CoreMappers.html','Appendix D-3: Core Mappers'), 13 new Array('chapters/appendixes/AppendixD4-CoreSelectors.html','Appendix D: Core Selectors'), 13 14 new Array('chapters/appendixes/AppendixE-ProjectComponents.html','Appendix E: Project Components'), 14 15 new Array('chapters/appendixes/AppendixF-FileFormats.html','Appendix F: File Formats'), branches/2.3/docs/phing_guide/book/toc/FrameToC.html
r270 r271 187 187 </ul> 188 188 <ul> 189 <li><a href="../chapters/appendixes/AppendixD4-CoreSelectors.html" target="Content">Appendix D: Core Selectors</a></li> 190 <ul></ul> 191 </ul> 192 <ul> 189 193 <li><a href="../chapters/appendixes/AppendixE-ProjectComponents.html" target="Content">Appendix E: Project Components</a></li> 190 194 <ul> branches/2.3/docs/phing_guide/book/toc/ToC.html
r270 r271 172 172 </ul> 173 173 <ul> 174 <li><a href="../chapters/appendixes/AppendixD4-CoreSelectors.html">Appendix D: Core Selectors</a></li> 175 <ul></ul> 176 </ul> 177 <ul> 174 178 <li><a href="../chapters/appendixes/AppendixE-ProjectComponents.html">Appendix E: Project Components</a></li> 175 179 <ul>
