MDL-39341 boostrapbase: fix some missing renames

This commit is contained in:
Dan Poltawski
2013-04-26 09:54:21 +01:00
parent 5df8fc6744
commit 1c97061a35
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -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>
+1 -1
View File
@@ -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
*/