You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2006/04/02 06:14:28 UTC

svn commit: r390777 - /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java

Author: dennisbyrne
Date: Sat Apr  1 20:14:26 2006
New Revision: 390777

URL: http://svn.apache.org/viewcvs?rev=390777&view=rev
Log:
commented 1 line of Tiger

Modified:
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java?rev=390777&r1=390776&r2=390777&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/renderkit/html/util/AddResourceFactory.java Sat Apr  1 20:14:26 2006
@@ -370,7 +370,7 @@
 	{
 		SAXParserFactory saxParserFactory = SAXParserFactory.newInstance();
 		saxParserFactory.setValidating(false);
-		saxParserFactory.setXIncludeAware(true);
+		//saxParserFactory.setXIncludeAware(true);
 		saxParserFactory.setNamespaceAware(true);
 		return saxParserFactory;
 	}