Skip to content

Commit

Permalink
Master (#333)
Browse files Browse the repository at this point in the history
* Add server list option to filter by webroot (#139)

Show only servers that have the same webroot as the `pwd` in the `server list` command.
https://ortussolutions.atlassian.net/browse/COMMANDBOX-663

* Update Lucee

* Finalize Lucee update

* Bump for final Lucee security release

* More sensible defaults for XML parsing

* Final bump for 5.9.1

* Oops, wrong code

---------

Co-authored-by: Pete Freitag <[email protected]>
  • Loading branch information
bdw429s and pfreitag authored Feb 14, 2024
1 parent 4990709 commit fefe8e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ External Dependencies:

<delete dir="${temp.dir}/engine/cfml/cli/lucee-server/context/extensions/available/"/>

<delete dir="${temp.dir}/engine/cfml/cli/lucee-server/context/extensions/available/"/>

<copy todir="${temp.dir}/engine/cfml/cli/lucee-server/context/extensions/available/">
<fileset dir="${extensions.dir}" includes="*.lex" />
</copy>
Expand Down

0 comments on commit fefe8e4

Please sign in to comment.