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 us...@apache.org on 2010/04/06 21:38:54 UTC

svn commit: r931284 - in /lucene/java/branches/flex_1458: FLEX_1458-branch-closed.txt common-build.xml

Author: uschindler
Date: Tue Apr  6 19:38:53 2010
New Revision: 931284

URL: http://svn.apache.org/viewvc?rev=931284&view=rev
Log:
close flex branch

Added:
    lucene/java/branches/flex_1458/FLEX_1458-branch-closed.txt   (with props)
Modified:
    lucene/java/branches/flex_1458/common-build.xml

Added: lucene/java/branches/flex_1458/FLEX_1458-branch-closed.txt
URL: http://svn.apache.org/viewvc/lucene/java/branches/flex_1458/FLEX_1458-branch-closed.txt?rev=931284&view=auto
==============================================================================
--- lucene/java/branches/flex_1458/FLEX_1458-branch-closed.txt (added)
+++ lucene/java/branches/flex_1458/FLEX_1458-branch-closed.txt Tue Apr  6 19:38:53 2010
@@ -0,0 +1,2 @@
+The flex branch was closed, please switch to trunk:
+https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene

Propchange: lucene/java/branches/flex_1458/FLEX_1458-branch-closed.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/java/branches/flex_1458/FLEX_1458-branch-closed.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: lucene/java/branches/flex_1458/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/java/branches/flex_1458/common-build.xml?rev=931284&r1=931283&r2=931284&view=diff
==============================================================================
--- lucene/java/branches/flex_1458/common-build.xml (original)
+++ lucene/java/branches/flex_1458/common-build.xml Tue Apr  6 19:38:53 2010
@@ -187,6 +187,14 @@
   </target>
 
   <target name="init" depends="javacc-uptodate-check, javacc-notice, jflex-uptodate-check, jflex-notice">
+    <echo>
+=====================================
+WARNING: FLEX_1458 branch was closed!
+=====================================
+The flex branch was closed, please switch to trunk:
+https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene
+    </echo>
+    <fail/>
   </target>
 
   <target name="jflex-uptodate-check">