r486 - nuiton-js-angular-ui-bootstrap/trunk/src/site/rst nuiton-js-angular-ui-tree/trunk/src/site/rst nuiton-js-jstree/trunk/src/main/resources/META-INF/nuiton-js nuiton-js-jstree/trunk/src/site/rst
Author: echatellier Date: 2014-06-08 12:34:08 +0200 (Sun, 08 Jun 2014) New Revision: 486 Url: http://forge.nuiton.org/projects/nuiton-js/repository/revisions/486 Log: Update doc and 'only' group Modified: nuiton-js-angular-ui-bootstrap/trunk/src/site/rst/index.rst.vm nuiton-js-angular-ui-tree/trunk/src/site/rst/index.rst.vm nuiton-js-jstree/trunk/src/main/resources/META-INF/nuiton-js/wro-jstree.xml nuiton-js-jstree/trunk/src/site/rst/index.rst.vm Modified: nuiton-js-angular-ui-bootstrap/trunk/src/site/rst/index.rst.vm =================================================================== --- nuiton-js-angular-ui-bootstrap/trunk/src/site/rst/index.rst.vm 2014-06-08 10:19:59 UTC (rev 485) +++ nuiton-js-angular-ui-bootstrap/trunk/src/site/rst/index.rst.vm 2014-06-08 10:34:08 UTC (rev 486) @@ -4,7 +4,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 2014 CodeLutin +.. * Copyright (C) 2014 CodeLutin, Chatellier Eric .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU Lesser General Public License as @@ -52,6 +52,7 @@ Available JS ------------ +- angular-ui-bootstrap-only.js - angular-ui-bootstrap.js Available CSS Modified: nuiton-js-angular-ui-tree/trunk/src/site/rst/index.rst.vm =================================================================== --- nuiton-js-angular-ui-tree/trunk/src/site/rst/index.rst.vm 2014-06-08 10:19:59 UTC (rev 485) +++ nuiton-js-angular-ui-tree/trunk/src/site/rst/index.rst.vm 2014-06-08 10:34:08 UTC (rev 486) @@ -54,9 +54,11 @@ Available JS ------------ +- angular-ui-tree-only.js - angular-ui-tree.js Available CSS ------------- +- angular-ui-tree-only.css - angular-ui-tree.css Modified: nuiton-js-jstree/trunk/src/main/resources/META-INF/nuiton-js/wro-jstree.xml =================================================================== --- nuiton-js-jstree/trunk/src/main/resources/META-INF/nuiton-js/wro-jstree.xml 2014-06-08 10:19:59 UTC (rev 485) +++ nuiton-js-jstree/trunk/src/main/resources/META-INF/nuiton-js/wro-jstree.xml 2014-06-08 10:34:08 UTC (rev 486) @@ -25,9 +25,14 @@ <import>classpath:META-INF/nuiton-js/wro-jquery.xml</import> - <group name='jstree'> + <group name='jstree-only'> <js>classpath:META-INF/resources/nuiton-js-jstree/*.js</js> <css>classpath:META-INF/resources/nuiton-js-jstree/themes/default/*.css</css> </group> + <group name='jstree'> + <group-ref>jquery</group-ref> + <group-ref>jstree-only</group-ref> + </group> + </groups> Modified: nuiton-js-jstree/trunk/src/site/rst/index.rst.vm =================================================================== --- nuiton-js-jstree/trunk/src/site/rst/index.rst.vm 2014-06-08 10:19:59 UTC (rev 485) +++ nuiton-js-jstree/trunk/src/site/rst/index.rst.vm 2014-06-08 10:34:08 UTC (rev 486) @@ -54,10 +54,11 @@ Available JS ------------ +- jstree-only.js - jstree.js Available CSS ------------- -- jstree.css - \ No newline at end of file +- jstree-only.css +- jstree.css \ No newline at end of file
participants (1)
-
echatellier@users.nuiton.org