keycloak-aplcache

Changes

Details

diff --git a/distribution/modules/lib.xml b/distribution/modules/lib.xml
index 1883476..c28dcf8 100755
--- a/distribution/modules/lib.xml
+++ b/distribution/modules/lib.xml
@@ -104,7 +104,7 @@
         <attribute name="slot"/>
         <![CDATA[
             name = attributes.get("name");
-            name = name.replace(/\./g, "/");
+            name = name.replace(".", "/");
             project.setProperty("current.module.path", name + "/" + attributes.get("slot"));
         ]]>
     </scriptdef>
@@ -114,7 +114,7 @@
         <attribute name="slot"/>
         <![CDATA[
             name = attributes.get("name");
-            name = name.replace(/\./g, "/");
+            name = name.replace(".", "/");
             project.setProperty("current.bundle.path", name + "/" + attributes.get("slot"));
         ]]>
     </scriptdef>