Revert changes to lib until it works on 7 and 8
This commit is contained in:
parent
a1f10ef54b
commit
a1ea79e382
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@
|
||||||
<attribute name="slot"/>
|
<attribute name="slot"/>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
name = attributes.get("name");
|
name = attributes.get("name");
|
||||||
name = name.replace(/\./g, "/");
|
name = name.replace(".", "/");
|
||||||
project.setProperty("current.module.path", name + "/" + attributes.get("slot"));
|
project.setProperty("current.module.path", name + "/" + attributes.get("slot"));
|
||||||
]]>
|
]]>
|
||||||
</scriptdef>
|
</scriptdef>
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
<attribute name="slot"/>
|
<attribute name="slot"/>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
name = attributes.get("name");
|
name = attributes.get("name");
|
||||||
name = name.replace(/\./g, "/");
|
name = name.replace(".", "/");
|
||||||
project.setProperty("current.bundle.path", name + "/" + attributes.get("slot"));
|
project.setProperty("current.bundle.path", name + "/" + attributes.get("slot"));
|
||||||
]]>
|
]]>
|
||||||
</scriptdef>
|
</scriptdef>
|
||||||
|
|
Loading…
Reference in a new issue