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/07/04 17:36:15 UTC

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

tng         2002/07/04 08:36:15

  Modified:    c/scripts packageSources.pl
  Log:
  should not ship outdated OS2 Project files in samples
  
  Revision  Changes    Path
  1.45      +1 -0      xml-xerces/c/scripts/packageSources.pl
  
  Index: packageSources.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/packageSources.pl,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- packageSources.pl	12 Jun 2002 18:35:22 -0000	1.44
  +++ packageSources.pl	4 Jul 2002 15:36:15 -0000	1.45
  @@ -154,6 +154,7 @@
      system("$RM -rf $srctargetdir/include");
      system("$RM -rf $srctargetdir/doc/*.zip");
   
  +   system("$RM -rf $srctargetdir/samples/Projects/OS2");
      system("$RM -rf $srctargetdir/Projects/OS2");
      system("$RM -rf $srctargetdir/Projects/Win32/BCB4");
      system("$RM -rf $srctargetdir/Projects/Win32/BCB5");
  
  
  

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