From 089cdd87f502a98295ff69ee62b6498b90a951a3 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 9 Mar 2010 23:06:34 +0000 Subject: [PATCH] updated template.mf to include org.w3c.dom --- org.springframework.integration.jmx/template.mf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.springframework.integration.jmx/template.mf b/org.springframework.integration.jmx/template.mf index bcb5ebc8aa..fea0d784cd 100644 --- a/org.springframework.integration.jmx/template.mf +++ b/org.springframework.integration.jmx/template.mf @@ -6,4 +6,5 @@ Import-Template: org.springframework.integration.*;version="[2.0.0, 2.0.1)", org.springframework.*;version="[3.0.0, 4.0.0)", org.apache.commons.logging;version="[1.1.1, 2.0.0)", - javax.management.*;version="0" + javax.management.*;version="0", + org.w3c.dom.*;version="0"