Skip to content

Commit a5d64eb

Browse files
committed
Use version tokens in existing libraries
1 parent d8471c6 commit a5d64eb

File tree

116 files changed

+217
-217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+217
-217
lines changed

alpaca/LICENSE.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<p>Alpaca is licensed under the
2-
<a href="https://github.com/gitana/alpaca/blob/1.5.23/license.txt">Apache 2.0 License</a>.</p>
2+
<a href="https://github.com/gitana/alpaca/blob/<~=version~>/license.txt">Apache 2.0 License</a>.</p>

alpaca/alpaca.dnn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="alpaca" type="JavaScript_Library" version="1.5.23">
3+
<package name="alpaca" type="JavaScript_Library" version="<~=version~>">
44
<friendlyName>Alpaca</friendlyName>
55
<description>Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.</description>
66
<owner>
@@ -20,7 +20,7 @@
2020
<fileName>alpaca.min.js</fileName>
2121
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
2222
<objectName>jQuery.fn.alpaca</objectName>
23-
<cdnUrl>http://code.cloudcms.com/alpaca/1.5.23/web/alpaca.min.js</cdnUrl>
23+
<cdnUrl>http://code.cloudcms.com/alpaca/<~=version~>/web/alpaca.min.js</cdnUrl>
2424
</javaScriptLibrary>
2525
</component>
2626
<component type="JavaScriptFile">
@@ -33,7 +33,7 @@
3333
</component>
3434
<component type="ResourceFile">
3535
<resourceFiles>
36-
<basePath>Resources\Libraries\alpaca\01_10_13</basePath>
36+
<basePath>Resources\Libraries\alpaca\<~=versionFolder~></basePath>
3737
<resourceFile>
3838
<name>Resources.zip</name>
3939
</resourceFile>

blob.js/Blob.dnn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="Blob" type="JavaScript_Library" version="1.0.1">
3+
<package name="Blob" type="JavaScript_Library" version="<~=version~>">
44
<friendlyName>Blob.js</friendlyName>
55
<description>
66
<![CDATA[Blob.js implements the W3C <a href="https://developer.mozilla.org/en-US/docs/Web/API/Blob"><code>Blob</code></a> interface in browsers that do
@@ -26,7 +26,7 @@ not natively support it.]]>
2626
<libraryName>Blob</libraryName>
2727
<fileName>Blob.min.js</fileName>
2828
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
29-
<CDNPath>https://cdn.jsdelivr.net/npm/blob.js@1.0.1/Blob.min.js</CDNPath>
29+
<CDNPath>https://cdn.jsdelivr.net/npm/blob.js@<~=version~>/Blob.min.js</CDNPath>
3030
<objectName>Blob</objectName>
3131
</javaScriptLibrary>
3232
</component>

bluebird/LICENSE.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p>Bluebird is licensed under the <a href="https://github.com/petkaantonov/bluebird/blob/v3.5.1/LICENSE">MIT License</a>.</p>
1+
<p>Bluebird is licensed under the <a href="https://github.com/petkaantonov/bluebird/blob/v<~=version~>/LICENSE">MIT License</a>.</p>

bluebird/bluebird.dnn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="bluebird" type="JavaScript_Library" version="3.5.1">
3+
<package name="bluebird" type="JavaScript_Library" version="<~=version~>">
44
<friendlyName>Bluebird</friendlyName>
55
<description><![CDATA[<p>Bluebird is a fully featured <a href="http://bluebirdjs.com/docs/why-promises.html">promise</a> library with focus on innovative features and performance</p>]]></description>
66
<owner>
@@ -23,7 +23,7 @@
2323
<libraryName>bluebird</libraryName>
2424
<fileName>bluebird.min.js</fileName>
2525
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26-
<CDNPath>https://cdn.jsdelivr.net/npm/bluebird@3.5.1/js/browser/bluebird.min.js</CDNPath>
26+
<CDNPath>https://cdn.jsdelivr.net/npm/bluebird@<~=version~>/js/browser/bluebird.min.js</CDNPath>
2727
<objectName>P</objectName>
2828
</javaScriptLibrary>
2929
</component>
@@ -37,7 +37,7 @@
3737
</component>
3838
<component type="ResourceFile">
3939
<resourceFiles>
40-
<basePath>Resources\Libraries\bluebird\03_05_01</basePath>
40+
<basePath>Resources\Libraries\bluebird\<~=versionFolder~></basePath>
4141
<resourceFile>
4242
<name>Resources.zip</name>
4343
</resourceFile>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p>Copyright 2014, eBay Software Foundation under <a href="https://github.com/paypal/bootstrap-accessibility-plugin/blob/v1.0.4/LICENSE.md">the BSD license</a>.</p>
1+
<p>Copyright 2014, eBay Software Foundation under <a href="https://github.com/paypal/bootstrap-accessibility-plugin/blob/v<~=version~>/LICENSE.md">the BSD license</a>.</p>

