You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by jk...@apache.org on 2005/10/19 17:16:14 UTC

svn commit: r326580 - /incubator/woden/java/src/org/apache/woden/internal/ReaderFeatures.java

Author: jkaputin
Date: Wed Oct 19 08:16:08 2005
New Revision: 326580

URL: http://svn.apache.org/viewcvs?rev=326580&view=rev
Log:
Added 'ws.' to the feature id URL (http://ws.apache.org...)

Modified:
    incubator/woden/java/src/org/apache/woden/internal/ReaderFeatures.java

Modified: incubator/woden/java/src/org/apache/woden/internal/ReaderFeatures.java
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/internal/ReaderFeatures.java?rev=326580&r1=326579&r2=326580&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/internal/ReaderFeatures.java (original)
+++ incubator/woden/java/src/org/apache/woden/internal/ReaderFeatures.java Wed Oct 19 08:16:08 2005
@@ -30,7 +30,7 @@
 	 * The Woden validation ID. This ID allows the caller to enable or
 	 * disable validation. Defaults to disabled.
 	 */
-	public static String VALIDATION_FEATURE_ID = "http://apache.org/woden/features/validation";
+	public static String VALIDATION_FEATURE_ID = "http://ws.apache.org/woden/features/validation";
 	
 	/**
 	 * This hashtable contains the values for the features.



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org