Commit 76fd7000 authored by Ivan Tyagov's avatar Ivan Tyagov

Rename 'lib' subfolder as it will collide with other plugins under portal_skins.

parent c2e614e7
......@@ -14,7 +14,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>lib</string> </value>
<value> <string>gadget-style-lib</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts62754937.18</string> </value>
<value> <string>ts63271297.53</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -23,9 +23,9 @@
<value> <string>// JavaScript file that is used to load ERP5\'s JavaScript depenencies\n
require.config({\n
paths: {\n
"erp5_form": "lib/erp5_form",\n
route: "lib/route",\n
url: "lib/url",\n
"erp5_form": "gadget-style-lib/erp5_form",\n
route: "gadget-style-lib/route",\n
url: "gadget-style-lib/url",\n
jquery: "jquery/core/jquery",\n
renderjs: "jquery/plugin/renderjs/renderjs",\n
"jquery-ui": "jquery/ui/js/jquery-ui.min",\n
......@@ -70,7 +70,7 @@ require(["erp5_xhtml_appearance", "erp5_knowledge_box", "erp5", "erp5_form",\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>1474</int> </value>
<value> <int>1513</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -89,9 +89,9 @@ IDEAS:\n
<link rel="stylesheet" type="text/css" media="screen" href="jquery/plugin/jqgrid/ui.jqgrid.css" />\n
<link rel="stylesheet" type="text/css" media="screen" href="jquery/ui/css/erp5-theme/jquery-ui.css" />\n
\n
<script data-main="lib/require-erp5.js"\n
<script data-main="gadget-style-lib/require-erp5.js"\n
type="text/javascript"\n
src="lib/require.js"></script>\n
src="gadget-style-lib/require.js"></script>\n
\n
<link rel="icon" tal:attributes="href string:${portal_path}/favicon.ico" type="image/x-icon" />\n
<link rel="shortcut icon" tal:attributes="href string:${portal_path}/favicon.ico" type="image/x-icon" />\n
......
20
\ No newline at end of file
21
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment