You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/01/11 14:53:05 UTC

svn commit: r611177 - /lenya/trunk/src/resources/build/publication.rng

Author: andreas
Date: Fri Jan 11 05:53:03 2008
New Revision: 611177

URL: http://svn.apache.org/viewvc?rev=611177&view=rev
Log:
Added note to keep the pub ID regex in sync with the Java API.

Modified:
    lenya/trunk/src/resources/build/publication.rng

Modified: lenya/trunk/src/resources/build/publication.rng
URL: http://svn.apache.org/viewvc/lenya/trunk/src/resources/build/publication.rng?rev=611177&r1=611176&r2=611177&view=diff
==============================================================================
--- lenya/trunk/src/resources/build/publication.rng (original)
+++ lenya/trunk/src/resources/build/publication.rng Fri Jan 11 05:53:03 2008
@@ -60,6 +60,7 @@
     </data>
   </define>
   
+  <!-- Please keep in sync with PublicationUtil.isValidPublicationID(). -->
   <define name="publicationId">
     <data type="string">
       <param name="pattern">[a-z0-9]+</param>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org