See <https://hudson.apache.org/hudson/job/PDFBox-ant/469/changes>

Changes:

[lehmi] PDFBOX-839: use a COSName constant instead of a COSString to define the 
type of a PDDocumentCatalog

[lehmi] PDFBOX-836: added implementation for createColorModel based on Kenneth 
Berland suggestion

[lehmi] PDFBOX-81: added the missing AL header

[lehmi] PDFBOX-81,PDFBOX-554: disabled filter tests for JBIG2 and JPX filter

[lehmi] PDFBOX-81: added a JBIG2 filter as suggested by Kenneth Berland

[lehmi] PDFBOX-554: added handling for JPEG2000 images via JPXDecode filter as 
suggested by Timo Boehme and Kenneth Berland

[jeremias] PDFBOX-834: Fixed extraction of CCITT Group 3 compressed data and 
software info field.

[lehmi] PDFBOX-704: increased type safety to avoid class cast exceptions

[lehmi] PDFBOX-704: added support for additional CMap formats as suggested by 
Eric Leleu

[lehmi] PDFBOX-704: improved CMapParser based on suggestions of Eric Leleu

[lehmi] PDFBOX-704: fixed encoding as suggested by Eric Leleu (originally 
proposed as fontbox patch)

[lehmi] PDFBOX-704: fixed encoding as suggested by Eric Leleu

[lehmi] PDFBOX-826: reduced number of array accesses to increase the 
performance as suggested by Timo Boehme

[lehmi] PDFBOX-825: fixed use of opacity within an IndexedColorspace.

[lehmi] PDFBOX-822: added fixed handling of PNG predictors with FlateDecode as 
suggested by Timo Boehme

[jukka] PDFBOX-808: PDTrueTypeFont.loadTTF() freezes

Ignore reserved glyph name indexes

[lehmi] PDFBOX-820: Added support for TIFF predictor 2. Patch by Timo Boehme 
(timo dot boehme at ontochem dot com)

[lehmi] PDFBOX-805: fixed the character mapping

[lehmi] PDFBOX-11: added/imporved support for cidchar/cidrange

[jukka] PDFBOX-808: PDTrueTypeFont.loadTTF() freezes

Fix the problem caused by MemoryTTFDataStream returning 0 instead of -1 when 
the end of a TTF stream is reached.

[jukka] PDFBOX-793: scratchfile ignored in PDDocument load( File file, 
RandomAccess scratchFile )

Pass the scratchFile parameter on as suggested by Ryan McKinley.

[jukka] PDFBOX-788: PrintPDF does not take the windows default printer 
orientation into account

Make the PDPageable adapter implement also the Printable interface.

[jukka] PDFBOX-788: PrintPDF does not take the windows default printer 
orientation into account

Add a PDPageable adapter class to avoid problems in accessing the 
currentPrinterJob variable.

[jukka] PDFBOX-808: PDTrueTypeFont.loadTTF() freezes

Break the potential endless loop reported by Martin Hilpert.

[jukka] PDFBOX-810: Problem in extracting roman page numbers

Fixed as suggested by Karthick G.

[jukka] PDFBOX-815: PDFont.getEncodingManager is not thread safe

Use singleton instances for the EncodingManager and default encoding classes.
Replace the static encodings map in EncodingManager with if clauses since we 
only need four entries.
Remove the "protected static" getEncodingManager() method from PDFont. This was 
introduced in PDFBOX-601 and the remove should not cause backwards 
compatibility problems even though strictly speaking it is a change in the 
binary API.

[jukka] PDFBOX-494: Addtional CMap files from adobe

Exclude the BSD-licensed CMap files from RAT checks

[jukka] PDFBOX-494: Addtional CMap files from adobe

Use the BSD-licensed cmap resources from 
http://opensource.adobe.com/wiki/display/cmap/Downloads

[jukka] Add missing svn:eol-style settings

[jukka] Add missing svn:eol-style settings.

[lehmi] PDFBOX-568: improved text extraction of sample_fonts_solidconvertor.pdf 
and cweb.pdf from our test arena

[lehmi] PDFBOX-812: removed PageDrawer.colorChanged call

[adam] PDFBOX-796: Objects from streams overwrite objects already read with the 
same ID/Generation

[adam] PDFBOX-506: PDFBox can't parse PDF documents from jstor.org

[adam] PDFBOX-798: Better handle out of spec PDFs

[adam] PDFBOX-796: Objects from streams overwrite objects already read with the 
same ID/Generation

[jukka] PDFBOX-592: please accommodate '-' where a number is expected

Remove leftover debug print.

[jukka] PDFBOX-592: please accommodate '-' where a number is expected

Add also '.' as an allowed "number", mapping it to zero.

Simplify code by moving such special case handling to COSNumber.

[adam] PDFBOX-803: Improved handling erronous data between endstream and endobj 
lines

