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/11/13 07:45:35 UTC

cvs commit: xml-xerces/perl Makefile.PL

jasons      2002/11/12 22:45:35

  Modified:    perl     Makefile.PL
  Log:
  	* Makefile.PL (Repository):
  	not using DOMParse
  
  Revision  Changes    Path
  1.33      +3 -3      xml-xerces/perl/Makefile.PL
  
  Index: Makefile.PL
  ===================================================================
  RCS file: /home/cvs/xml-xerces/perl/Makefile.PL,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- Makefile.PL	27 Aug 2002 19:51:36 -0000	1.32
  +++ Makefile.PL	13 Nov 2002 06:45:35 -0000	1.33
  @@ -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 = '2.0';
  +my $XERCES_MAJOR_VERSION = '2.1';
   my $XERCES_MINOR_VERSION = '0';
   my $XERCES_LIB_VERSION = "$XERCES_MAJOR_VERSION.$XERCES_MINOR_VERSION";
   my $XERCES_PERL_VERSION = $XERCES_LIB_VERSION . '-0';
  @@ -235,13 +235,13 @@
     'CCFLAGS'     => $CFLAGS,
     'PM'          => {
       'Xerces.pm' => '$(INST_LIB)/XML/Xerces.pm',
  -    'DOMParse/DOMParse.pm' => '$(INST_LIB)/XML/Xerces/DOMParse.pm',
  +#    'DOMParse/DOMParse.pm' => '$(INST_LIB)/XML/Xerces/DOMParse.pm',
     },
     'INC'         => $INCLUDES,
     'MYEXTLIB'    => $HANDLER_LIB,
     'LIBS'        => [$LIBS],
     'OBJECT'      => $OBJS,
  -  'DIR'         => ['DOMParse'],
  +#  'DIR'         => ['DOMParse'],
     'VERSION'     => "$XERCES_PERL_VERSION",
     @OPTIMIZE,
     @MACRO
  
  
  

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