bloritsch    2003/06/24 10:36:41

  Modified:    csframework AvalonFramework.build
  Log:
  add a couple descriptions
  
  Revision  Changes    Path
  1.2       +3 -3      avalon-sandbox/csframework/AvalonFramework.build
  
  Index: AvalonFramework.build
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/csframework/AvalonFramework.build,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AvalonFramework.build     24 Jun 2003 17:34:52 -0000      1.1
  +++ AvalonFramework.build     24 Jun 2003 17:36:41 -0000      1.2
  @@ -4,7 +4,7 @@
     <property name="library.name" value="${name}-${version}"/>
     <property name="build.debug" value="true"/>
   
  -  <target name="build">
  +  <target name="build" description="Build the AvalonFramework dll">
       <csc target="library"
            output="${library.name}.dll"
            debug="${build.debug}">
  @@ -17,9 +17,9 @@
        </csc>
     </target>
   
  -  <target name="clean">
  -    <delete file="${library.name}.dll"/>
  +  <target name="clean" description="Clean up after ourselves">
       <delete file="${library.name}.pdb"/>
  +    <delete file="${library.name}.dll"/>
       <delete file="${library.name}.xml"/>
     </target>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to