debian/0000755000000000000000000000000012167504147007175 5ustar debian/copyright0000644000000000000000000000532212162611674011131 0ustar This package was debianized by Takashi Okamoto on Wed, 11 Sep 2002 21:09:56 +0900. It was downloaded from http://mx4j.sourceforge.net. Upstream Authors: Simone Bordet Carlos Quiroz Copyright: /* ==================================================================== * The MX4J License, Version 1.0 * * Copyright (c) 2001 MX4J. 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 * MX4J project (http://mx4j.sourceforge.net)." * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * * 4. The names "MX4J" and "mx4j" must not be used to endorse or promote * products derived from this software without prior written * permission. For written permission, please contact biorn_steedom@users.sourceforge.net * * 5. Products derived from this software may not be called "MX4J", * nor may "MX4J" appear in their name, without prior written * permission of Simone Bordet. * * 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 CARLOS QUIROZ 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 MX4J. For more information on * MX4J, please see * . */ debian/remote-MANIFEST.MF0000644000000000000000000000041512162611674012117 0ustar Bundle-Vendor: MX4J Bundle-Localization: plugin Bundle-Name: Java Management Remote Extensions API Bundle-SymbolicName: javax.management.remote Export-Package: javax.management.remote,javax.management.remote.rmi Bundle-Version: 3.0.2 Bundle-ManifestVersion: 2 debian/compat0000644000000000000000000000000212162611674010372 0ustar 7 debian/core-MANIFEST.MF0000644000000000000000000000061212162611674011553 0ustar Bundle-Vendor: MX4J Bundle-Localization: plugin Bundle-Name: Java Management Extensions API Bundle-SymbolicName: javax.management Export-Package: javax.management,javax.management.loading,javax.manage ment.modelmbean,javax.management.monitor,javax.management.openmbean,j avax.management.relation,javax.management.timer Bundle-Version: 1.2.0.v200803061811 Bundle-ManifestVersion: 2 debian/README.Debian0000644000000000000000000000043412162611674011236 0ustar About MX4j for Debian ======================== Difference to binary upstream release: No SSLAdaptorServerSocketFactory available due to hardcoded dependencies to SUN VM's (won't even run with the IBM Java Runtimes). - Wolfgang Baer Fri, 6 Jan 2006 15:32:15 +0100 debian/watch0000644000000000000000000000006512162611674010226 0ustar version=3 http://sf.net/mx4j/ mx4j-(.+)-src\.tar\.gz debian/libmx4j-java-doc.docs0000644000000000000000000000001112162611674013071 0ustar docs/api debian/source/0000755000000000000000000000000012162611675010475 5ustar debian/source/format0000644000000000000000000000001412162611674011702 0ustar 3.0 (quilt) debian/libmx4j-java-doc.examples0000644000000000000000000000011212162611674013761 0ustar examples/jndi.properties examples/mbeans examples/services examples/tools debian/patches/0000755000000000000000000000000012162611675010624 5ustar debian/patches/hessian.patch0000644000000000000000000000231512162611674013277 0ustar Description: Compatibility patch for Hessian 4.x support Author: Damien Raude-Morvan Last-Update: 2010-06-17 Forwarded: no --- a/src/tools/mx4j/tools/remote/caucho/serialization/JMXDeserializer.java +++ b/src/tools/mx4j/tools/remote/caucho/serialization/JMXDeserializer.java @@ -13,12 +13,12 @@ import java.io.ObjectInputStream; import com.caucho.hessian.io.AbstractHessianInput; -import com.caucho.hessian.io.Deserializer; +import com.caucho.hessian.io.AbstractDeserializer; /** * @version $ */ -class JMXDeserializer extends Deserializer +class JMXDeserializer extends AbstractDeserializer { private Class type; --- a/src/tools/mx4j/tools/remote/caucho/serialization/JMXSerializer.java +++ b/src/tools/mx4j/tools/remote/caucho/serialization/JMXSerializer.java @@ -13,12 +13,12 @@ import java.io.ObjectOutputStream; import com.caucho.hessian.io.AbstractHessianOutput; -import com.caucho.hessian.io.Serializer; +import com.caucho.hessian.io.AbstractSerializer; /** * @version $Revision: 1.3 $ */ -class JMXSerializer extends Serializer +class JMXSerializer extends AbstractSerializer { public void writeObject(Object obj, AbstractHessianOutput out) throws IOException { debian/patches/series0000644000000000000000000000011112162611674012031 0ustar 01-mx4j-javaxssl.patch mx4j-build.patch mx4j-docbook.patch hessian.patch debian/patches/mx4j-build.patch0000644000000000000000000000317712162611674013633 0ustar Description: Cleanup build.xml: - Remove docbook unzip/delete (use Debian docbook package) - Generate new boa ZIPs --- a/build/build.xml +++ b/build/build.xml @@ -224,6 +224,7 @@ + @@ -413,8 +414,7 @@ author="true" version="true" use="true" - windowtitle="MX4J API" - classpathref="classpath"> + windowtitle="MX4J API"> Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.]]> @@ -427,8 +427,6 @@ - -