[adam] PDFBOX-802: Better handle corrupt/missing %%EOF flags at the end of a 
file

[jukka] PDFBOX-788: PrintPDF does not take the windows default printer 
orientation into account

Reduce the amount of duplicate code.

[jukka] PDFBOX-788: PrintPDF does not take the windows default printer 
orientation into account

Set the print job name as suggested by Christophe Borivant.

[jukka] PDFBOX-801: PDPixelMap is too verbose

Reduce log level

[jukka] PDFBOX-592: please accommodate '-' where a number is expected

Fixed as suggested by Godmar Back

[jukka] PDFBOX-791: PDFToImage : add the ability to select the area to export 
int the pages

Patch by Christophe Borivant

[jukka] PDFBOX-780: EXCEPTION_ACCESS_VIOLATION in fontmanager.so/fontmanager.dll

Use the default font instead of null to avoid a NPE

[adam] PDFBOX-799: Add ability to ignore errors with AcroForms

[lehmi] PDFBOX-790: ignore whitespaces within beginbfchar mappings

[jukka] PDFBOX-494: Addtional CMap files from adobe

Use the new pcfi jar version that contains all the resources we previously 
downloaded from Jira

[jukka] PDFBOX-780: EXCEPTION_ACCESS_VIOLATION in fontmanager.so/fontmanager.dll

Patch by Matt Davis

[jukka] PDFBOX-786: PDChoiceField's implementation of SetValue does not work 
for all PDF forms. Sometimes it throws ClassCastException

Patch by Yonas Jongkind

[jukka] PDFBOX-788: PrintPDF does not take the windows default printer 
orientation into account

Patch by Christophe Borivant

[lehmi] PDFBOX-787: fixed CMapParser reading "begincidrange". Added a test case 
for the CMapParser

[lehmi] PDFBOX-782: fixed some minor ant build issues

[lehmi] PDFBOX-521: close the output file before comparing it to the expected 
file.

[lehmi] PDFBOX-521: added improved text extraction algos. Based on a patch by 
Mel Martinez (m dot martinez at ll dot mit dot edu)

[lehmi] PDFBOX-521: added improved text extraction algos. Based on a patch by 
Mel Martinez (m dot martinez at ll dot mit dot edu)

[lehmi] PDFBOX-782: fixed some minor ant build issues

[lehmi] PDFBOX-769: use the newest junit version 4.8.1 for all

[lehmi] PDFBOX-782: updated/reactivated ant build

[adam] PDFBOX-777: Add utility class to easily extract a range of pages from a 
PDF

[adam] PDFBOX-777: Add utility class to easily extract a range of pages from a 
PDF.  Now closes the newly created document, which provides for a good example.

[adam] PDFBOX-777: Add utility class to easily extract a range of pages from a 
PDF

[adam] PDFBOX-777: Add utility class to easily extract a range of pages from a 
PDF

[lehmi] PDFBOX-772: Move COSName constants to the COSName class.

[jukka] Remove svn:mergeinfo properties from all but the project root to avoid 
confusing future branches.

[jukka] One more adjustment to the snapshot version number. This time I 
hopefully got it right... :-}

[jukka] Set svn:eol-style to native

[jukka] Set branch version to 1.2.1-SNAPSHOT

[jukka] Restore trunk version to 1.3.0-SNAPSHOT

[jukka] [maven-release-plugin] prepare branch 1.2

[jukka] PDFBOX-765: Performance regression in PDFBox 1.2.0

[lehmi] PDFBOX-762: don't shutdown the jvm when starting the PDFReader or the 
PDFDebugger

[jukka] [maven-release-plugin] prepare for next development iteration

[jukka] [maven-release-plugin] prepare release 1.2.0

[jukka] Prepare for the 1.2.0 release by automating some more of the release 
process.

[jukka] PDFBOX-687: Standalone PDFBox jar

Add the ICU4J and Bouncy Castle libraries to the standalone jar. Add license 
information.

[jukka] Update license files

[jukka] Update the README and RELEASE-NOTES files

[lehmi] PDFBOX-758: fixed rotation algo if the rotation angle isn't a multiple 
of 90 degrees.

[jukka] Add missing license header.

[jukka] PDFBOX-754: Move Resources to org.apache.pdfbox.resources

[jukka] PDFBOX-752: Move Lucene and Ant code into separate components

Remove the reference to Lucene Javadocs

[jukka] PDFBOX-684: Incorrect ordering of compound Arabic glyphs

Patch by Yigal Dayan

[jukka] PDFBOX-641: PDNameTreeNode: Keys in Names shall be sorted

Based on the patch by Johannes Koch

[jukka] PDFBOX-753: Move PDFBox war into a separate component

[jukka] PDFBOX-681: ClassCastException in PDTrueTypeFont.ensureFontDescriptor()

Based on the patch by Villu Ruusmann.

