--- jaxe-3.5.orig/build.xml +++ jaxe-3.5/build.xml @@ -91,7 +91,6 @@ - --- jaxe-3.5.orig/source/log4j.properties +++ jaxe-3.5/source/log4j.properties @@ -13,7 +13,7 @@ # R is a Rolling File Appender log4j.appender.R = org.apache.log4j.RollingFileAppender log4j.appender.R.Threshold = ERROR -log4j.appender.R.File = jaxe.log +log4j.appender.R.File = ${user.home}/.jaxe.log log4j.appender.R.MaxFileSize = 120KB log4j.appender.R.MaxBackupIndex = 0 log4j.appender.R.layout = org.apache.log4j.PatternLayout --- jaxe-3.5.orig/source/jaxe/Export.java +++ jaxe-3.5/source/jaxe/Export.java @@ -41,8 +41,8 @@ import javax.xml.transform.stream.StreamResult; import javax.xml.transform.stream.StreamSource; -import com.sun.org.apache.xml.internal.utils.SAXSourceLocator; -import com.sun.org.apache.xml.internal.utils.WrappedRuntimeException; +import org.apache.xml.utils.SAXSourceLocator; +import org.apache.xml.utils.WrappedRuntimeException; import org.w3c.dom.Element; --- jaxe-3.5.orig/source/jaxe/ValidationFrame.java +++ jaxe-3.5/source/jaxe/ValidationFrame.java @@ -55,7 +55,7 @@ import org.w3c.dom.ls.LSResourceResolver; import com.thaiopensource.util.PropertyMapBuilder; -import com.thaiopensource.validate.rng.RngProperty; +import com.thaiopensource.validate.prop.rng.RngProperty; import com.thaiopensource.validate.ValidateProperty; import com.thaiopensource.validate.ValidationDriver; @@ -136,12 +136,12 @@ if (doc.cfg.getSchema() instanceof SchemaRelaxNG) { InputSource inSchema; - try { + //try { inSchema = ValidationDriver.uriOrFileInputSource(doc.cfg.schemaURL.toExternalForm()); - } catch (MalformedURLException ex) { - LOG.error("Erreur au chargement du schéma avec Jing", ex); - inSchema = null; - } + //} catch (MalformedURLException ex) { + // LOG.error("Erreur au chargement du schéma avec Jing", ex); + // inSchema = null; + //} ValidationDriver jingValidation = null; if (inSchema != null) { // workaround for JDK 1.6 bug 6301903 --- jaxe-3.5.orig/source/jaxe/SchemaRelaxNG.java +++ jaxe-3.5/source/jaxe/SchemaRelaxNG.java @@ -34,7 +34,7 @@ import com.thaiopensource.validate.Flag; import com.thaiopensource.validate.ValidateProperty; import com.thaiopensource.validate.ValidationDriver; -import com.thaiopensource.validate.rng.RngProperty; +import com.thaiopensource.validate.prop.rng.RngProperty; import com.thaiopensource.xml.sax.DraconianErrorHandler; import jaxe.wxs.WXSSimpleType; @@ -94,12 +94,12 @@ } InputSource inSchema; - try { + //try { inSchema = ValidationDriver.uriOrFileInputSource(schemaURL.toExternalForm()); - } catch (MalformedURLException ex) { - LOG.error("Erreur au chargement du schéma avec Jing", ex); - inSchema = null; - } + //} catch (MalformedURLException ex) { + // LOG.error("Erreur au chargement du schéma avec Jing", ex); + // inSchema = null; + //} if (inSchema != null) { --- jaxe-3.5.orig/debian/libjaxe-java-doc.docs +++ jaxe-3.5/debian/libjaxe-java-doc.docs @@ -0,0 +1 @@ +source/api --- jaxe-3.5.orig/debian/compat +++ jaxe-3.5/debian/compat @@ -0,0 +1 @@ +7 --- jaxe-3.5.orig/debian/watch +++ jaxe-3.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/jaxe/jaxe-source-(.+)\.tar.gz --- jaxe-3.5.orig/debian/jaxe.1 +++ jaxe-3.5/debian/jaxe.1 @@ -0,0 +1,8 @@ +.TH JAXE "1" "September 2009" "Jaxe" "User Commands" +.SH NAME +jaxe \- Java XML Editor +.SH SYNOPSIS +\fBjaxe\fR +.SH DESCRIPTION +.B jaxe +runs an XML editor --- jaxe-3.5.orig/debian/libisorelax-java.lintian-overrides +++ jaxe-3.5/debian/libisorelax-java.lintian-overrides @@ -0,0 +1 @@ +package-contains-empty-directory usr/share/java/Jaxe/dicos/ usr/share/java/Jaxe/plugins/ --- jaxe-3.5.orig/debian/libjaxe-java-doc.doc-base +++ jaxe-3.5/debian/libjaxe-java-doc.doc-base @@ -0,0 +1,11 @@ +Document: libjaxe-java +Title: Programmer API for the JAva Xml Editor +Author: Observatoire de Paris-Meudon +Abstract: Jaxe is an XML editor adaptable to XML languages. It uses an XML + schema and a configuration file for the graphical user interface. This is the + javadoc documentation. +Section: Programming/Java + +Format: HTML +Index: /usr/share/doc/libjaxe-java-doc/api/index.html +Files: /usr/share/doc/libjaxe-java-doc/api/*.html --- jaxe-3.5.orig/debian/changelog +++ jaxe-3.5/debian/changelog @@ -0,0 +1,91 @@ +jaxe (3.5-4) unstable; urgency=low + + * Fix sun JVM path (Closes: Bug#710721). + * Bump Standards-Version to 3.9.4 (no changes). + + -- Samuel Thibault Sat, 13 Jul 2013 19:24:55 +0200 + +jaxe (3.5-3) unstable; urgency=low + + * control: + - Bump Standards-Version to 3.9.3 (no changes). + - Use libsaxonb-java instead of *office*-java-common + (Closes: Bug#682469). + + -- Samuel Thibault Sat, 25 Feb 2012 17:48:08 +0100 + +jaxe (3.5-2) unstable; urgency=low + + * Replace fop build-dependency with libfop-java. + + -- Samuel Thibault Sat, 21 Jan 2012 13:11:35 +0100 + +jaxe (3.5-1) unstable; urgency=low + + * New upstream release. + - build.xml: do not ignore build.sysclasspath + - editeurconfig-source/build.xml: drop hardcoded .jar paths. + - debian/copyright: Update to include the STI licence. + - debian/rules: build and install xpages and jaxe-editeurconfig + * Add debian/bin/jaxe-editeurconfig, debian/jaxe-editeurconfig.1 + * Drop debian/jaxe.desktop, use upstream's source/linux/jaxe.desktop + instead. + * Bump Standards-Version to 3.9.2 (no change needed) + * debian/control: Do not make libjaxe-java depend on JRE. + * debian/bin/jaxe: Also look for the sun JRE. + + -- Samuel Thibault Thu, 30 Jun 2011 23:20:23 +0200 + +jaxe (3.4-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Bump Standards-Version to 3.9.1 (no change needed). + - Add ant Build-Depends-Indep (Closes: Bug#618203). + * debian/bin/jaxe: Prepend `pwd` to arguments to fix opening xml files from + the command line. + * Add debian/jaxe.desktop. + + -- Samuel Thibault Tue, 27 Jul 2010 02:07:29 +0200 + +jaxe (3.3-2) unstable; urgency=low + + * debian/libjaxe-java.lintian-overrides: Add. + * debian/control: + - Bump Standards-Version to 3.9.0 (no change needed). + - Build-Depend on libxmlgraphics-commons-java. + - Make libjaxe-java depend on libcortado-java, headless java and + libxmlgraphics-commons-java. + * debian/rules, debian/bin/jaxe: Add xmlgraphics-commons.jar to classpath. + + -- Samuel Thibault Sun, 18 Jul 2010 19:45:30 +0200 + +jaxe (3.3-1) unstable; urgency=low + + * New upstream release. + * debian/control: Drop duplicate section field. + * debian/watch: Add. + * debian/control: Suggest cortado. + * debian/libjaxe-java-doc.doc-base: Add. + + -- Samuel Thibault Tue, 12 Jan 2010 23:32:59 +0100 + +jaxe (3.2-3) unstable; urgency=low + + * debian/copyright: Document why plugins/xpages.jar was dropped. + + -- Samuel Thibault Mon, 07 Dec 2009 02:47:10 +0100 + +jaxe (3.2-2) unstable; urgency=low + + * debian/rules: Make sure source/lib/ exists even if git drops it + (Closes: Bug#549742). + * debian/jaxe.menu: Fix typo. + + -- Samuel Thibault Wed, 07 Oct 2009 00:37:26 +0200 + +jaxe (3.2-1) unstable; urgency=low + + * Initial release (Closes: #544640) + + -- Samuel Thibault Tue, 29 Sep 2009 14:31:28 +0200 --- jaxe-3.5.orig/debian/rules +++ jaxe-3.5/debian/rules @@ -0,0 +1,65 @@ +#!/usr/bin/make -f + +JAVAC=javac +JAVADOC=javadoc +JAR=jar + +JAVAFLAGS=-encoding iso-8859-1 + +JAVACLASSES=/usr/share/java +SRCDIR=source + +CLASSPATH=$(JAVACLASSES)/avalon-framework.jar:$(JAVACLASSES)/batik-all.jar:$(JAVACLASSES)/commons-io.jar:$(JAVACLASSES)/commons-logging.jar:$(JAVACLASSES)/cortado.jar:$(JAVACLASSES)/fop.jar:$(JAVACLASSES)/jazzy.jar:$(JAVACLASSES)/jing.jar:$(JAVACLASSES)/log4j-1.2.jar:$(JAVACLASSES)/xml-commons-resolver-1.1.jar:$(JAVACLASSES)/saxonb.jar:$(JAVACLASSES)/serializer.jar:$(JAVACLASSES)/xalan2.jar:$(JAVACLASSES)/xercesImpl.jar:$(JAVACLASSES)/xml-apis.jar:$(JAVACLASSES)/xml-apis-ext.jar:$(JAVACLASSES)/xml-commons-external.jar:$(JAVACLASSES)/xmlgraphics-commons.jar:$(JAVACLASSES)/xsltc.jar + +build: build-indep +build-arch: +build-indep: build-stamp +build-stamp: + dh_testdir + + mkdir -p plugins + mkdir -p source/lib + mkdir -p xpages-source/lib + mkdir -p editeurconfig-source/lib + CLASSPATH=$(CLASSPATH) ant -d -v -buildfile build.xml + CLASSPATH=$(CLASSPATH):$(CURDIR)/dist/Jaxe/lib/Jaxe.jar ant -d -v -buildfile xpages-source/build.xml + CLASSPATH=$(CLASSPATH):$(CURDIR)/dist/Jaxe/lib/Jaxe.jar ant -d -v -buildfile editeurconfig-source/build.xml + chmod -x editeurconfig-source/dist/editeurconfig.jar + rm -f dist/Jaxe/*.bat + rm -f dist/Jaxe/config/dita/license.txt + + ( cd $(SRCDIR) ; $(JAVADOC) -encoding iso-8859-1 -d api jaxe ) + + touch $@ + +clean: + dh_testdir + dh_testroot + + rm -fr build dist \ + xpages-source/build xpages-source/dist \ + editeurconfig-source/build editeurconfig-source/dist + rm -fr $(SRCDIR)/api + + dh_clean + +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installman + dh_installmenu + dh_install + dh_installdirs + convert source/winos/jaxe.png debian/jaxe/usr/share/pixmaps/jaxe.xpm + dh_link -plibjaxe-java /usr/share/java/Jaxe/lib/Jaxe.jar /usr/share/java/jaxe.jar + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- jaxe-3.5.orig/debian/jaxe-editeurconfig.1 +++ jaxe-3.5/debian/jaxe-editeurconfig.1 @@ -0,0 +1,8 @@ +.TH JAXE-EDITEURCONFIG "1" "June 2011" "Jaxe" "User Commands" +.SH NAME +jaxe-editeurconfig \- Java XML Editor configuration editor +.SH SYNOPSIS +\fBjaxe-editeurconfig\fR +.SH DESCRIPTION +.B jaxe-editeurconfig +runs the configuration editor for the JaXE XML editor --- jaxe-3.5.orig/debian/libjaxe-java.install +++ jaxe-3.5/debian/libjaxe-java.install @@ -0,0 +1,2 @@ +dist/Jaxe /usr/share/java +xpages-source/dist/*.jar /usr/share/java/Jaxe/plugins --- jaxe-3.5.orig/debian/control +++ jaxe-3.5/debian/control @@ -0,0 +1,37 @@ +Source: jaxe +Priority: extra +Maintainer: Samuel Thibault +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: default-jdk, libfop-java, libavalon-framework-java, libbatik-java, libcommons-io-java, libcommons-logging-java, libjazzy-java, libjing-java, liblog4j1.2-java, libsaxonb-java, libxml-commons-resolver1.1-java, libxalan2-java, libxerces2-java, libxml-commons-external-java, libxmlgraphics-commons-java, libxsltc-java, imagemagick, ant +Standards-Version: 3.9.4 +Section: java +Homepage: http://jaxe.sourceforge.net/ +Vcs-Browser: http://git.debian.org/?p=collab-maint/jaxe.git;a=summary +Vcs-Git: git://git.debian.org/git/collab-maint/jaxe.git + +Package: jaxe +Section: editors +Architecture: all +Depends: ${misc:Depends}, openjdk-6-jre | sun-java6-jre, libjaxe-java +Description: JAva Xml Editor + Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a + configuration file for the graphical user interface. + +Package: libjaxe-java +Architecture: all +Depends: ${misc:Depends}, libavalon-framework-java, libbatik-java, libcommons-io-java, libcommons-logging-java, libfop-java, libjazzy-java, libjing-java, liblog4j1.2-java, libsaxonb-java, libxml-commons-resolver1.1-java, libxalan2-java, libxerces2-java, libcortado-java, libxml-commons-external-java, libxmlgraphics-commons-java, libxsltc-java +Description: JAva Xml Editor - library + Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a + configuration file for the graphical user interface. + . + This package provides a java library to run Jaxe. + +Package: libjaxe-java-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: JAva Xml Editor - Library documentation + Jaxe is an XML editor adaptable to XML languages. It uses an XML schema and a + configuration file for the graphical user interface. + . + This package provides the documentation for the java library. --- jaxe-3.5.orig/debian/jaxe.dirs +++ jaxe-3.5/debian/jaxe.dirs @@ -0,0 +1 @@ +/usr/share/pixmaps --- jaxe-3.5.orig/debian/jaxe.menu +++ jaxe-3.5/debian/jaxe.menu @@ -0,0 +1,2 @@ +?package(jaxe):needs="X11" section="Applications/Editors"\ + title="jaxe" command="/usr/bin/jaxe" icon="/usr/share/pixmaps/jaxe.xpm" --- jaxe-3.5.orig/debian/jaxe.install +++ jaxe-3.5/debian/jaxe.install @@ -0,0 +1,4 @@ +debian/bin/jaxe /usr/bin +debian/bin/jaxe-editeurconfig /usr/bin +source/linux/jaxe.desktop /usr/share/applications +editeurconfig-source/dist/*.jar /usr/share/java/Jaxe --- jaxe-3.5.orig/debian/jaxe.manpages +++ jaxe-3.5/debian/jaxe.manpages @@ -0,0 +1,2 @@ +debian/jaxe.1 +debian/jaxe-editeurconfig.1 --- jaxe-3.5.orig/debian/copyright +++ jaxe-3.5/debian/copyright @@ -0,0 +1,349 @@ +This package was debianized by Samuel Thibault on +Sat, 05 Sep 2009 21:55:20 +0200 + +It was downloaded from http://jaxe.sourceforge.net/ + +Upstream Author: + + Observatoire de Paris-Meudon + +Copyright: + + Copyright (C) 1999-2008,2010-2011 Observatoire de Paris-Meudon + Copyright 2002 Kei G. Gauthier + (c) Lexis Nexis Deutschland, 2004 + + Copyright 1992-2006 HaL Computer Systems, Inc., + + Copyright 2000-2003 by Kevin Atkinson + + Copyright (C) 1999-2002 Björn Jacke + +License: + +config/dita is provided under the following license: + + The DITA Open Toolkit is licensed for use, at the user's election, under + the Common Public License v1.0 or the Apache Software Foundation License + v2.0. If, at the time of use, the Project Management Committee has + designated another version of these licenses or another license as being + applicable to the DITA Open Toolkit, user may select to have its subsequent + use of the DITA Open Toolkit governed by such other designated license. A + copy of the Common Public License 1.0 is available at + http://opensource.org/licenses/cpl.php + A copy of the Apache Software Foundation License 2.0 is available at + http://opensource.org/licenses/apache2.0.php + This statement must be included in any copies of DITA Open Toolkit code. + +config/docbook_4.5/{calstblx.xsd,dbhierx.xsd,dbnotnx.xsd,dbpoolx.xsd, +docbook.xsd,htmltblx.xsd} are provided under the following license: + + Copyright 1992-2006 HaL Computer Systems, Inc., + O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software + Corporation, Norman Walsh, Sun Microsystems, Inc., and the + Organization for the Advancement of Structured Information + Standards (OASIS). + + Permission to use, copy, modify and distribute the DocBook DTD + and its accompanying documentation for any purpose and without fee + is hereby granted in perpetuity, provided that the above copyright + notice and this paragraph appear in all copies. The copyright + holders make no representation about the suitability of the DTD for + any purpose. It is provided "as is" without expressed or implied + warranty. + + If you modify the DocBook DTD in any way, except for declaring and + referencing additional sets of general entities and declaring + additional notations, label your DTD as a variant of DocBook. See + the maintenance documentation for more information. + +config/xhtml1-strict.xsd is provided under the following license: + + W3C^® SOFTWARE NOTICE AND LICENSE + + Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute + of Technology, Institut National de Recherche en Informatique et en + Automatique, Keio University). All Rights Reserved. http://www.w3.org/ + Consortium/Legal/ + + This W3C work (including software, documents, or other related items) is + being provided by the copyright holders under the following license. By + obtaining, using and/or copying this work, you (the licensee) agree that + you have read, understood, and will comply with the following terms and + conditions: + + Permission to use, copy, modify, and distribute this software and its + documentation, with or without modification, for any purpose and without + fee or royalty is hereby granted, provided that you include the following + on ALL copies of the software and documentation or portions thereof, + including modifications, that you make: + + 1. The full text of this NOTICE in a location viewable to users of the + redistributed or derivative work. + 2. Any pre-existing intellectual property disclaimers, notices, or terms + and conditions. If none exist, a short notice of the following form + (hypertext is preferred, text is permitted) should be used within the + body of any redistributed or derivative code: "Copyright © + [$date-of-software] World Wide Web Consortium, (Massachusetts + Institute of Technology, Institut National de Recherche en + Informatique et en Automatique, Keio University). All Rights + Reserved. http://www.w3.org/Consortium/Legal/" + 3. Notice of any changes or modifications to the W3C files, including + the date changes were made. (We recommend you provide URIs to the + location from which the code is derived.) + + THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT + HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS + FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR + DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, + TRADEMARKS OR OTHER RIGHTS. + + COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR + CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR + DOCUMENTATION. + + The name and trademarks of copyright holders may NOT be used in + advertising or publicity pertaining to the software without specific, + written prior permission. Title to copyright in this software and any + associated documentation will at all times remain with copyright holders. + + ____________________________________ + + This formulation of W3C's notice and license became active on August 14 + 1998 so as to improve compatibility with GPL. This version ensures that + W3C software licensing terms are no more restrictive than GPL and + consequently W3C software may be distributed in GPL packages. See the + older formulation for the policy prior to this date. Please see our + Copyright FAQ for common questions about using materials from our site, + including specific terms and conditions for packages like libwww, Amaya, + and Jigsaw. Other questions about this notice can be directed to + site-policy@w3.org. + +dicos/American* and dicos/British* are provided under the following license: + + Permission to use, copy, modify, distribute and sell these word + lists, the associated scripts, the output created from the scripts, + and its documentation for any purpose is hereby granted without fee, + provided that the above copyright notice appears in all copies and + that both that copyright notice and this permission notice appear in + supporting documentation. Kevin Atkinson makes no representations + about the suitability of this array for any purpose. It is provided + "as is" without express or implied warranty. + +dicos/Deutsch* are provided under the following license: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation,Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + + +dicos/francais* are provided under the following license: + + Francais-GUTenberg forme, avec le programme ISPELL, un système de + correction automatique de l'orthographe du français. Ce programme est + distribué sous la licence GPL-2 (voir les fichiers GPL.fr et GPL.en) par + Christophe Pythoud (Christophe.Pythoud@ling.unil.ch) et l'Association + GUTenberg (http://www.gutenberg.eu.org/). + +source/jaxe/DOMTree.java is licensed under + + The Apache Software License, Version 1.1 + + Copyright (c) 1999 The Apache Software Foundation. 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. The end-user documentation included with the redistribution, + if any, must include the following acknowledgment: + "This product includes software developed by the + Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowledgment may appear in the software itself, + if and wherever such third-party acknowledgments normally appear. + + 4. The names "Xerces" and "Apache Software Foundation" must + not be used to endorse or promote products derived from this + software without prior written permission. For written + permission, please contact apache@apache.org. + + 5. Products derived from this software may not be called "Apache", + nor may "Apache" appear in their name, without prior written + permission of the Apache Software Foundation. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 APACHE SOFTWARE FOUNDATION OR + ITS 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. + ==================================================================== + + This software consists of voluntary contributions made by many + individuals on behalf of the Apache Software Foundation and was + originally based on software copyright (c) 1999, International + Business Machines, Inc., http://www.apache.org. For more + information on the Apache Software Foundation, please see + . + +config/XPAGES_interface/symboles/STIXSubset-Regular.ttf +source/jaxe/polices/STIXSubset-Bold.ttf +source/jaxe/polices/STIXSubset-Italic.ttf +source/jaxe/polices/STIXSubset-Regular.ttf +are licensed under the SIL Open Font license: + + STIX Font License + + 24 May 2010 + + Copyright (c) 2001-2010 by the STI Pub Companies, consisting of the American + Institute of Physics, the American Chemical Society, the American Mathematical + Society, the American Physical Society, Elsevier, Inc., and The Institute of + Electrical and Electronic Engineers, Inc. (www.stixfonts.org), with Reserved + Font Name STIX Fonts, STIX Fonts (TM) is a trademark of The Institute of + Electrical and Electronics Engineers, Inc. + + Portions copyright (c) 1998-2003 by MicroPress, Inc. (www.micropress-inc.com), + with Reserved Font Name TM Math. To obtain additional mathematical fonts, please + contact MicroPress, Inc., 68-30 Harrow Street, Forest Hills, NY 11375, USA, + Phone: (718) 575-1816. + + Portions copyright (c) 1990 by Elsevier, Inc. + + This Font Software is licensed under the SIL Open Font License, Version 1.1. + This license is copied below, and is also available with a FAQ at: + http://scripts.sil.org/OFL + + --------------------------------------------------------------------------- + SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 + --------------------------------------------------------------------------- + + PREAMBLE + + The goals of the Open Font License (OFL) are to stimulate worldwide development + of collaborative font projects, to support the font creation efforts of academic + and linguistic communities, and to provide a free and open framework in which + fonts may be shared and improved in partnership with others. + + The OFL allows the licensed fonts to be used, studied, modified and redistributed + freely as long as they are not sold by themselves. The fonts, including any + derivative works, can be bundled, embedded, redistributed and/or sold with any + software provided that any reserved names are not used by derivative works. The + fonts and derivatives, however, cannot be released under any other type of license. + The requirement for fonts to remain under this license does not apply to any + document created using the fonts or their derivatives. + + DEFINITIONS + + "Font Software" refers to the set of files released by the Copyright Holder(s) under + this license and clearly marked as such. This may include source files, build + scripts and documentation. + + "Reserved Font Name" refers to any names specified as such after the copyright + statement(s). + + "Original Version" refers to the collection of Font Software components as + distributed by the Copyright Holder(s). + + "Modified Version" refers to any derivative made by adding to, deleting, or + substituting -- in part or in whole -- any of the components of the Original Version, + by changing formats or by porting the Font Software to a new environment. + + "Author" refers to any designer, engineer, programmer, technical writer or other + person who contributed to the Font Software. + + PERMISSION & CONDITIONS + + Permission is hereby granted, free of charge, to any person obtaining a copy of the + Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell + modified and unmodified copies of the Font Software, subject to the following + conditions: + + 1) Neither the Font Software nor any of its individual components, in Original or + Modified Versions, may be sold by itself. + + 2) Original or Modified Versions of the Font Software may be bundled, redistributed + and/or sold with any software, provided that each copy contains the above copyright + notice and this license. These can be included either as stand-alone text files, + human-readable headers or in the appropriate machine-readable metadata fields within + text or binary files as long as those fields can be easily viewed by the user. + + 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless + explicit written permission is granted by the corresponding Copyright Holder. This + restriction only applies to the primary font name as presented to the users. + + 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall + not be used to promote, endorse or advertise any Modified Version, except to + acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with + their explicit written permission. + + 5) The Font Software, modified or unmodified, in part or in whole, must be distributed + entirely under this license, and must not be distributed under any other license. The + requirement for fonts to remain under this license does not apply to any document + created using the Font Software. + + TERMINATION + + This license becomes null and void if any of the above conditions are not met. + + DISCLAIMER + + THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A + PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER + RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR + INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. + +The rest is licensed under the GNU General Public License version 2 or later: + + Ce programme est un logiciel libre ; vous pouvez le redistribuer et/ou le + modifier conformément aux dispositions de la Licence Publique Générale + GNU, telle que publiée par la Free Software Foundation ; version 2 de la + licence, ou encore (à votre choix) toute version ultérieure. + + Ce programme est distribué dans l'espoir qu'il sera utile, mais SANS + AUCUNE GARANTIE ; sans même la garantie implicite de COMMERCIALISATION ou + D'ADAPTATION A UN OBJET PARTICULIER. Pour plus de détail, voir la Licence + Publique Générale GNU . + + Vous devez avoir reçu un exemplaire de la Licence Publique Générale GNU + en même temps que ce programme ; si ce n'est pas le cas, écrivez à la + Free Software Foundation Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301 Etats-Unis + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is: + + Copyright (C) 2009-2011 Samuel Thibault + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. --- jaxe-3.5.orig/debian/bin/jaxe +++ jaxe-3.5/debian/bin/jaxe @@ -0,0 +1,33 @@ +#!/bin/sh + +if [ "$1" = "-classpath" ] +then + CLASSPATH="$2" + shift 2 +fi + +parametres= +for arg in "$@" ; do + case $arg in + /*) + parametres="$parametres \"$arg\"" + ;; + *) + parametres="$parametres \"`pwd`/$arg\"" + ;; + esac +done + +cd /usr/share/java/Jaxe + +JAVACLASSES=/usr/share/java +CLASSPATH="${CLASSPATH:-.}:$JAVACLASSES/jaxe.jar" + +CLASSPATH="$CLASSPATH:$JAVACLASSES/avalon-framework.jar:$JAVACLASSES/batik-all.jar:$JAVACLASSES/commons-io.jar:$JAVACLASSES/commons-logging.jar:$JAVACLASSES/cortado.jar:$JAVACLASSES/fop.jar:$JAVACLASSES/jazzy.jar:$JAVACLASSES/jing.jar:$JAVACLASSES/log4j-1.2.jar:$JAVACLASSES/xml-commons-resolver-1.1.jar:$JAVACLASSES/saxonb.jar:$JAVACLASSES/serializer.jar:$JAVACLASSES/xalan2.jar:$JAVACLASSES/xercesImpl.jar:$JAVACLASSES/xml-apis.jar:$JAVACLASSES/xml-apis-ext.jar:$JAVACLASSES/xml-commons-external.jar:$JAVACLASSES/xmlgraphics-commons.jar:$JAVACLASSES/xsltc.jar" + +export CLASSPATH + +[ -z "$JAVA_HOME" ] && JAVA_HOME=/usr/lib/jvm/java-6-openjdk-$(dpkg --print-architecture) +[ ! -x "$JAVA_HOME/bin/java" ] && JAVA_HOME=/usr/lib/jvm/java-6-sun + +eval exec $JAVA_HOME/bin/java -Xmx256m jaxe/Jaxe $parametres --- jaxe-3.5.orig/debian/bin/jaxe-editeurconfig +++ jaxe-3.5/debian/bin/jaxe-editeurconfig @@ -0,0 +1,33 @@ +#!/bin/sh + +if [ "$1" = "-classpath" ] +then + CLASSPATH="$2" + shift 2 +fi + +parametres= +for arg in "$@" ; do + case $arg in + /*) + parametres="$parametres \"$arg\"" + ;; + *) + parametres="$parametres \"`pwd`/$arg\"" + ;; + esac +done + +cd /usr/share/java/Jaxe + +JAVACLASSES=/usr/share/java +CLASSPATH="${CLASSPATH:-.}:$JAVACLASSES/Jaxe/editeurconfig.jar" + +CLASSPATH="$CLASSPATH:$JAVACLASSES/avalon-framework.jar:$JAVACLASSES/batik-all.jar:$JAVACLASSES/commons-io.jar:$JAVACLASSES/commons-logging.jar:$JAVACLASSES/cortado.jar:$JAVACLASSES/fop.jar:$JAVACLASSES/jazzy.jar:$JAVACLASSES/jing.jar:$JAVACLASSES/log4j-1.2.jar:$JAVACLASSES/xml-commons-resolver-1.1.jar:$JAVACLASSES/saxonb.jar:$JAVACLASSES/serializer.jar:$JAVACLASSES/xalan2.jar:$JAVACLASSES/xercesImpl.jar:$JAVACLASSES/xml-apis.jar:$JAVACLASSES/xml-apis-ext.jar:$JAVACLASSES/xml-commons-external.jar:$JAVACLASSES/xmlgraphics-commons.jar:$JAVACLASSES/xsltc.jar:$JAVACLASSES/Jaxe/jaxe.jar" + +export CLASSPATH + +[ -z "$JAVA_HOME" ] && JAVA_HOME=/usr/lib/jvm/java-6-openjdk +[ ! -x "$JAVA_HOME/bin/java" ] && JAVA_HOME=/usr/lib/jvm/java-6-sun + +eval exec $JAVA_HOME/bin/java -Xmx256m editeurconfig/EditeurFichierConfig $parametres --- jaxe-3.5.orig/editeurconfig-source/build.xml +++ jaxe-3.5/editeurconfig-source/build.xml @@ -38,9 +38,6 @@ - - -