Can add descriptions and comments

<xml version="1.0"?> 
<project default="init" name="Project Argon"> 

<description> 
  A simple project introducing the use of descriptive tags in Ant build files.
<description/> 

  <!-- XML comments can also be used --> 
  <target name="init" description="Initialize Argon database"> 
  <-- perform initialization steps here -->
  <target/> 
<project/>


previous | start | next .... [Slide 5] ....