Skip to content

Commit

Permalink
Refs #1640 - PackageAsPath task was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Sep 20, 2021
1 parent d482e37 commit e46995f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ that you might stumble across when upgrading from Phing 2 to 3.
a specific logger or listener when running Phing (such as `phing.listener.DefaultLogger`),
you will need to adjust this (to `Phing\Listener\DefaultLogger`, for example).
The documentation has been modified to reflect this.
* Support for dot-path classnames (i.e., `foo.bar.FooBar`) has been removed.
* Support for dot-path classnames (i.e., `foo.bar.FooBar`) has been removed. The
associated `PackageAsPath` task was also removed.
* Omitting the `basedir` property in the root `project` tag now means "." instead
of the current working directory. This effectively reverts the change made in
http://www.phing.info/trac/ticket/309 ([dfdb0bc](https://github.com/phingofficial/phing/commit/dfdb0bc8095db18284de364b421d320be3c1b6fb))
Expand Down

0 comments on commit e46995f

Please sign in to comment.