[jukka] PDFBOX-639: PDNameTreeNode: Limits are only set when setting Names

Patch by Johannes Koch

[jukka] PDFBOX-638: PDNameTreeNode setLower/UpperLimit don't set dictionary 
entries

Patch by Johannes Koch

[jukka] PDFBOX-743: PDAppereanceDictionary#getNormalAppearance might throw NPE

Patch by Philipp Koch

[jukka] PDFBOX-752: Move Lucene and Ant code into separate components

This class has been relicensed to ALv2 as a part of PDFBox entering the ASF.

[jukka] PDFBOX-752: Move Lucene and Ant code into separate components

Remove Lucene and Ant references from the Ant build file

[jukka] PDFBOX-752: Move Lucene and Ant code into separate components

[lehmi] PDFBOX-726: PDFTextStripper overrides resetEngine and resets the 
current page number within that method

[lehmi] PDFBOX-705: added transparency/opacity to a PDPixelMap if an indexed 
colorspace is used.

[lehmi] PDFBOX-323: added transparency/opacity for images. Patch by Neil 
McErlean (neil dot mcerlean at gmail dot com)

[lehmi] PDFBOX-737: added a fix for a potential NPE. Patch by Adam Nichols 
(adam at swmc dot com)

[lehmi] PDFBOX-732: true type font files can now be loaded from the classpath. 
Patch by Neil McErlean (neil dot mcerlean at gmail dot com)

[lehmi] PDFBOX-717: added a fix for the bookmark reference table. Patch by Adam 
Nichols (adam at swmc dot com)

[lehmi] PDFBOX-725: added support for 2-byte encodings

[lehmi] PDFBOX-725: added an additional method to add a single entry

[lehmi] PDFBOX-670: added management of CMap format 2 for true type fonts. 
Patch by Eric Leleu (eric dot leleu at atosorigin dot com)

[lehmi] PDFBOX-742: using logging instead of System.out/err. Hint by Antoni 
Mylka (antoni dot mylka at aduna-software dot com)

[lehmi] PDFBOX-739: use the DescendantFont of a base font, enabled the 
fontfile3 usage

[lehmi] Deleted directory which was added by accident (see version 953104)

[lehmi] Deleted files which were added by accident (see version 953104)

[lehmi] PDFBOX-719: merge bookmarks in the right order. Patch by Adam Nichols 
(adam at swmc dot com)

[lehmi] PDFBOX-513: addewd transparency/apla support for PDJpeg. Patch by Yonas 
Jongkind (yonas dot jongkind at gmail dot com)

[lehmi] PDFBOX-730: added an implementation of the crypt filter dictionary.

[lehmi] PDFBOX-730: added the default implementation for a crypt filter. Patch 
by Adam Nichols (adam at swmc dot com)

[lehmi] PDFBOX-295: improved the parser to read begincidrange.

[lehmi] PDFBOX-622: fixed the namespace prefix. Patch by Guillaume Bailleul 
(guillaume dot bailleul at atosorigin dot com)

[lehmi] PDFBOX-738: using transparent white instead of solid white for the 
background when converting to an image with rgba. Patch by Armando Singer 
(armando dot singer at gmail dot com)

[lehmi] PDFBOX-736: added an implementation for a DeviceN colorspace.

[jukka] PDFBOX-687: Standalone PDFBox jar

Add a dispatcher class for all our command line utilities

[jukka] PDFBOX-687: Standalone PDFBox jar

Add a simple pdfbox-app module

[jukka] PDFBOX-735: Automatic license header checks

[lehmi] PDFBOX-733: added/reactivated the implementation for function types 0,2 
and 3 used within Separation and DeviceN colorspaces.

[lehmi] PDFBOX-722: replaced the java6only Path2D with PathIterator and some 
minor changes

[lehmi] PDFBOX-722: added some more commands to be added to a pdf. Includes a 
patch by Teka (teka101 at gmail dot com)

[lehmi] PDFBOX-728: added some more mappings and improved the character 
encoding used by tex/latex

[lehmi] PDFBOX-659: avoid newlines in the middle of words. Patch by Mel 
Martinez (m dot martinez at ll dot mit dot edu)

[lehmi] PDFBOX-534: added some more algos for font encoding to improve text 
parsing of pdfs created with TeX/LateX

[lehmi] PDFBOX-406: removed the unused implementation of the cloneable 
interface. Patch by Peter Lenahan (Peter_Lenahan at ibi dot com)

[lehmi] PDFBOX-410: small performance improvements. Hints by Peter Lenahan 
(Peter_Lenahan at ibi dot com) and Lars Torunski (ltorunski at t-online dot de)

[lehmi] PDFBOX-724: avoid ClassCastExcpetion when merging PDFs. Patch by Adam 
Nichols (adam at swmc dot com)

