Skip to content

Commit

Permalink
bootstrap-datepicker 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed May 21, 2015
1 parent ea8ed48 commit 386e804
Show file tree
Hide file tree
Showing 6 changed files with 2,191 additions and 0 deletions.
Binary file added _InstallPackages/bootstrap-datepicker_1.4.0.zip
Binary file not shown.
344 changes: 344 additions & 0 deletions bootstrap-datepicker_1.4.0/CHANGES.htm

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bootstrap-datepicker_1.4.0/LICENSE.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>bootstrap-datepicker is licensed under the <a href="https://raw.githubusercontent.com/eternicode/bootstrap-datepicker/v1.4.0/LICENSE">Apache License, Version 2.0</a>.</p>
Binary file added bootstrap-datepicker_1.4.0/Resources.zip
Binary file not shown.
48 changes: 48 additions & 0 deletions bootstrap-datepicker_1.4.0/bootstrap-datepicker.dnn
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="bootstrap-datepicker" type="JavaScript_Library" version="1.4.0">
<friendlyName>bootstrap-datepicker</friendlyName>
<description><![CDATA[A datepicker for @twitter bootstrap forked from Stefan Petre's (of eyecon.ro), improvements by @eternicode]]></description>
<owner>
<name>Engage Software</name>
<organization>Engage Software</organization>
<url>http://www.engagesoftware.com</url>
<email>support@engagesoftware.com</email>
</owner>
<license src="LICENSE.htm" />
<releaseNotes src="CHANGES.htm" />
<azureCompatible>true</azureCompatible>
<dependencies>
<dependency type="managedPackage" version="1.7.1">jQuery</dependency>
<!--dependency type="managedPackage" version="2.0.4">bootstrap</dependency-->
</dependencies>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>bootstrap-datepicker</libraryName>
<fileName>bootstrap-datepicker.js</fileName>
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.4.0/js/bootstrap-datepicker.min.js</CDNPath>
<objectName>jQuery.fn.datepicker.noConflict</objectName>
</javaScriptLibrary>
</component>
<component type="JavaScriptFile">
<jsfiles>
<libraryFolderName>bootstrap-datepicker</libraryFolderName>
<jsfile>
<name>bootstrap-datepicker.js</name>
</jsfile>
</jsfiles>
</component>
<component type="ResourceFile">
<resourceFiles>
<basePath>Resources\Libraries\bootstrap-datepicker\01_04_00</basePath>
<resourceFile>
<name>Resources.zip</name>
</resourceFile>
</resourceFiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>
Loading

0 comments on commit 386e804

Please sign in to comment.