Author: thorsten
Date: Fri Jan 23 02:58:01 2009
New Revision: 736996
URL: http://svn.apache.org/viewvc?rev=736996&view=rev
Log:
Adding forrest namespace
Modified:
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/Captions.java
Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/Captions.java
URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/Captions.java?rev=736996&r1=736995&r2=736996&view=diff
==============================================================================
--- forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/Captions.java
(original)
+++ forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/impl/helper/Captions.java
Fri Jan 23 02:58:01 2009
@@ -21,6 +21,8 @@
* structurer captions
*/
public static final String NS = "http://apache.org/forrest/templates/1.0";
+
+ public static final String NS_PREFIX = "forrest";
public static final String STRUCTURER_ELEMENT = "structurer";
|