[lehmi] PDFBOX-669: added management of CIDKeyed to CFFFont. Patch by Eric 
Leleu (eric dot leleu at atosorigin dot com)

[lehmi] PDFBOX-685: using StringBuilder instead of String. Hint by Yigal Dayan 
(ydayan at yahoo dot com)

[lehmi] PDFBOX-668: added GlyphID to CharacterCode mapping. Patch by Eric Leleu 
(eric dot leleu at atosorigin dot com)

[lehmi] PDFBOX-703: added a check for null to avoid NPE. Patch by Peter Lenahan 
(Peter_Lenahan at ibi dot com)

[lehmi] PDFBOX-699: added support for InputStreams to PDFMergeUtility. Patch by 
Adam Nichols (adam at swmc dot com)

[lehmi] PDFBOX-695: use an iterator to parse a stream step by step to minimize 
the memory footprint. Patch by Kyle Maxwell (kyle at casttv dot com)

[lehmi] PDFBOX-667: reverted patch from version 939208 due to a sideeffect 
within textextraction.

[koch] [PDFBOX-715] solved issues with Locale and TimeZone

[lehmi] PDFBOX-711: fixed NaN call. Patch by Peter Lenahan (Peter_Lenahan at 
ibi dot com)

[lehmi] PDFBOX-700: avoid NPE when merging pdfs containing an OutlineNode. 
Patch by Adam Nichols (adam at swmc dot com)

[lehmi] PDFBOX-688: removed getGraphics calls to better support .NET version

[lehmi] PDFBOX-683: improve parser to read the d0 and d1 operator correctly. 
Patch by Eric Leleu (eric dot leleu at atosorigin dot com)

[lehmi] PDFBOX-696: removed the limitation of the number of glyph widths. Patch 
by Michael Berg (michael dot berg at bergconsult dot com)

[lehmi] PDFBOX-716: fixed the parsing of parentheses.

[lehmi] PDFBOX-667: fixed loop termination condition when handling text lines. 
Patch by Maruan Sahyoun (sahyoun at fileaffairs dot de)

[lehmi] PDFBOX-707: added the current page number and the total number of pages 
of a pdf to the title of the PDFReader

[lehmi] PDFBOX-276: avoid IOExceptions if the pdf isn't well-formed. Patch by 
Peter Lenahan (Peter_Lenahan at ibi dot com)

[lehmi] PDFBOX-701: added a bunch of potential date formats. Patch by Peter 
Lenahan (Peter_Lenahan at ibi dot com)

[lehmi] PDFBOX-702: added a method to manipulate the current transformation 
matrix and an example how to create a pdf with landscape orientation.

[jukka] PDFBOX-465: invalid date formats

Add some test more test cases for DateConverter.

[jukka] Use commons-logging instead of jul in o.a.p.encoding.Encoding 
(PDFBOX-693)

[koch] [PDFBOX-690] removed throws clause for getAction() methods

[lehmi] using https to download additional files from JIRA, http doesn't work 
anymore

[danielwilson] Refactor to make the awtFont available to extending (especially 
.Net) applications.
PDFBOX-688

[koch] Added some more stuff for tagged PDF

[koch] Added some more stuff for tagged PDF

[danielwilson] Don't fail to BLACK quite so quickly ... do some more 
intelligent guessing.
Necessary when implementing in .Net as there are still some key things IKVM is 
missing.

[danielwilson] Upgrade .NET build to use IKVM 0.42 per PDFBOX-675

[danielwilson] Refactor out another getGraphics call for extensibilty.

[danielwilson] Refactor for the sake of those who inherit from PageDrawer.
When crossing into .Net graphics, calls to ((PageDrawer)context).getGraphics() 
cannot be expected to return a Java Graphics2D object.
IMO, we shouldn't be calling for the PageDrawer's graphics anyway.  So I have 
abstracted the attempt to get to the Stroke so that it can be overriden ... and 
the graphics object isn't handled directly, at least in these cases.

[lehmi] PDFBOX-679: don't use a converter if an unicode mapping is given

[lehmi] PDFBOX-676: added more precise predefined paper sizes. Patch by Maruan 
Sahyoun (sahyoun at fileaffairs dot de)

[lehmi] PDFBOX-672: take the decode array of an XObjectImage into amount when 
calculating "BlackIs1" value of a tiff, some more COSName constants.

[lehmi] PDFBOX-582: added support for text rendering mode 2 (invisible text). 
Patch by Maruan Sahyoun (sahyoun at fileaffairs dot de)

[danielwilson] Providing slightly changed test results due to recent changes.
Differences are not visible, so updating these eliminates false positives for 
test failures.

[lehmi] PDFBOX-674: avoid ArrayOutOfBounds by using single rgb values for the 
DeviceGray color. Patch by Maruan Sahyoun (sahyoun at fileaffairs dot de)

[lehmi] PDFBOX-626: More COSName constants

