Repository: pdfbox-docs Updated Branches: refs/heads/asf-site 140aff9a0 -> 2c9ddb4d7
Site checkin for project Apache PDFBox Website Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/f5e3067f Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/f5e3067f Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/f5e3067f Branch: refs/heads/asf-site Commit: f5e3067fbf950eff1099f4de3914f4adccf9a5a7 Parents: 140aff9 Author: Maruan Sahyoun <sahy...@fileaffairs.de> Authored: Wed Apr 26 10:35:46 2017 +0200 Committer: Maruan Sahyoun <sahy...@fileaffairs.de> Committed: Wed Apr 26 10:35:46 2017 +0200 ---------------------------------------------------------------------- content/2.0/migration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/f5e3067f/content/2.0/migration.html ---------------------------------------------------------------------- diff --git a/content/2.0/migration.html b/content/2.0/migration.html index 3b2d57a..fb426a6 100644 --- a/content/2.0/migration.html +++ b/content/2.0/migration.html @@ -164,7 +164,7 @@ <ul> <li>Jempbox is no longer supported and was removed in favour of Xmpbox</li> - <li>the package <code class="highlighter-rouge">org.apache.pdfbox.pdmodel.edit</code> was removed. The class <code class="highlighter-rouge">PDPageContentStream</code> was moved to the parent package.</li> + <li>the package <code class="highlighter-rouge">org.apache.pdfbox.pdmodel.edit</code> was removed. The only class contained <code class="highlighter-rouge">PDPageContentStream</code> was moved to the parent package.</li> <li>all examples were moved to the new package âpdfbox-examplesâ</li> <li>all commandline tools were moved to the new package âpdfbox-toolsâ</li> <li>all debugger related stuff was moved to the new package âpdfbox-debuggerâ</li>