You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/02/22 16:44:36 UTC

cvs commit: xml-xerces/c/scripts packageSources.pl

tng         02/02/22 07:44:36

  Modified:    c/scripts packageSources.pl
  Log:
  Do not ship out-dated project files.
  
  Revision  Changes    Path
  1.39      +4 -1      xml-xerces/c/scripts/packageSources.pl
  
  Index: packageSources.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageSources.pl,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- packageSources.pl	5 Feb 2002 21:57:44 -0000	1.38
  +++ packageSources.pl	22 Feb 2002 15:44:36 -0000	1.39
  @@ -154,7 +154,10 @@
      system("$RM -rf $srctargetdir/doc/*.zip");
   
      system("$RM -rf $srctargetdir/Projects/Win32/Unsupported");
  -#  system("$RM -rf $srctargetdir/Projects/Win32/BCB4");
  +   system("$RM -rf $srctargetdir/Projects/Win32/BCB4");
  +   system("$RM -rf $srctargetdir/Projects/Win32/BCB5");
  +   system("$RM -rf $srctargetdir/Projects/Win32/VACPP40");
  +   system("$RM -rf $srctargetdir/Projects/OS2");
      system("$RM $srctargetdir/scripts/packageSources.pl");
   
      chdir ($srctargetdir);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org