Skip to content

Commit

Permalink
Item14454: Update JQueryPlugin MANIFEST and Config.spec to include js…
Browse files Browse the repository at this point in the history
…views
  • Loading branch information
Chris Hoefler committed Dec 13, 2017
1 parent 7f37405 commit 16dc8db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/Config.spec
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ $Foswiki::cfg{JQueryPlugin}{Plugins}{'UI::Tooltip'}{Enabled} = 1;
# **BOOLEAN LABEL="UI::Validate"**
$Foswiki::cfg{JQueryPlugin}{Plugins}{Validate}{Enabled} = 1;

# **BOOLEAN LABEL="View"**
$Foswiki::cfg{JQueryPlugin}{Plugins}{View}{Enabled} = 1;

# **BOOLEAN LABEL="WikiWord"**
$Foswiki::cfg{JQueryPlugin}{Plugins}{WikiWord}{Enabled} = 1;

Expand Down
9 changes: 9 additions & 0 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ data/System/JQueryUIDialog.txt 0644
data/System/JQueryUITooltip.txt 0644
data/System/JQueryUI.txt 0644
data/System/JQueryValidate.txt 0644
data/System/JQueryView.txt 0644
data/System/JQueryWikiWord.txt 0644
data/System/VarBUTTON.txt 0644
data/System/VarENDTABPANE.txt 0644
Expand Down Expand Up @@ -159,6 +160,7 @@ lib/Foswiki/Plugins/JQueryPlugin/UI/SPINNER.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/UI/TABS.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/UI/TOOLTIP.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/VALIDATE.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/VIEW.pm 0644
lib/Foswiki/Plugins/JQueryPlugin/WIKIWORD.pm 0644
pub/System/JQueryCycle/beach1.jpg 0644
pub/System/JQueryCycle/beach2.jpg 0644
Expand Down Expand Up @@ -966,6 +968,13 @@ pub/System/JQueryPlugin/plugins/validate/Makefile 0644
pub/System/JQueryPlugin/plugins/validate/pkg.js 0644
pub/System/JQueryPlugin/plugins/validate/pkg.js.gz 0644
pub/System/JQueryPlugin/plugins/validate/pkg.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/view/jquery.observable.js 0644
pub/System/JQueryPlugin/plugins/view/jquery.observable.js.gz 0644
pub/System/JQueryPlugin/plugins/view/jquery.observable.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/view/jquery.views.js 0644
pub/System/JQueryPlugin/plugins/view/jquery.views.js.gz 0644
pub/System/JQueryPlugin/plugins/view/jquery.views.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/view/Makefile 0644
pub/System/JQueryPlugin/plugins/wikiword/downgradeMap.small.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/wikiword/downgradeMap.uncompressed.js 0644
pub/System/JQueryPlugin/plugins/wikiword/jquery.wikiword.uncompressed.js 0644
Expand Down

0 comments on commit 16dc8db

Please sign in to comment.