Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98F4CEE4F for ; Sat, 9 Mar 2013 13:46:11 +0000 (UTC) Received: (qmail 10973 invoked by uid 500); 9 Mar 2013 13:46:11 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 10644 invoked by uid 500); 9 Mar 2013 13:45:58 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 10265 invoked by uid 99); 9 Mar 2013 13:45:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Mar 2013 13:45:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Mar 2013 13:45:45 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D4BE223889D7; Sat, 9 Mar 2013 13:45:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1454707 - in /pdfbox/trunk: ./ preflight-app/ preflight-app/src/ preflight-app/src/main/ preflight-app/src/main/appended-resources/ preflight-app/src/main/appended-resources/META-INF/ preflight/ xmpbox/ Date: Sat, 09 Mar 2013 13:45:25 -0000 To: commits@pdfbox.apache.org From: lehmi@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130309134525.D4BE223889D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lehmi Date: Sat Mar 9 13:45:25 2013 New Revision: 1454707 URL: http://svn.apache.org/r1454707 Log: PDFBOX-1531: rearranged xmpbox and preflight and added new module preflight-app Added: pdfbox/trunk/preflight-app/ (with props) pdfbox/trunk/preflight-app/pom.xml (with props) pdfbox/trunk/preflight-app/src/ pdfbox/trunk/preflight-app/src/main/ pdfbox/trunk/preflight-app/src/main/appended-resources/ pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/ pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/LICENSE (with props) pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/NOTICE (with props) Modified: pdfbox/trunk/pom.xml pdfbox/trunk/preflight/pom.xml pdfbox/trunk/xmpbox/pom.xml Modified: pdfbox/trunk/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/trunk/pom.xml?rev=1454707&r1=1454706&r2=1454707&view=diff ============================================================================== --- pdfbox/trunk/pom.xml (original) +++ pdfbox/trunk/pom.xml Sat Mar 9 13:45:25 2013 @@ -49,6 +49,7 @@ xmpbox pdfbox preflight + preflight-app lucene ant war @@ -107,7 +108,10 @@ + + + Propchange: pdfbox/trunk/preflight-app/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Sat Mar 9 13:45:25 2013 @@ -0,0 +1,4 @@ +.settings +target +.project +.classpath Added: pdfbox/trunk/preflight-app/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight-app/pom.xml?rev=1454707&view=auto ============================================================================== Binary file - no diff available. Propchange: pdfbox/trunk/preflight-app/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: pdfbox/trunk/preflight-app/pom.xml ------------------------------------------------------------------------------ svn:mime-type = application/xml Added: pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/LICENSE URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/LICENSE?rev=1454707&view=auto ============================================================================== --- pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/LICENSE (added) +++ pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/LICENSE Sat Mar 9 13:45:25 2013 @@ -0,0 +1,189 @@ + +EXTERNAL COMPONENTS + +Apache PDFBox includes a number of components with separate copyright notices +and license terms. Your use of these components is subject to the terms and +conditions of the following licenses. + +Contributions made to the original PDFBox, JempBox and FontBox projects: + + Copyright (c) 2002-2007, www.pdfbox.org + Copyright (c) 2006-2007, www.jempbox.org + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of pdfbox; nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +Apache preflight is based on contributions made to the original PaDaF project + + Copyright 2010 Atos Worldline SAS + + Licensed by Atos Worldline SAS under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + Atos Worldline SAS licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +Bouncy Castle encryption libraries + + Copyright (c) 2000-2006 The Legion Of The Bouncy Castle + (http://www.bouncycastle.org) + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files + (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of the Software, + and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + +Adobe Font Metrics (AFM) for PDF Core 14 Fonts + + This file and the 14 PostScript(R) AFM files it accompanies may be used, + copied, and distributed for any purpose and without charge, with or without + modification, provided that all copyright notices are retained; that the + AFM files are not distributed without this file; that all modifications + to this file or any of the AFM files are prominently noted in the modified + file(s); and that this paragraph is not modified. Adobe Systems has no + responsibility or obligation to support the use of the AFM files. + +CMaps for PDF Fonts (http://opensource.adobe.com/wiki/display/cmap/Downloads) + + Copyright 1990-2009 Adobe Systems Incorporated. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + Neither the name of Adobe Systems Incorporated nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + THE POSSIBILITY OF SUCH DAMAGE. + +Glyphlist (http://www.adobe.com/devnet/opentype/archives/glyph.html) + + Copyright (c) 1997,1998,2002,2007 Adobe Systems Incorporated + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this documentation file to use, copy, publish, distribute, + sublicense, and/or sell copies of the documentation, and to permit + others to do the same, provided that: + - No modification, editing or other alteration of this document is + allowed; and + - The above copyright notice and this permission notice shall be + included in all copies of the documentation. + + Permission is hereby granted, free of charge, to any person obtaining a + copy of this documentation file, to create their own derivative works + from the content of this document to use, copy, publish, distribute, + sublicense, and/or sell the derivative works, and to permit others to do + the same, provided that the derived work is not represented as being a + copy or version of this document. + + Adobe shall not be liable to any party for any loss of revenue or profit + or for indirect, incidental, special, consequential, or other similar + damages, whether based on tort (including without limitation negligence + or strict liability), contract or other legal or equitable grounds even + if Adobe has been advised or had reason to know of the possibility of + such damages. The Adobe materials are provided on an "AS IS" basis. + Adobe specifically disclaims all express, statutory, or implied + warranties relating to the Adobe materials, including but not limited to + those concerning merchantability or fitness for a particular purpose or + non-infringement of any third party rights regarding the Adobe + materials. + +The International Components for Unicode library (http://site.icu-project.org/) + + ICU License - ICU 1.8.1 and later + + COPYRIGHT AND PERMISSION NOTICE + + Copyright (c) 1995-2009 International Business Machines Corporation and others + + All rights reserved. + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, provided that the above copyright notice(s) and this + permission notice appear in all copies of the Software and that both the + above copyright notice(s) and this permission notice appear in supporting + documentation. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. + IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE + BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, + OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, + WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, + ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + Except as contained in this notice, the name of a copyright holder shall + not be used in advertising or otherwise to promote the sale, use or other + dealings in this Software without prior written authorization of the + copyright holder. Propchange: pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/LICENSE ------------------------------------------------------------------------------ svn:eol-style = native Added: pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/NOTICE URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/NOTICE?rev=1454707&view=auto ============================================================================== --- pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/NOTICE (added) +++ pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/NOTICE Sat Mar 9 13:45:25 2013 @@ -0,0 +1,4 @@ +Based on source code originally developed in the PDFBox, JempBox and +FontBox projects. +Copyright (c) 2002-2007, www.pdfbox.org +Copyright (c) 2006-2007, www.jempbox.org Propchange: pdfbox/trunk/preflight-app/src/main/appended-resources/META-INF/NOTICE ------------------------------------------------------------------------------ svn:eol-style = native Modified: pdfbox/trunk/preflight/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1454707&r1=1454706&r2=1454707&view=diff ============================================================================== --- pdfbox/trunk/preflight/pom.xml (original) +++ pdfbox/trunk/preflight/pom.xml Sat Mar 9 13:45:25 2013 @@ -40,7 +40,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.9 true @@ -92,28 +91,6 @@ - maven-assembly-plugin - 2.2-beta-5 - - - jar-with-dependencies - - - - org.apache.pdfbox.preflight.Validator_A1b - - - - - - package - - single - - - - - org.codehaus.mojo javacc-maven-plugin 2.6 @@ -151,30 +128,6 @@ - org.apache.maven.plugins - maven-checkstyle-plugin - 2.2 - - edoc-checkstyle.xml - - - - maven-source-plugin - 2.1.1 - - true - - - - attach-sources - verify - - jar-no-fork - - - - - org.apache.rat apache-rat-plugin @@ -283,15 +236,6 @@ - org.apache.maven.plugins - maven-checkstyle-plugin - 2.2 - - edoc-checkstyle.xml - - - - org.codehaus.mojo cobertura-maven-plugin 2.3 @@ -313,14 +257,6 @@ - - org.codehaus.mojo - findbugs-maven-plugin - 2.0.1 - - findbugs-exclude.xml - - Modified: pdfbox/trunk/xmpbox/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/trunk/xmpbox/pom.xml?rev=1454707&r1=1454706&r2=1454707&view=diff ============================================================================== --- pdfbox/trunk/xmpbox/pom.xml (original) +++ pdfbox/trunk/xmpbox/pom.xml Sat Mar 9 13:45:25 2013 @@ -119,15 +119,6 @@ - - - org.codehaus.mojo - findbugs-maven-plugin - 2.0.1 - - findbugs-exclude.xml - -