Skip to content

Commit

Permalink
Fix 'missing thirdpartylibs.xml' - #1
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Sep 14, 2020
1 parent bd0e1b5 commit 573f527
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ matrix:
env:
global:
- MOODLE_BRANCH=MOODLE_39_STABLE
- IGNORE_PATHS=javascript/syntaxhighlighter_4_0_1/,javascript/EnlighterJS_3_4_0
- IGNORE_NAMES=*.txt

before_install:
Expand Down
5 changes: 3 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Version Information
===================
Version 3.7.0.3 - TBD
1. Fix 'missing thirdpartylibs.xml' - #1.

Version 3.7.0.2 - 3/9/20
1. EnlighterJS has no 'default' style.
1. EnlighterJS has no 'default' style.

Version 3.7.0.1 - 2/9/20
1. Initial version.
1. Initial version.
17 changes: 17 additions & 0 deletions thirdpartylibs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<libraries>
<library>
<location>javascript/EnlighterJS_3_4_0</location>
<name>EnlighterJS - https://github.com/EnlighterJS/EnlighterJS</name>
<version>3.4.0</version>
<license>MPL</license>
<licenseversion>2.0</licenseversion>
</library>
<library>
<location>javascript/syntaxhighlighter_4_0_1</location>
<name>Syntax Highlighter by Alex Gorbatchev - https://github.com/syntaxhighlighter/syntaxhighlighter</name>
<version>4.0.1</version>
<license>MIT</license>
<licenseversion></licenseversion>
</library>
</libraries>

0 comments on commit 573f527

Please sign in to comment.