Specified encoding parameter for module.xml (#1206)
This commit is contained in:
parent
be66d69b47
commit
09743afbce
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ After you have done this, open up the _module.xml_ file and create the following
|
|||
.Module XML
|
||||
[source,xml]
|
||||
----
|
||||
<?xml version="1.0" ?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module xmlns="urn:jboss:module:1.3" name="org.postgresql">
|
||||
|
||||
<resources>
|
||||
|
|
Loading…
Reference in a new issue