You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2004/01/18 22:33:20 UTC

cvs commit: xml-forrest/src/core/var full.cvsignore

nicolaken    2004/01/18 13:33:20

  Modified:    .        build.xml
  Added:       src/core/var full.cvsignore
  Log:
  Add a cvsignore file to the build dir, so that cvs ignores it
  even if it's moved elsewhere.
  
  Revision  Changes    Path
  1.96      +3 -1      xml-forrest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/build.xml,v
  retrieving revision 1.95
  retrieving revision 1.96
  diff -u -r1.95 -r1.96
  --- build.xml	11 Jan 2004 10:31:53 -0000	1.95
  +++ build.xml	18 Jan 2004 21:33:19 -0000	1.96
  @@ -52,7 +52,9 @@
       </echo>
       
       <mkdir dir="${build.dir}"/>
  -    
  +    <!-- this is put so that CVS ignores the contents even if the build dir is renamed -->
  +    <copy file="src/core/var/full.cvsignore" tofile="${build.dir}/.cvsignore"/>
  +        
       <path id="classpath">
         <fileset dir="lib" includes="**/*.jar"/>
         <fileset dir="tools/jetty" includes="servlet*.jar"/>
  
  
  
  1.1                  xml-forrest/src/core/var/full.cvsignore
  
  Index: full.cvsignore
  ===================================================================
  *