Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix bug where includes options ignore defined file extension type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Aug 10, 2011
1 parent 5cd4be2 commit 20858a2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -96,9 +96,9 @@ public PushCommand initCommand()
* Wildcard pattern to include file and directory. This parameter is only
* needed for some project types, eg XLIFF.
*
* @parameter expression="${zanata.includes}" default-value="**\/**"
* @parameter expression="${zanata.includes}"
*/
private String includes = "**/**";
private String includes;

/**
* Wildcard pattern to exclude file and directory. Usage
Expand Down

0 comments on commit 20858a2

Please sign in to comment.