You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by do...@apache.org on 2008/01/30 00:55:14 UTC

svn commit: r616566 - in /lucene/java/trunk: CHANGES.txt Changes.html ChangesFancyStyle.css ChangesSimpleStyle.css changes2html.pl common-build.xml

Author: doronc
Date: Tue Jan 29 15:55:10 2008
New Revision: 616566

URL: http://svn.apache.org/viewvc?rev=616566&view=rev
Log:
Undoing change committed in r616534 (LUCENE-1157: Formatable changes log).
Need to make the updates of Changes.html smoother.

Removed:
    lucene/java/trunk/Changes.html
    lucene/java/trunk/ChangesFancyStyle.css
    lucene/java/trunk/ChangesSimpleStyle.css
    lucene/java/trunk/changes2html.pl
Modified:
    lucene/java/trunk/CHANGES.txt
    lucene/java/trunk/common-build.xml

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=616566&r1=616565&r2=616566&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Tue Jan 29 15:55:10 2008
@@ -42,9 +42,6 @@
 
 Documentation
 
- 1. LUCENE-1157: Formatable changes log - Changes.html created by
-    parsing CHANGES.txt.   (Steven Rowe, Doron Cohen) 
-
 Build
 
   1. LUCENE-1153: Added JUnit JAR to new lib directory.  Updated build to rely on local JUnit instead of ANT/lib.

Modified: lucene/java/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/java/trunk/common-build.xml?rev=616566&r1=616565&r2=616566&view=diff
==============================================================================
--- lucene/java/trunk/common-build.xml (original)
+++ lucene/java/trunk/common-build.xml Tue Jan 29 15:55:10 2008
@@ -145,7 +145,7 @@
     </echo>
   </target>
 
-  <target name="init" depends="javacc-uptodate-check, javacc-notice, jflex-uptodate-check, jflex-notice, changes-uptodate-check">
+  <target name="init" depends="javacc-uptodate-check, javacc-notice, jflex-uptodate-check, jflex-notice">
   </target>
 
   <target name="jflex-uptodate-check">
@@ -212,7 +212,7 @@
     </fail>
   </target>
 
-  <target name="compile-core" depends="init, clover, changes-to-html"
+  <target name="compile-core" depends="init, clover"
           description="Compiles core classes">
     <compile
       srcdir="src/java"
@@ -520,23 +520,17 @@
    </sequential>
   </macrodef>
 
-  <target name="changes-uptodate-check">
-    <uptodate property="changes.file.uptodate" targetfile="Changes.html">
-      <srcfiles dir= "." includes="CHANGES.txt,*.css,*.pl"/>
-    </uptodate>
-  </target>
-
-  <condition property="changes.html.complete">
-    <and>
-      <isset property="changes.file.uptodate" />
-      <length file="Changes.html" when="greater" length="100" />
-    </and>
-  </condition>
-
-  <target name="changes-to-html" unless="changes.html.complete" depends="init">
-    <exec executable="perl" input="CHANGES.txt" output="Changes.html" failonerror="true">
-      <arg value="${common.dir}/changes2html.pl"/>
-    </exec>
-  </target>
 
 </project>
+
+
+
+
+
+
+
+
+
+
+
+