Skip to content

Commit

Permalink
Fix comment in xml snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Dec 1, 2021
1 parent f5e4cf9 commit 0ffdf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ that you might stumble across when upgrading from Phing 2 to 3.
* Obsolete `ExportPropertiesTask` was removed in favor of the `EchoPropertiesTask`
```xml
<exportproperties targetfile="output.props" />
<-- is the same as -->
<!-- is the same as -->
<echoproperties destfile="output.props" regex="/^((?!host\.)(?!os\.)(?!env\.)(?!phing\.)(?!php\.)(?!line\.)(?!user\.)[\s\S])*$/"/>
```
* `FileHashTask` creates now a file by default
Expand Down

0 comments on commit 0ffdf1c

Please sign in to comment.