bootstrap-accessibility-plugin/bootstrap.accessibility.dnn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="bootstrap.accessibility" type="JavaScript_Library" version="1.0.5">
3+
<package name="bootstrap.accessibility" type="JavaScript_Library" version="<~=version~>">
44
<friendlyName>Bootstrap Accessibility Plugin</friendlyName>
55
<description>
66
<![CDATA[Accessibility Plugin for Bootstrap 3 and Bootstrap 3 as SubModule <a href="http://paypal.github.io/bootstrap-accessibility-plugin/demo.html">http://paypal.github.io/bootstrap-accessibility-plugin/demo.html</a>]]>
@@ -23,7 +23,7 @@
2323
<libraryName>bootstrap.accessibility</libraryName>
2424
<fileName>bootstrap-accessibility.js</fileName>
2525
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26-
<CDNPath>https://cdn.jsdelivr.net/npm/bootstrap-accessibility-plugin@1.0.5/plugins/js/bootstrap-accessibility.min.js</CDNPath>
26+
<CDNPath>https://cdn.jsdelivr.net/npm/bootstrap-accessibility-plugin@<~=version~>/plugins/js/bootstrap-accessibility.min.js</CDNPath>
2727
</javaScriptLibrary>
2828
</component>
2929
<component type="JavaScriptFile">
@@ -36,7 +36,7 @@
3636
</component>
3737
<component type="ResourceFile">
3838
<resourceFiles>
39-
<basePath>Resources\Libraries\bootstrap.accessibility\01_00_05</basePath>
39+
<basePath>Resources\Libraries\bootstrap.accessibility\<~=versionFolder~></basePath>
4040
<resourceFile>
4141
<name>Resources.zip</name>
4242
</resourceFile>

bootstrap-datepicker/LICENSE.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p>bootstrap-datepicker is licensed under the <a href="https://github.com/eternicode/bootstrap-datepicker/blob/v1.7.1/LICENSE">Apache License, Version 2.0</a>.</p>
1+
<p>bootstrap-datepicker is licensed under the <a href="https://github.com/eternicode/bootstrap-datepicker/blob/v<~=version~>/LICENSE">Apache License, Version 2.0</a>.</p>

bootstrap-datepicker/bootstrap-datepicker.dnn

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="bootstrap-datepicker" type="JavaScript_Library" version="1.7.1">
3+
<package name="bootstrap-datepicker" type="JavaScript_Library" version="<~=version~>">
44
<friendlyName>bootstrap-datepicker</friendlyName>
55
<description><![CDATA[A datepicker for @twitter bootstrap forked from Stefan Petre's (of eyecon.ro), improvements by @eternicode]]></description>
66
<owner>
@@ -22,7 +22,7 @@
2222
<libraryName>bootstrap-datepicker</libraryName>
2323
<fileName>bootstrap-datepicker.min.js</fileName>
2424
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
25-
<CDNPath>https://cdn.jsdelivr.net/npm/bootstrap-datepicker@1.7.1/dist/js/bootstrap-datepicker.min.js</CDNPath>
25+
<CDNPath>https://cdn.jsdelivr.net/npm/bootstrap-datepicker@<~=version~>/dist/js/bootstrap-datepicker.min.js</CDNPath>
2626
<objectName>jQuery.fn.datepicker.noConflict</objectName>
2727
</javaScriptLibrary>
2828
</component>
@@ -36,15 +36,15 @@
3636
</component>
3737
<component type="ResourceFile">
3838
<resourceFiles>
39-
<basePath>Resources\Libraries\bootstrap-datepicker\01_07_01</basePath>
39+
<basePath>Resources\Libraries\bootstrap-datepicker\<~=versionFolder~></basePath>
4040
<resourceFile>
4141
<name>Resources.zip</name>
4242
</resourceFile>
4343
</resourceFiles>
4444
</component>
4545
<component type="ResourceFile">
4646
<resourceFiles>
47-
<basePath>Resources\Libraries\bootsrap-datepicker\01_07_01</basePath>
47+
<basePath>Resources\Libraries\bootsrap-datepicker\<~=versionFolder~></basePath>
4848
<resourceFile>
4949
<name>Resources.zip</name>
5050
</resourceFile>

bootstrap/LICENSE.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<p>Code and documentation copyright 2011-2016 Twitter, Inc. Code released under <a href="https://github.com/twbs/bootstrap/blob/v3.3.7/LICENSE">the MIT license</a>. Docs released under <a href="https://github.com/twbs/bootstrap/blob/v3.3.7/docs/LICENSE">Creative Commons</a>.</p>
1+
<p>Code and documentation copyright 2011-2016 Twitter, Inc. Code released under <a href="https://github.com/twbs/bootstrap/blob/v<~=version~>/LICENSE">the MIT license</a>. Docs released under <a href="https://github.com/twbs/bootstrap/blob/v<~=version~>/docs/LICENSE">Creative Commons</a>.</p>

0 commit comments

Comments
 (0)