[lehmi] PDFBOX-672: take the decode array of an XObjectImage into amount when 
calculating the color model.

[jukka] PDFBOX-673: Ant build problems in PDFBox

[danielwilson] Make page and pageSize available (again) for 
libraries/applications that inherit.

[lehmi] PDFBOX-626: More COSName constants, removed all COSName constants from 
the encoding mappings

[lehmi] PDFBOX-441: replace the WeakHashMap with a ConcurrentHashMap, added 
some more COSName constants

[lehmi] PDFBOX-515: close the source files not before all files are merged. 
Patch by Ernst Eibensteiner (ernst dot eibensteiner at fabasoft dot com)

[lehmi] PDFBOX-584: create the correct colormodel to avoid inverted colors

[lehmi] PDFBOX-574: avoid ArrayOutOfBoundsException during image 
extraction/rendering. Pacth by Ian Kaplan (kaplan4 at llnl dot gov)

[jukka] Update trunk version to 1.2.0-SNAPSHOT

[jukka] PDFBOX-644: Move FontBox and JempBox under the same trunk with PDFBox

Consolidate the release assemblies.

[jukka] Minor update in release notes.

[jukka] PDFBOX-644: Move FontBox and JempBox under the same trunk with PDFBox

Remove LICENSE and NOTICE files from fontbox and jempbox. Consolidate and 
update the RELEASE-NOTES files.

[jukka] PDFBOX-644: Move FontBox and JempBox under the same trunk with PDFBox

Update svn:ignore on the trunk directory.

[vfed] PDFBOX-663: ensure that the FontDescriptor is not null for external 
TrueType fonts

[danielwilson] Getting closer to implementation of the SHFill operator re: 
PDFBOX-615

[lehmi] PDFBOX-632: ensure that the current clipping path is never null

[danielwilson] Due to PDFBOX-666:
FANTASTICCMYK.ai-1.png is much improved.
The others are changed, but not visibly.
Also adding Tiger files per PDFBOX-646

[koch] added expanded form (E) for PDMarkedContent

[koch] some more about logical structure (basic support for structure 
attributes)

[koch] [PDFBOX-630] added PDDictionaryWrapper and PDTypedDictionaryWrapper

[koch] changed author line

[koch] bug fixes

[koch] Added some new COSNames for logical structure

[koch] Added some new COSNames for logical structure

[lehmi] PDFBOX-666: combine single lines to a rectangle to ensure the right 
path direction.

[lehmi] PDFBOX-624: Fixed the calculation of the charstring number encoding. 
Patch by Villu Ruusmann (villu dot ruusmann at gmail dot com)

[jukka] PDFBOX-623: Separate the PDFBox web site from trunk

Remove the src/site directory from trunk

[jukka] PDFBOX-644: Move FontBox and JempBox under the same trunk with PDFBox

Use a shared parent POM to avoid duplicating POM settings.

[jukka] PDFBOX-644: Move FontBox and JempBox under the same trunk with PDFBox

Add a simple reactor POM. Basic svn:ignores.

[jukka] PDFBOX-644: Move FontBox and JempBox under the same trunk with PDFBox

Move the PDFBox component to the same level with JempBox and FontBox.

[jukka] PDFBOX-644: Move FontBox and JempBox under the same trunk with PDFBox

Move the FontBox trunk.

[jukka] PDFBOX-644: Move FontBox and JempBox under the same trunk with PDFBox

Move the JempBox trunk.

[danielwilson] update test cases per changes made by Villu's patch for 
PDFBox-660.
All these are visually, but not binarily, identical.

[koch] [PDFBOX-645] PDDocumentOutline should not have getParent()

[lehmi] PDFBOX-651: removed doubled committer entry

[vfed] PDFBOX-660: applying FontMatrix scale factors to PDFont drawing 
operations

[lehmi] PDFBOX-651: added Johannes as new committer and alpha sorting the 
committer list

[lehmi] PDFBOX-653: added basic documentation for some commandline tools. Patch 
by Maruan Sahyoun (sahyoun at fileaffairs dot de)

[lehmi] PDFBOX-658: fixed a typo in the font mapping. Patch by Maruan Sahyoun 
(sahyoun at fileaffairs dot de)

[lehmi] PDFBOX-656: fixed typo DecodeParams -> DecodeParms

[lehmi] PDFBOX-654: added the ability to extract CJK text. Patch by Atsuo 
Ishimoto (ishimoto at gembook dot org)

[lehmi] PDFBOX-655: using the default font width instead of 0. Patch by Atsuo 
Ishimoto (ishimoto at gembook dot org)

[lehmi] PDFBOX-651: added all committers to be listed on the website.

[lehmi] PDFBOX-7: added support for the extraction of information of tagged 
pdfs. Patch by Johannes Koch (johannes dot koch at fit dot fraunhofer dot de)

