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 2007/04/30 17:04:13 UTC

svn commit: r533767 - in /lenya/trunk/src: impl/java/org/apache/lenya/cms/publication/PublicationConfiguration.java resources/build/publication.rng webapp/lenya/resources/schemas/publication.rng webapp/readme.xml

Author: andreas
Date: Mon Apr 30 08:04:13 2007
New Revision: 533767

URL: http://svn.apache.org/viewvc?view=rev&rev=533767
Log:
Moved publication.rng from webapp to resources/build

Added:
    lenya/trunk/src/resources/build/publication.rng
      - copied unchanged from r533732, lenya/trunk/src/webapp/lenya/resources/schemas/publication.rng
Removed:
    lenya/trunk/src/webapp/lenya/resources/schemas/publication.rng
Modified:
    lenya/trunk/src/impl/java/org/apache/lenya/cms/publication/PublicationConfiguration.java
    lenya/trunk/src/webapp/readme.xml

Modified: lenya/trunk/src/impl/java/org/apache/lenya/cms/publication/PublicationConfiguration.java
URL: http://svn.apache.org/viewvc/lenya/trunk/src/impl/java/org/apache/lenya/cms/publication/PublicationConfiguration.java?view=diff&rev=533767&r1=533766&r2=533767
==============================================================================
--- lenya/trunk/src/impl/java/org/apache/lenya/cms/publication/PublicationConfiguration.java (original)
+++ lenya/trunk/src/impl/java/org/apache/lenya/cms/publication/PublicationConfiguration.java Mon Apr 30 08:04:13 2007
@@ -31,8 +31,7 @@
 
 /**
  * A publication's configuration.
- * Keep in sync with src/webapp/lenya/resources/schemas/publication.rng!
- * FIXME: validate publication.xml before attempting to parse
+ * Keep in sync with src/resources/build/publication.rng!
  */
 public class PublicationConfiguration extends AbstractLogEnabled implements Publication {
 

Modified: lenya/trunk/src/webapp/readme.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/readme.xml?view=diff&rev=533767&r1=533766&r2=533767
==============================================================================
--- lenya/trunk/src/webapp/readme.xml (original)
+++ lenya/trunk/src/webapp/readme.xml Mon Apr 30 08:04:13 2007
@@ -94,14 +94,14 @@
       in <code>&lt;modules/&gt;</code>, <code>&lt;proxies/&gt;</code>, 
       and <code>&lt;resource-types/&gt;</code>. See the default publication
       for an example.<br />
-      You can use the RNG schema at <code>webapp/lenya/resources/schemas/publication.rng</code>
+      You can use the RNG schema at <code>src/resources/build/publication.rng</code>
       to verify that your file is correct:
     </p>
     <p>
       <code>
         cd $LENYA_HOME<br />
         java -jar lib/jing-20030619.jar \<br />
-        &#160;&#160;src/webapp/lenya/resources/schemas/publication.rng \<br />
+        &#160;&#160;src/resources/build/publication.rng \<br />
         &#160;&#160;$YOURPUB/config/publication.xconf
       </code>
     </p>



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