From 074dcbe4b1010d9c98640759ff2683090073fab3 Mon Sep 17 00:00:00 2001 From: Peter Hormanns Date: Wed, 3 Aug 2016 19:39:17 +0200 Subject: [PATCH] activate pac module --- .../org/apache/xmlrpc/webserver/XmlRpcServlet.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlrpc/src/main/resources/org/apache/xmlrpc/webserver/XmlRpcServlet.properties b/xmlrpc/src/main/resources/org/apache/xmlrpc/webserver/XmlRpcServlet.properties index 03c937c..f5864b8 100644 --- a/xmlrpc/src/main/resources/org/apache/xmlrpc/webserver/XmlRpcServlet.properties +++ b/xmlrpc/src/main/resources/org/apache/xmlrpc/webserver/XmlRpcServlet.properties @@ -2,5 +2,5 @@ customer=de.hsadmin.service.customer.CustomerRemote contact=de.hsadmin.service.customer.ContactRemote mandat=de.hsadmin.service.customer.SEPADirectDebitRemote hive=de.hsadmin.service.pac.HiveRemote -;pac=de.hsadmin.service.pac.PacRemote +pac=de.hsadmin.service.pac.PacRemote property=de.hsadmin.service.property.PropertyRemote \ No newline at end of file