You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/03/18 00:07:27 UTC

[jira] Resolved: (PDFBOX-644) Move FontBox and JempBox under the same trunk with PDFBox

     [ https://issues.apache.org/jira/browse/PDFBOX-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved PDFBOX-644.
----------------------------------

    Resolution: Fixed

I have now merged the three separate trunks into one.

If you have an existing checkout of FontBox, JempBox, and/or PDFBox, then I recommend doing a new checkout of https://svn.apache.org/repos/asf/pdfbox/trunk and manually migrating any pending local changes you may have to the new checkout.

If you're only interested in FontBox or JempBox, you can also just switch your existing checkouts to the new svn location with the following commands:

    svn switch https://svn.apache.org/repos/asf/pdfbox/trunk/jempbox (in a JempBox trunk checkout)
    svn switch https://svn.apache.org/repos/asf/pdfbox/trunk/fontbox (in a FontBox trunk checkout)

> Move FontBox and JempBox under the same trunk with PDFBox
> ---------------------------------------------------------
>
>                 Key: PDFBOX-644
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-644
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: FontBox, JempBox
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>             Fix For: 1.1.0
>
>
> As discussed on dev@, I'd like to move all our component under the same trunk. The proposed project structure is:
>     trunk/pdfbox
>     trunk/fontbox
>     trunk/jempbox

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.