You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/06/24 19:36:41 UTC

cvs commit: avalon-sandbox/csframework AvalonFramework.build

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: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org