keycloak-uncached
Changes
distribution/modules/lib.xml 4(+2 -2)
Details
distribution/modules/lib.xml 4(+2 -2)
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>