https://bugs.eclipse.org/bugs/show_bug.cgi?id=377556 - add do-nothing
validator for <documentation> elements
diff --git a/plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator/rules/DocumentationValidator.java b/plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator/rules/DocumentationValidator.java
new file mode 100644
index 0000000..233cde3
--- /dev/null
+++ b/plugins/org.eclipse.bpel.validator/src/org/eclipse/bpel/validator/rules/DocumentationValidator.java
@@ -0,0 +1,11 @@
+package org.eclipse.bpel.validator.rules;
+
+import org.eclipse.bpel.validator.model.Validator;
+
+public class DocumentationValidator extends Validator {
+
+	public DocumentationValidator() {
+		// TODO Auto-generated constructor stub
+	}
+
+}