debian/0000775000000000000000000000000011755423742007202 5ustar debian/xml-apis.pom0000664000000000000000000000343611223135000011430 0ustar apache org.apache 3 4.0.0 xml-apis xml-apis XML Commons External Components XML APIs 1.3.04 xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun. http://xml.apache.org/commons/components/external/ bugzilla http://issues.apache.org/bugzilla/ XML Commons Developer's List commons-dev-subscribe@xml.apache.org commons-dev-unsubscribe@xml.apache.org commons-dev@xml.apache.org http://mail-archives.apache.org/mod_mbox/xml-commons-dev/ scm:svn:http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_3_04/ http://svn.apache.org/viewvc/xml/commons/tags/xml-commons-external-1_3_04/ deployed debian/rules0000775000000000000000000000327511660566075010273 0ustar #!/usr/bin/make -f # debian/rules file for libjaxp1.3-java (uses cdbs) include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/javahelper.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAXP_VERSION := 1.3 JAVA_HOME := /usr/lib/jvm/default-java include /usr/share/gcj/debian_defaults ifneq (,$(filter $(DEB_HOST_ARCH), $(gcj_native_archs))) with_gcj_native := yes endif clean:: rm -rf build debian/build-stamp -rm -rf debian/tmp build/libjaxp1.3-java:: debian/build-stamp debian/build-stamp: mkdir -p build/license # An alternative would be to build the classes using GCJ $(JAVA_HOME)/bin/javac -source 1.4 -d build `find javax org -name \*.java` cp LICENSE.*.txt README.*.txt build/license cd build && $(JAVA_HOME)/bin/jar cmf ../manifest.commons \ jaxp-1.3.jar javax license org touch debian/build-stamp install/libjaxp1.3-java:: mh_installpoms -p$(PACKAGE); mh_installjar -p$(PACKAGE) -l debian/xml-apis.pom build/jaxp-$(JAXP_VERSION).jar mh_installjar -p$(PACKAGE) debian/jaxp.pom build/jaxp-$(JAXP_VERSION).jar /usr/share/java/jaxp-$(JAXP_VERSION).jar ifeq ($(with_gcj_native),yes) install/libjaxp1.3-java-gcj:: install/libjaxp1.3-java dh_nativejava -plibjaxp1.3-java-gcj endif get-orig-pom: wget -O debian/xml-apis.pom http://repository.sonatype.org/service/local/repositories/central/content/xml-apis/xml-apis/$(VERSION)/xml-apis-$(VERSION).pom wget -O debian/jaxp.pom http://repository.sonatype.org/service/local/repositories/central/content/javax/xml/jaxp-api/$(JAXP_VERSION)/jaxp-api-$(JAXP_VERSION).pom get-orig-source: -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/manifest0000664000000000000000000000204311660566075010734 0ustar usr/share/java/xml-apis.jar: Bundle-ManifestVersion: 2 Bundle-Name: Java XML parser and transformer APIs Bundle-Version: 1.3 Bundle-SymbolicName: javax.xml Export-Package: javax.xml;version="1.3",javax.xml.namespace;version="1.3",javax.xml.transform;version="1.3",javax.xml.transform.stream;version="1.3",javax.xml.transform.dom;version="1.3",javax.xml.transform.sax;version="1.3",javax.xml.datatype;version="1.3",javax.xml.xpath;version="1.3",javax.xml.parsers;version="1.3",javax.xml.validation;version="1.3",org.xml.sax;version="2.0.2",org.xml.sax.ext;version="2.0.2",org.xml.sax.helpers;version="2.0.2",org.w3c.css.sac;version="1.0",org.w3c.dom;version="1.0",org.w3c.dom.html;version="1.0",org.w3c.dom.traversal;version="1.0",org.w3c.dom.css;version="1.0",org.w3c.dom.svg;version="1.0",org.w3c.dom.ls;version="1.0",org.w3c.dom.stylesheet;version="1.0",org.w3c.dom.events;version="1.0",org.w3c.dom.ranges;version="1.0",org.w3c.dom.xpath;version="1.0",org.w3c.dom.bootstrap;version="1.0",org.w3c.dom.views;version="1.0",org.w3c.dom.smil;version="1.0" debian/control0000664000000000000000000000331411665727742010615 0ustar Source: libjaxp1.3-java Section: java Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Java Maintainers Uploaders: Matthias Klose , Michael Koch , Jakub Adam Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-repo-helper, javahelper, gcj-native-helper Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjaxp1.3-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjaxp1.3-java Homepage: http://java.sun.com/xml/jaxp/index.jsp Package: libjaxp1.3-java Architecture: all Depends: ${misc:Depends} Suggests: libjaxp1.3-java-gcj Conflicts: libxalan2-java (<= 2.7.1-3) Description: Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX) xml-apis.jar from the Apache XML Commons project is used by the Xerces-J XML parser and Xalan-J XSLT processor and specifies these APIs: * Document Object Model (DOM) level 3 * Simple API for XML (SAX) 2.0.2 * Java APIs for XML Processing (JAXP) 1.3.04 * Transformation API for XML (TrAX) 1.3.04 * Document Object Model (DOM) Level 3 Load and Save * JSR 206 Java API for XML Processing 1.3 . These classes are also used in Sun's reference implementation. A GPL'ed implementation of these APIs can be found in the libgnujaxp-java package. Package: libjaxp1.3-java-gcj Architecture: any Depends: libjaxp1.3-java (>= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} Description: Java XML parser and transformer APIs (DOM, SAX, JAXP, TrAX) - GCJ xml-apis.jar from the Apache XML Commons project is used by the Xerces-J XML parser and Xalan-J XSLT processor. debian/copyright0000664000000000000000000001065311223135000011113 0ustar This package was debianized by Arnaud Vandyck on 03-July-2006. The source was downloaded from http://www.apache.org/dist/xml/xerces-j/ The Debian orig.tar.gz contains a repacked version of xml-commons-external-1.3.03-src.zip from Xerces-J-tools.2.8.0.tar.gz. Copyright: Licensed 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. The full text of the license can be found in '/usr/share/common-licenses/Apache-2.0'. License for SAX: http://www.saxproject.org/ SAX2 is Free! I hereby abandon any property rights to SAX 2.0 (the Simple API for XML), and release all of the SAX 2.0 source code, compiled code, and documentation contained in this distribution into the Public Domain. SAX comes with NO WARRANTY or guarantee of fitness for any purpose. David Megginson, david@megginson.com 2000-05-05 License for DOM-software: W3C® SOFTWARE NOTICE AND LICENSE http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 This work (and included software, documentation such as READMEs, 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 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: 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, the W3C Software Short Notice should be included (hypertext is preferred, text is permitted) within the body of any redistributed or derivative code. 3. Notice of any changes or modifications to the 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 December 31 2002. This version removes the copyright ownership notice such that this license can be used with materials other than those owned by the W3C, reflects that ERCIM is now a host of the W3C, includes references to this specific dated version of the license, and removes the ambiguous grant of "use". Otherwise, this version is the same as the previous version and is written so as to preserve the Free Software Foundation's assessment of GPL compatibility and OSI's certification under the Open Source Definition. 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. Joseph Reagle Last revised by Reagle $Date: 2009-07-02 15:45:36 +0200 (jeu. 02 juil. 2009) $ The full text of the GPL license can be found in '/usr/share/common-licenses/GPL-2'. debian/watch0000664000000000000000000000014711214020103010203 0ustar version=3 http://archive.apache.org/dist/xml/commons/source/xml-commons-external-([\d.]+)-src\.tar\.gz debian/jaxp.pom0000664000000000000000000000075011223135000010634 0ustar 4.0.0 javax.xml jaxp-api 1.3 Java API for XML Processing Part of the Java Web Services Developer Pack 1.6 http://java.sun.com/webservices/jaxp/index.jsp http://java.sun.com/webservices/downloads/webservicespack.html debian/libjaxp1.3-java.docs0000664000000000000000000000002410452170500012622 0ustar README.*.txt NOTICE debian/changelog0000664000000000000000000001074111755423742011057 0ustar libjaxp1.3-java (1.3.05-2ubuntu3) quantal; urgency=low * No-change rebuild with openjdk-7 as default-jdk. -- James Page Fri, 18 May 2012 11:43:46 +0100 libjaxp1.3-java (1.3.05-2ubuntu2) precise; urgency=low * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. -- Adam Conrad Fri, 02 Dec 2011 20:59:58 -0700 libjaxp1.3-java (1.3.05-2ubuntu1) precise; urgency=low * Merge with Debian; remaining changes: -- Matthias Klose Thu, 01 Dec 2011 17:46:28 +0100 libjaxp1.3-java (1.3.05-2) unstable; urgency=low * Add OSGi metadata to jar manifest * Bump Standards-Version to 3.9.2 * Replaced obsolete build-depend default-jdk-builddep by default-jdk and gcj-native-helper to fix lintian reported error. -- Jakub Adam Sat, 19 Nov 2011 17:02:35 +0100 libjaxp1.3-java (1.3.05-1ubuntu1) natty; urgency=low * Merge with Debian, remaining changes: - Adjust versioned conflict with libxalan2-java. -- Matthias Klose Wed, 17 Nov 2010 14:36:04 +0100 libjaxp1.3-java (1.3.05-1) unstable; urgency=low * Team upload [ Niels Thykier ] * Removed Depends on JREs; it is no longer required by the Java Policy. * Dropped the Recommends on the gcj package to a Suggests. (Closes: #587449) * Made the synopsis unique. [ Torsten Werner ] * New upstream version (but 1.4.01 is available, too). * Remove Arnaud from Uploaders list. Thanks to your contribution in the past! * Update Standards-Version: 3.8.4. * Switch to debhelper 7. * Switch to source format 3.0. -- Torsten Werner Tue, 29 Jun 2010 21:35:08 +0200 libjaxp1.3-java (1.3.04-5) unstable; urgency=low * Upload to unstable. -- Torsten Werner Sun, 09 Aug 2009 12:10:47 +0200 libjaxp1.3-java (1.3.04-4) experimental; urgency=low [Ludovic Claude] * Change section to java, bump up Standards-Version to 3.8.1 * Add the Maven POM to the package, use both xml-apis:xml-apis and javax.xml:jaxp-api * Add a Build-Depends dependency on maven-repo-helper * Use mh_installpom and mh_installjar to install the POM and the jar to the Maven repository * Add ${misc:Depends} to Depends to clear Lintian warnings * Remove the full text of the Apache license and add a reference to the GPL file to clear Lintian warnings. * Add conflict on xalan2 as the old version links /usr/java/jaxp-1.3.jar to /usr/share/java/xml-apis.jar [Matthias Klose] * Depend on default-jre-headless. * debian/rules: Fix jar options. * Set java source and target version to 1.4. -- Ludovic Claude Fri, 08 May 2009 12:51:10 +0100 libjaxp1.3-java (1.3.04-3) unstable; urgency=low * Build-Depends on default-jdk-builddep. Closes: #477879 * Added Homepage, Vcs-Svn and Vcs-Browser fields. * Updated Standards-Version to 3.7.3. * Added myself to Uploaders. -- Michael Koch Tue, 29 Apr 2008 18:46:53 -0100 libjaxp1.3-java (1.3.04-2) unstable; urgency=low * Reupload to take care of the changes from doko, sorry. -- Arnaud Vandyck Tue, 3 Jul 2007 09:40:45 +0200 libjaxp1.3-java (1.3.04-1) unstable; urgency=low * New Upstream -- Arnaud Vandyck Tue, 3 Jul 2007 09:22:34 +0200 libjaxp1.3-java (1.3.03-5) unstable; urgency=low * Merge from Ubuntu: - Build a libjaxp1.3-java-gcj package. libjaxp1.3-java recommends libjaxp1.3-java-gcj. - Add gij as alternative dependency. -- Matthias Klose Wed, 3 Jan 2007 13:14:17 +0100 libjaxp1.3-java (1.3.03-4) unstable; urgency=low * debian/rules: using /usr/lib/jvm/java-gcj/bin/javac to build, not gcj (closes: #379530) -- Arnaud Vandyck Thu, 3 Aug 2006 10:30:58 +0200 libjaxp1.3-java (1.3.03-3) unstable; urgency=low * debian/control: I am the uploader, not Stefan. -- Arnaud Vandyck Mon, 17 Jul 2006 17:21:06 +0200 libjaxp1.3-java (1.3.03-2) unstable; urgency=low * Added licenses from SAX and DOM-software. -- Arnaud Vandyck Mon, 10 Jul 2006 23:54:36 +0200 libjaxp1.3-java (1.3.03-1) unstable; urgency=low * New upstream -- Arnaud Vandyck Mon, 3 Jul 2006 12:14:57 +0200 libjaxp1.2-java (1.2.01-1) unstable; urgency=low * Initial release * This package provides the SAX classes in a small package (closes: #151713) -- Stefan Gybas Tue, 17 Feb 2004 22:55:22 +0100 debian/compat0000664000000000000000000000000211412445122010362 0ustar 7 debian/libjaxp1.3-java.poms0000664000000000000000000000007511223135000012647 0ustar debian/jaxp.pom --no-parent debian/xml-apis.pom --no-parent debian/source/0000775000000000000000000000000011661751467010506 5ustar debian/source/format0000664000000000000000000000001411412445367011705 0ustar 3.0 (quilt)