mrglavas    2005/06/12 21:02:14

  Modified:    java     build.xml
  Log:
  Generate Javadocs for org.w3c.dom.xpath.
  
  Revision  Changes    Path
  1.187     +8 -5      xml-xerces/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/build.xml,v
  retrieving revision 1.186
  retrieving revision 1.187
  diff -u -r1.186 -r1.187
  --- build.xml 6 Jun 2005 04:42:48 -0000       1.186
  +++ build.xml 13 Jun 2005 04:02:14 -0000      1.187
  @@ -216,7 +216,8 @@
                   org/w3c/dom/html/**
                   org/w3c/dom/ls/**
                   org/w3c/dom/ranges/**
  -                org/w3c/dom/traversal/**"
  +                org/w3c/dom/traversal/**
  +                 org/w3c/dom/xpath/**"
           />
       </unzip>
       
  @@ -250,7 +251,8 @@
                   org/w3c/dom/ls/**
                   org/w3c/dom/html/**
                   org/w3c/dom/ranges/**
  -                org/w3c/dom/traversal/**"
  +                org/w3c/dom/traversal/**
  +                org/w3c/dom/xpath/**"
              />
     </target>
   
  @@ -1530,12 +1532,13 @@
                  includeAntRuntime="false"
                  includeJavaRuntime="false"
                  excludes="org/xml/sax/** 
  -                    javax/xml/parsers/**
  +                    javax/xml/**
                       org/w3c/dom/*
                       org/w3c/dom/events/**
                       org/w3c/dom/html/**
                       org/w3c/dom/ranges/**
  -                    org/w3c/dom/traversal/**"
  +                    org/w3c/dom/traversal/**
  +                    org/w3c/dom/xpath/**"
                  />
        </target>
     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to