You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2006/01/03 15:01:04 UTC

svn commit: r365635 - in /incubator/tobago/trunk/tobago-core/src/main: java/org/apache/myfaces/tobago/config/tobago-config_1_0.dtd resources/org/apache/myfaces/tobago/config/tobago-config_1_0.dtd

Author: lofwyr
Date: Tue Jan  3 06:00:57 2006
New Revision: 365635

URL: http://svn.apache.org/viewcvs?rev=365635&view=rev
Log:
let ajax config not be required in dtd, and drop the unused dtd

Removed:
    incubator/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/config/tobago-config_1_0.dtd
Modified:
    incubator/tobago/trunk/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config_1_0.dtd

Modified: incubator/tobago/trunk/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config_1_0.dtd
URL: http://svn.apache.org/viewcvs/incubator/tobago/trunk/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config_1_0.dtd?rev=365635&r1=365634&r2=365635&view=diff
==============================================================================
--- incubator/tobago/trunk/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config_1_0.dtd (original)
+++ incubator/tobago/trunk/tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config_1_0.dtd Tue Jan  3 06:00:57 2006
@@ -18,7 +18,7 @@
 
 <!ENTITY % Boolean "(true|false|yes|no)">
 
-<!ELEMENT tobago-config (theme-config, resource-dir+, mapping-rule*, ajax-enabled)>
+<!ELEMENT tobago-config (theme-config, resource-dir+, mapping-rule*, ajax-enabled?)>
 
 <!ELEMENT theme-config (default-theme, supported-theme*)>
 <!ELEMENT default-theme (#PCDATA)>