[lehmi] PDFBOX-7: added support for the extraction of information of tagged 
pdfs. Patch by Johannes Koch (johannes dot koch at fit dot fraunhofer dot de)

[lehmi] PDFBOX-618: removed "www.pdfbox.org" from the PDFBox logos.

[lehmi] PDFBOX-628: removed redundant calls in some convenience methods of 
COSDictionary. Based on a patch by Johannes Koch (johannes dot koch at fit dot 
fraunhofer dot de)

[lehmi] PDFBOX-640: added getter/setter for the alternate field name of a 
PDField. Patch by Johannes Koch (johannes dot koch at fit dot fraunhofer dot de)

[lehmi] PDFBOX-643: adding support for additional date formats. Patch by Arjohn 
Kampman (arjohn dot kampman at aduna-software dot com)

[lehmi] PDFBOX-646: use the optional form matrix to map form the form space to 
the user space

[jukka] PDFBOX-636: Add decoded stream length to PDStream

Patch by Johannes Koch, with minor improvements (COSName constant, extra 
javadocs).

[jukka] PDFBOX-637: problem with static code in COSInteger/COSNumber

Add @since markers for the new constants.

[jukka] PDFBOX-637: problem with static code in COSInteger/COSNumber

Fixed as suggested by Johannes Koch. We need to keep the COSNumber.ZERO and 
COSNumber.ONE constants around for backwards compatibility with PDFBox 1.0.

Also use lazy initialization for the the COSInteger.STATIC array.

[danielwilson] Initial implementation of an Eval method for types 2 & 3.
These may need some adjustment, but as far as I can tell, they're according to 
the spec.

[danielwilson] Infrastructure for sh operator ... PDFBOX-615

[danielwilson] Incorporate Villu's patch from PDFBOX-635

[jukka] PDFBOX-626: Reduce the memory impact of the COS object model

More COSName constants

[jukka] PDFBOX-626: Reduce the memory impact of the COS object model

More COSName constants

[danielwilson] Applied patch from PDFBOX-633

[jukka] PDFBOX-626: Reduce the memory impact of the COS object model

Add and use more COSName constants.

[danielwilson] Correct path in code that checks for files being identical. 
Previously, it was incorrectly saying nothing matched ... b/c it couldn't find 
the file.

[jukka] PDFBOX-626: Reduce the memory impact of the COS object model

Use a static cache of common COSInteger values. This reduces the memory impact 
of PDDocument.load("src/test/resources/input/cweb.pdf") from about 144kB to 
135kB.

[jukka] PDFBOX-626: Reduce the memory impact of the COS object model

Use LinkedHashMap in COSDictionary instead of the previous HashMap + ArrayList 
approach.

Fix remaining generics warnings in org.apache.pdfbox.cos (and in some related 
classes)

[jukka] Update site for the 1.0.0 release

[lehmi] Removed the now unused {$docs.dir} from the clean and the init target.

[lehmi] Fixed the webpage link in the header.

[jukka] site: Fix broken javadoc links.

[jukka] Switch to FontBox 1.0.1-SNAPSHOT until 1.0.0 is officially released. 
Until that Maven can only find the snapshots.

[danielwilson] Adjusted sequence and told IKVM about some dependencies to get 
build.NET target to generate fewer warnings.

[jukka] site: Enable javadoc generation for the web site.

[jukka] [maven-release-plugin] prepare for next development iteration

[jukka] [maven-release-plugin] prepare release 1.0.0

[jukka] Update the FontBox dependency to 1.0.0

[jukka] typo

[jukka] PDFBOX-545: Switch PDFBox build to Maven

Fix the javadoc target in the Ant build.

[jukka] PDFBOX-545: Switch PDFBox build to Maven

Add a binary release assembly. Remove the dist rules from the Ant build.

[jukka] PDFBOX-545: Switch PDFBox build to Maven

Add a source release assembly.

[jukka] pdfbox: Prepare for the 1.0.0 release

[danielwilson] Use font substitution to avoid throwing an exception and 
crashing.

[jukka] PDFBOX-532: getPageLabels method for PDocumentCatalog class.

Add the new test to the main test suite.

[jukka] PDFBOX-532: getPageLabels method for PDocumentCatalog class.

Test case for PDFBOX-90, based on patch by Navendu Garg.

[jukka] PDFBOX-90: Support explicit retrieval of page labels

Patch by Igor Podolskiy.

[jukka] PDFBOX-526: Add ability to read encrypted file & write unencrypted files

Patch by Adam Nichols

[jukka] PDFBOX-545: Switch PDFBox build to Maven

Use Maven instead of Forrest to build the project web site.

