You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2010/12/26 23:31:10 UTC

svn commit: r1052974 - in /lucene/dev/trunk/lucene/contrib: CHANGES.txt ant/build.xml ant/lib/JTIDY-LICENSE.txt ant/lib/Tidy.jar ant/lib/jtidy-r938.jar

Author: rmuir
Date: Sun Dec 26 22:31:10 2010
New Revision: 1052974

URL: http://svn.apache.org/viewvc?rev=1052974&view=rev
Log:
LUCENE-2833: upgrade contrib/ant's tidy jar

Added:
    lucene/dev/trunk/lucene/contrib/ant/lib/JTIDY-LICENSE.txt
    lucene/dev/trunk/lucene/contrib/ant/lib/jtidy-r938.jar   (with props)
Removed:
    lucene/dev/trunk/lucene/contrib/ant/lib/Tidy.jar
Modified:
    lucene/dev/trunk/lucene/contrib/CHANGES.txt
    lucene/dev/trunk/lucene/contrib/ant/build.xml

Modified: lucene/dev/trunk/lucene/contrib/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/CHANGES.txt?rev=1052974&r1=1052973&r2=1052974&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/contrib/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/contrib/CHANGES.txt Sun Dec 26 22:31:10 2010
@@ -287,6 +287,8 @@ Build
 
  * LUCENE-2797: Upgrade contrib/icu's ICU jar file to ICU 4.6  
    (Robert Muir)
+
+ * LUCENE-2833: Upgrade contrib/ant's jtidy jar file to r938 (Robert Muir)
    
 Optimizations
 

Modified: lucene/dev/trunk/lucene/contrib/ant/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/ant/build.xml?rev=1052974&r1=1052973&r2=1052974&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/contrib/ant/build.xml (original)
+++ lucene/dev/trunk/lucene/contrib/ant/build.xml Sun Dec 26 22:31:10 2010
@@ -25,7 +25,7 @@
 
   <path id="additional.dependencies">
     <!-- TODO: make ${tidy.jar} property -->
-    <pathelement location="lib/Tidy.jar"/>
+    <fileset dir="lib" includes="jtidy-*.jar"/>
   </path>
 
   <pathconvert property="project.classpath"

Added: lucene/dev/trunk/lucene/contrib/ant/lib/JTIDY-LICENSE.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/ant/lib/JTIDY-LICENSE.txt?rev=1052974&view=auto
==============================================================================
--- lucene/dev/trunk/lucene/contrib/ant/lib/JTIDY-LICENSE.txt (added)
+++ lucene/dev/trunk/lucene/contrib/ant/lib/JTIDY-LICENSE.txt Sun Dec 26 22:31:10 2010
@@ -0,0 +1,53 @@
+/**
+*  Java HTML Tidy - JTidy
+*  HTML parser and pretty printer
+*
+*  Copyright (c) 1998-2000 World Wide Web Consortium (Massachusetts
+*  Institute of Technology, Institut National de Recherche en
+*  Informatique et en Automatique, Keio University). All Rights
+*  Reserved.
+*
+*  Contributing Author(s):
+*
+*     Dave Raggett <ds...@w3.org>
+*     Andy Quick <ac...@sympatico.ca> (translation to Java)
+*     Gary L Peskin <ga...@firstech.com> (Java development)
+*     Sami Lempinen <sa...@lempinen.net> (release management)
+*     Fabrizio Giustina <fgiust at users.sourceforge.net>
+*
+*  The contributing author(s) would like to thank all those who
+*  helped with testing, bug fixes, and patience.  This wouldn't
+*  have been possible without all of you.
+*
+*  COPYRIGHT NOTICE:
+* 
+*  This software and documentation is provided "as is," and
+*  the copyright holders and contributing author(s) make no
+*  representations or warranties, express or implied, including
+*  but not limited to, warranties of merchantability or fitness
+*  for any particular purpose or that the use of the software or
+*  documentation will not infringe any third party patents,
+*  copyrights, trademarks or other rights. 
+*
+*  The copyright holders and contributing author(s) will not be
+*  liable for any direct, indirect, special or consequential damages
+*  arising out of any use of the software or documentation, even if
+*  advised of the possibility of such damage.
+*
+*  Permission is hereby granted to use, copy, modify, and distribute
+*  this source code, or portions hereof, documentation and executables,
+*  for any purpose, without fee, subject to the following restrictions:
+*
+*  1. The origin of this source code must not be misrepresented.
+*  2. Altered versions must be plainly marked as such and must
+*     not be misrepresented as being the original source.
+*  3. This Copyright notice may not be removed or altered from any
+*     source or altered source distribution.
+* 
+*  The copyright holders and contributing author(s) specifically
+*  permit, without fee, and encourage the use of this source code
+*  as a component for supporting the Hypertext Markup Language in
+*  commercial products. If you use this source code in a product,
+*  acknowledgment is not required but would be appreciated.
+*
+*/

Added: lucene/dev/trunk/lucene/contrib/ant/lib/jtidy-r938.jar
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/contrib/ant/lib/jtidy-r938.jar?rev=1052974&view=auto
==============================================================================
Binary file - no diff available.