You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2009/09/24 15:28:08 UTC

svn commit: r818479 - /lucene/lucy/trunk/core/Lucy/Util/Sleep.bp

Author: marvin
Date: Thu Sep 24 13:28:08 2009
New Revision: 818479

URL: http://svn.apache.org/viewvc?rev=818479&view=rev
Log:
Add missing parcel directive to Sleep.bp.

Modified:
    lucene/lucy/trunk/core/Lucy/Util/Sleep.bp

Modified: lucene/lucy/trunk/core/Lucy/Util/Sleep.bp
URL: http://svn.apache.org/viewvc/lucene/lucy/trunk/core/Lucy/Util/Sleep.bp?rev=818479&r1=818478&r2=818479&view=diff
==============================================================================
--- lucene/lucy/trunk/core/Lucy/Util/Sleep.bp (original)
+++ lucene/lucy/trunk/core/Lucy/Util/Sleep.bp Thu Sep 24 13:28:08 2009
@@ -1,3 +1,4 @@
+parcel Lucy;
 
 /** Provide platform-compatible sleep() functions.
  */