Revert changes to lib until it works on 7 and 8

This commit is contained in:
Stian Thorgersen 2014-03-12 14:11:05 +00:00
parent a1f10ef54b
commit a1ea79e382

View file

@ -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>