Skip to content

Commit

Permalink
fixes clearing excluded file patterns for clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Berry authored and Francisco Tolmasky committed Jan 10, 2010
1 parent 90192d9 commit e60a599
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified lib/jake.js
100644 → 100755
Empty file.
Empty file modified lib/jake/application.js
100644 → 100755
Empty file.
Empty file modified lib/jake/clean.js
100644 → 100755
Empty file.
Empty file modified lib/jake/filecreationtask.js
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions lib/jake/filelist.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ FileList.prototype.exclude = function(/*Strings|Functions*/)
// Clear all the exclude patterns so that we exclude nothing.
FileList.prototype.clearExclude = function()
{
this._excludePatterns = [];
this._excludeProcs = [];
this._excludedPatterns = [];
this._excludedProcs = [];

return this;
}
Expand Down
Empty file modified lib/jake/filetask.js
100644 → 100755
Empty file.
Empty file modified lib/jake/task.js
100644 → 100755
Empty file.
Empty file modified lib/jake/taskmanager.js
100644 → 100755
Empty file.
Empty file modified package.json
100644 → 100755
Empty file.

0 comments on commit e60a599

Please sign in to comment.