Author: vrubezhny
Date: 2010-03-03 07:19:02 -0500 (Wed, 03 Mar 2010)
New Revision: 20601
Modified:
branches/jbosstools-3.1.x/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/web/validation/XHTMLEntityResolver.java
Log:
EPL License comment is added
Modified:
branches/jbosstools-3.1.x/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/web/validation/XHTMLEntityResolver.java
===================================================================
---
branches/jbosstools-3.1.x/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/web/validation/XHTMLEntityResolver.java 2010-03-03
12:10:25 UTC (rev 20600)
+++
branches/jbosstools-3.1.x/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/web/validation/XHTMLEntityResolver.java 2010-03-03
12:19:02 UTC (rev 20601)
@@ -1,3 +1,20 @@
+/*******************************************************************************
+ * Copyright (c) 2001, 2009 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ *
http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ * David Carver - STAR - [205989] - [validation] validate XML after XInclude
resolution
+ *
+ *
+ * The class is partially copied from WTP because of its poor visibility
+ * org.eclipse.wst.xml.core.internal.validation.XMLValidator.MyEntityResolver
+ *
+ *******************************************************************************/
+
package org.jboss.tools.jsf.web.validation;
import java.io.FileNotFoundException;