------------------------------------------
[...truncated 893 lines...]
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GBK-EUC-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/ETenms-B5-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniCNS-UTF16-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Hiragana
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GBT-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GBK-EUC-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-Japan2-0
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS2004-UTF8-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniKS-UTF16-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Add-RKSJ-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/KSC-Johab-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniKS-UCS2-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS-UTF16-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/78ms-RKSJ-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/KSCms-UHC-HW-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GBTpc-EUC-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS2004-UTF8-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniKS-UTF16-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS-UCS2-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Add-RKSJ-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniGB-UCS2-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/KSC-Johab-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/90msp-RKSJ-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/KSC-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniKS-UCS2-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS-UTF16-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/78ms-RKSJ-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJISPro-UCS2-HW-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GBTpc-EUC-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/KSCms-UHC-HW-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS-UCS2-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniGB-UCS2-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/90msp-RKSJ-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/KSC-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/CNS1-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniGB-UTF32-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/90pv-RKSJ-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniCNS-UCS2-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJISPro-UCS2-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniKS-UTF8-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/KSCpc-EUC-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/CNS1-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniGB-UTF32-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/90pv-RKSJ-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS-UTF8-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniCNS-UCS2-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniGB-UTF8-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniKS-UTF8-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/KSCpc-EUC-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GB-EUC-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS-UTF8-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJISX02132004-UTF32-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniGB-UTF8-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/B5-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/HKgccs-B5-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/83pv-RKSJ-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS2004-UTF32-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniHojo-UTF32-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/HKm471-B5-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GB-EUC-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniCNS-UTF8-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJISX02132004-UTF32-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJISPro-UTF8-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/B5-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/HKgccs-B5-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniHojo-UCS2-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS2004-UTF32-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Katakana
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-GB1-0
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniHojo-UTF32-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-GB1-1
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-GB1-2
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-GB1-3
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-GB1-4
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/HKm471-B5-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-GB1-5
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/ETen-B5-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Hojo-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniCNS-UTF8-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniHojo-UCS2-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/WP-Symbol
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/NWP-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/CNS2-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniGB-UTF16-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/RKSJ-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/ETen-B5-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Hojo-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/NWP-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/CNS2-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-CNS1-0
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-CNS1-1
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniGB-UTF16-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-CNS1-2
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/RKSJ-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-CNS1-3
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/HKdlb-B5-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GB-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-CNS1-4
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-CNS1-5
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-CNS1-6
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/CNS-EUC-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/90ms-RKSJ-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/ETHK-B5-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniHojo-UTF8-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Ext-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-Korea1-0
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-Korea1-1
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Adobe-Korea1-2
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/HKdlb-B5-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GB-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS2004-UTF16-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/CNS-EUC-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/90ms-RKSJ-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/ETHK-B5-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniHojo-UTF8-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Ext-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniHojo-UTF16-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/HKscs-B5-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GBpc-EUC-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS-UCS2-HW-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS2004-UTF16-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/B5pc-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniHojo-UTF16-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/HKscs-B5-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniCNS-UTF32-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GBK2K-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GBpc-EUC-V
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniJIS-UCS2-HW-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/B5pc-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Ext-RKSJ-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/78-EUC-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Hojo-EUC-H
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/UniCNS-UTF32-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GBK2K-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Ext-RKSJ-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/GBT-EUC-H
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/78-EUC-V
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Roman
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/cmap/Hojo-EUC-V
AU        
pdfbox/src/main/resources/org/apache/pdfbox/resources/PDFTextStripper.properties
A         
pdfbox/src/main/resources/org/apache/pdfbox/resources/additional_glyphlist.txt
AU        
pdfbox/src/main/resources/org/apache/pdfbox/resources/PDFBox_External_Fonts.properties
AU        
pdfbox/src/main/resources/org/apache/pdfbox/resources/PageDrawer.properties
AU        
pdfbox/src/main/resources/org/apache/pdfbox/resources/FontMapping.properties
AU        
pdfbox/src/main/resources/org/apache/pdfbox/resources/pdfbox.properties
A         pdfbox/src/main/resources/org/apache/pdfbox/resources/ttf
AU        
pdfbox/src/main/resources/org/apache/pdfbox/resources/ttf/Arial-BoldMT.ttf
AU        pdfbox/src/main/resources/org/apache/pdfbox/resources/ttf/ArialMT.ttf
AU        
pdfbox/src/main/resources/org/apache/pdfbox/resources/ttf/Arial-BoldItalicMT.ttf
AU        pdfbox/pom.xml
AU        pdfbox/build.xml
AU        RELEASE-NOTES.txt
A         parent
AU        parent/pom.xml
A         war
A         war/src
A         war/src/main
A         war/src/main/webapp
AU        war/src/main/webapp/highlight.jsp
A         war/src/main/webapp/WEB-INF
AU        war/src/main/webapp/WEB-INF/web.xml
AU        war/src/main/webapp/bookmarks.xml
AU        war/src/main/webapp/index.html
AU        war/pom.xml
AU        pom.xml
AU        NOTICE.txt
AU        LICENSE.txt
A         jempbox
A         jempbox/jempbox-checkstyle.xml
A         jempbox/eclipse-formatter.xml
A         jempbox/src
A         jempbox/src/test
A         jempbox/src/test/java
A         jempbox/src/test/java/org
A         jempbox/src/test/java/org/apache
A         jempbox/src/test/java/org/apache/jempbox
A         jempbox/src/test/java/org/apache/jempbox/xmp
A         jempbox/src/test/java/org/apache/jempbox/xmp/XMPSchemaTest.java
A         jempbox/src/test/java/org/apache/jempbox/xmp/AllTests.java
A         jempbox/src/test/java/org/apache/jempbox/xmp/package.html
A         jempbox/src/main
A         jempbox/src/main/java
A         jempbox/src/main/java/org
A         jempbox/src/main/java/org/apache
A         jempbox/src/main/java/org/apache/jempbox
A         jempbox/src/main/java/org/apache/jempbox/impl
A         jempbox/src/main/java/org/apache/jempbox/impl/DateConverter.java
A         jempbox/src/main/java/org/apache/jempbox/impl/XMLUtil.java
A         jempbox/src/main/java/org/apache/jempbox/impl/package.html
A         jempbox/src/main/java/org/apache/jempbox/xmp
A         
jempbox/src/main/java/org/apache/jempbox/xmp/XMPSchemaRightsManagement.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/XMPMetadata.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/Elementable.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/package.html
A         jempbox/src/main/java/org/apache/jempbox/xmp/XMPSchemaPDF.java
A         
jempbox/src/main/java/org/apache/jempbox/xmp/XMPSchemaMediaManagement.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/Thumbnail.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/ResourceRef.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/XMPSchema.java
A         
jempbox/src/main/java/org/apache/jempbox/xmp/XMPSchemaBasicJobTicket.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/XMPSchemaBasic.java
A         
jempbox/src/main/java/org/apache/jempbox/xmp/XMPSchemaIptc4xmpCore.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/ResourceEvent.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/XMPSchemaPhotoshop.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/pdfa
A         jempbox/src/main/java/org/apache/jempbox/xmp/pdfa/XMPMetadataPDFA.java
A         
jempbox/src/main/java/org/apache/jempbox/xmp/pdfa/XMPSchemaPDFASchema.java
A         
jempbox/src/main/java/org/apache/jempbox/xmp/pdfa/XMPSchemaPDFAType.java
A         
jempbox/src/main/java/org/apache/jempbox/xmp/pdfa/XMPSchemaPDFAField.java
A         
jempbox/src/main/java/org/apache/jempbox/xmp/pdfa/XMPSchemaPDFAProperty.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/pdfa/XMPSchemaPDFAId.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/pdfa/package.html
A         
jempbox/src/main/java/org/apache/jempbox/xmp/XMPSchemaDynamicMedia.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/XMPSchemaPagedText.java
A         jempbox/src/main/java/org/apache/jempbox/xmp/XMPSchemaDublinCore.java
A         jempbox/src/main/appended-resources
A         jempbox/src/main/appended-resources/META-INF
AU        jempbox/src/main/appended-resources/META-INF/NOTICE
AU        jempbox/src/main/appended-resources/META-INF/LICENSE
A         jempbox/pom.xml
A         jempbox/README.txt
AU        KEYS
AU        README.txt
A         lucene
A         lucene/src
A         lucene/src/main
A         lucene/src/main/java
A         lucene/src/main/java/org
A         lucene/src/main/java/org/apache
A         lucene/src/main/java/org/apache/pdfbox
A         lucene/src/main/java/org/apache/pdfbox/lucene
AU        lucene/src/main/java/org/apache/pdfbox/lucene/LucenePDFDocument.java
AU        lucene/src/main/java/org/apache/pdfbox/lucene/IndexFiles.java
AU        lucene/src/main/java/org/apache/pdfbox/lucene/package.html
A         lucene/src/main/java/org/apache/pdfbox/searchengine
A         lucene/src/main/java/org/apache/pdfbox/searchengine/lucene
AU        
lucene/src/main/java/org/apache/pdfbox/searchengine/lucene/LucenePDFDocument.java
AU        
lucene/src/main/java/org/apache/pdfbox/searchengine/lucene/IndexFiles.java
A         lucene/src/main/appended-resources
A         lucene/src/main/appended-resources/META-INF
AU        lucene/src/main/appended-resources/META-INF/NOTICE
AU        lucene/src/main/appended-resources/META-INF/LICENSE
AU        lucene/pom.xml
AU        pdfbox-checkstyle.xml
AU        assembly.xml
 U        .
At revision 1000796
FATAL: Unable to find build script at 
<https://hudson.apache.org/hudson/job/PDFBox-ant/ws/trunk/build.xml>
Publishing Javadoc

Reply via email to