MDL-39341 boostrapbase: fix some missing renames
This commit is contained in:
@@ -274,35 +274,35 @@
|
||||
<licenseversion>3.0+</licenseversion>
|
||||
</library>
|
||||
<library>
|
||||
<location>theme/bootstrap/less/bootstrap</location>
|
||||
<location>theme/bootstrapbase/less/bootstrap</location>
|
||||
<name>Twitter Bootstrap</name>
|
||||
<license>Apache</license>
|
||||
<version>2.3.0</version>
|
||||
<licenseversion>2.0</licenseversion>
|
||||
</library>
|
||||
<library>
|
||||
<location>theme/bootstrap/javascript/html5shiv.js</location>
|
||||
<location>theme/bootstrapbase/javascript/html5shiv.js</location>
|
||||
<name>Html5Shiv</name>
|
||||
<license>Apache</license>
|
||||
<version>3.6.2</version>
|
||||
<licenseversion>2.0</licenseversion>
|
||||
</library>
|
||||
<library>
|
||||
<location>theme/bootstrap/javascript/bootstrapcollapse.js</location>
|
||||
<location>theme/bootstrapbase/yui/src/bootstrap/js/bootstrapcollapse.js</location>
|
||||
<name>Gallery Bootstrap Collapse</name>
|
||||
<license>BSD</license>
|
||||
<version>2012.08.22-20-00</version>
|
||||
<licenseversion></licenseversion>
|
||||
</library>
|
||||
<library>
|
||||
<location>theme/bootstrap/javascript/bootstrapdropdown.js</location>
|
||||
<location>theme/bootstrapbase/yui/src/bootstrap/js/bootstrapdropdown.js</location>
|
||||
<name>Gallery Bootstrap Dropdown</name>
|
||||
<license>BSD</license>
|
||||
<version>2012.08.22-20-00</version>
|
||||
<licenseversion></licenseversion>
|
||||
</library>
|
||||
<library>
|
||||
<location>theme/bootstrap/javascript/bootstrapengine.js</location>
|
||||
<location>theme/bootstrapbase/yui/src/bootstrap/js/bootstrapengine.js</location>
|
||||
<name>Gallery Bootstrap Engine</name>
|
||||
<license>BSD</license>
|
||||
<version>2012.08.22-20-00</version>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
/**
|
||||
* Renderers to align Moodle's HTML with that expected by Bootstrap
|
||||
*
|
||||
* @package theme_bootstrap
|
||||
* @package theme_bootstrapbase
|
||||
* @copyright 2012
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user