You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ja...@apache.org on 2002/03/24 00:29:59 UTC

cvs commit: xml-xerces/perl Makefile.PL

jasons      02/03/23 15:29:59

  Modified:    perl     Makefile.PL
  Log:
  	* Makefile.PL (Repository):
  	added 'xercesc' to move to 1.7
  	new version (1.7)
  	removed all Xerces_headers files
  
  Revision  Changes    Path
  1.27      +3 -7      xml-xerces/perl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Makefile.PL,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Makefile.PL	21 Feb 2002 03:19:26 -0000	1.26
  +++ Makefile.PL	23 Mar 2002 23:29:59 -0000	1.27
  @@ -87,7 +87,7 @@
   EOW
     }
   } elsif (defined $XERCESCROOT) {
  -  unless (-f "$XERCESCROOT/src/$config_file") {
  +  unless (-f "$XERCESCROOT/src/xerces/$config_file") {
     print STDERR <<EOW;
   
      WARNING
  @@ -120,7 +120,7 @@
   
   # We need to know which version of libxerces we are to use. 
   # As of Xerces-C 1.5.1, minor version numbers are used
  -my $XERCES_MAJOR_VERSION = '1.6';
  +my $XERCES_MAJOR_VERSION = '1.7';
   my $XERCES_MINOR_VERSION = '0';
   my $XERCES_LIB_VERSION = "$XERCES_MAJOR_VERSION.$XERCES_MINOR_VERSION";
   my $XERCES_PERL_VERSION = $XERCES_LIB_VERSION . '_0';
  @@ -180,11 +180,7 @@
     # set up the custom headers
     my @handler_headers;
     chomp(@handler_headers = `$FIND Handler -name "*.swig.hpp"`);
  -  my @pre_swig_headers = qw(framework/StdInInputSource.hpp
  -			    framework/XMLPScanToken.hpp
  -			    util/PlatformUtils.hpp
  -			    util/XMLURL.hpp
  -			    util/XMLUri.hpp
  +  my @pre_swig_headers = qw(
   			   );
     my $PRE_SWIG_HEADERS;
     my @PRE_SWIG_HEADERS;
  
  
  

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