ajack       2004/08/17 20:11:03

  Modified:    project  xom.xml
               profile  gump.xml
  Added:       project  tagsoup.xml
  Log:
  Adding tagsoup, a new dependency for XOM.
  
  Revision  Changes    Path
  1.8       +5 -8      gump/project/xom.xml
  
  Index: xom.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/xom.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- xom.xml   27 Feb 2004 09:22:57 -0000      1.7
  +++ xom.xml   18 Aug 2004 03:11:03 -0000      1.8
  @@ -31,17 +31,14 @@
       <depend project="junit"/>
       <depend project="xml-xerces"/>
       <depend project="xml-apis"/>
  +    <depend project="tagsoup"/>
       <depend project="jakarta-servletapi-5-servlet"/>
       <work nested="lib/normalizer.jar"/>
       <jar name="build/xom-@@DATE@@.jar"/>
  -    <nag>
  -      <regexp 
  -        from="Elliotte Harold &lt;[EMAIL PROTECTED]&gt;"
  -        to="[EMAIL PROTECTED]"/>
  -      <regexp
  -        from="&lt;[EMAIL PROTECTED]&gt;"
  -        to="[EMAIL PROTECTED]"/>
  -    </nag>
  +    <nag from="Elliotte Harold &lt;[EMAIL PROTECTED]&gt;"
  +         to="[EMAIL PROTECTED]"/>
  +    <nag from="&lt;[EMAIL PROTECTED]&gt;"
  +         to="[EMAIL PROTECTED]"/>
     </project>
   
   </module>
  
  
  
  1.1                  gump/project/tagsoup.xml
  
  Index: tagsoup.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    Copyright 2001-2004 The Apache Software Foundation
  
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
  
         http://www.apache.org/licenses/LICENSE-2.0
  
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
  -->
  <module name="tagsoup">
  
    <description>A SAX-compliant parser written in Java that, instead of parsing 
well-formed or valid XML, parses HTML as it is found in the wild: nasty and brutish, 
though quite often far from short.</description>
    <url href="http://mercury.ccil.org/~cowan/XML/tagsoup/"/>
  
    <project name="tagsoup">
      <package>org.ccil.cowan.tagsoup</package>
      <jar name="tagsoup-0.9.7.jar"/>
    </project>
  
  </module>
  
  
  
  1.379     +1 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.378
  retrieving revision 1.379
  diff -u -r1.378 -r1.379
  --- gump.xml  12 Aug 2004 21:56:25 -0000      1.378
  +++ gump.xml  18 Aug 2004 03:11:03 -0000      1.379
  @@ -342,6 +342,7 @@
     <project name="saxon"            package="saxon7-9"/>
     <project name="saxon6"           package="saxon6_5_3"/>
     <project name="stax"             package="stax"/>
  +  <project name="tagsoup"          package="tagsoup-0.9.7"/> 
     <project name="packaged-dom4j"   package="dom4j-1.4"/>
   
   
  
  
  

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

Reply via email to