7066717 Move sblim to userland
authorRich Burridge <rich.burridge@oracle.com>
Mon, 18 Jul 2011 11:07:21 -0700
changeset 415 ba846759b41a
parent 414 a6a8ec39f4c1
child 416 d3ce52a8aecd
7066717 Move sblim to userland
components/meta-packages/history/SUNWSblimCimClient.p5m
components/sblim/Makefile
components/sblim/files/SblimCimClient.3
components/sblim/patches/build.xml.patch
components/sblim/sblim.copyright
components/sblim/sblim.p5m
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWSblimCimClient.p5m	Mon Jul 18 11:07:21 2011 -0700
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWSblimCimClient package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=system/management/wbem/[email protected] type=require
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sblim/Makefile	Mon Jul 18 11:07:21 2011 -0700
@@ -0,0 +1,52 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		cim-client
+COMPONENT_VERSION=	1.3.7
+COMPONENT_SRC=		$(COMPONENT_NAME)
+COMPONENT_PROJECT_URL=	http://sblim.wiki.sourceforge.net/CimClient
+COMPONENT_ARCHIVE=	sblim-$(COMPONENT_NAME)-$(COMPONENT_VERSION)-src.zip
+COMPONENT_ARCHIVE_HASH=	sha1:6cb6e75b98439e31f32fc5f16f0002f2b1601b50
+COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/sblim/$(COMPONENT_ARCHIVE)
+
+include ../../make-rules/prep.mk
+include ../../make-rules/ant.mk
+include ../../make-rules/ips.mk
+
+# Javadoc files etc are installed here.
+PKG_PROTO_DIRS += $(BUILD_DIR_32)
+
+# common targets
+build:		$(BUILD_32)
+
+install:	build
+
+test:		$(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include ../../make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sblim/files/SblimCimClient.3	Mon Jul 18 11:07:21 2011 -0700
@@ -0,0 +1,55 @@
+'\" t
+.\"
+.\" CDDL HEADER START
+.\"
+.\" The contents of this file are subject to the terms of the
+.\" Common Development and Distribution License (the "License").
+.\" You may not use this file except in compliance with the License.
+.\"
+.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+.\" or http://www.opensolaris.org/os/licensing.
+.\" See the License for the specific language governing permissions
+.\" and limitations under the License.
+.\"
+.\" When distributing Covered Code, include this CDDL HEADER in each
+.\" file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+.\" If applicable, add the following below this CDDL HEADER, with the
+.\" fields enclosed by brackets "[]" replaced with your own identifying
+.\" information: Portions Copyright [yyyy] [name of copyright owner]
+.\"
+.\" CDDL HEADER END
+.\"
+.\" Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
+.\" Use is subject to license terms.
+.\"
+.\" ident	"@(#)SblimCimClient.3	1.2	10/03/16 SMI"
+.\"
+.TH SblimCimClient 1 "2009 Jan 06" "" ""
+.SH NAME
+SblimCimClient - A Java implementation of a WBEM services client that includes an IETF RFC 2614 compliant SLP client for CIM service discovery.
+
+.SH SYNOPSIS
+.B add sblim jars to the CLASSPATH
+
+.SH DESCRIPTION
+SBLIM is an acronym for Standards Based Linux Instrumentation for Manageability. The goal of this project is to Provide a complete Open Source implementation of a WBEM-based management solution for Linux. The SBLIM CIM Client for Java is an implementation of a WBEM services client that includes an IETF RFC 2614 compliant SLP client for CIM service discovery. It is intended to be used by management applications in all areas that leverage CIM technology such as SMI-S, SMASH, etc. The design of the SBLIM Client has put emphasis on low memory consumption and high performance. It offers different options to use the implemented XML parser (SAX, DOM, Pull). Furthermore, a comfortable way to debug interoperability issues by dumping the XML request and response to a log file is provided.
+.PP
+For more details about SblimCimClient, please see
+.br
+.B http://sblim.wiki.sourceforge.net/CimClient web page.
+
+.SH FILES
+By default, SblimCimClient jars are installed into /usr/share/lib/java directory.
+
+HTML-based documentation is located in SblimCimClient's doc directory, e.g. /usr/share/doc/sblim.
+
+.SH ENVIRONMENT
+JAVA_HOME variable must point to the directory where Java is installed.
+
+.SH COPYRIGHT
+SblimCimClient is open-source software.
+.br
+.SH LICENSE
+Common Public License
+.br
+.RE
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sblim/patches/build.xml.patch	Mon Jul 18 11:07:21 2011 -0700
@@ -0,0 +1,12 @@
+*** cim-client/build.xml.orig	Wed Jul 13 13:42:20 2011
+--- cim-client/build.xml	Wed Jul 13 13:43:08 2011
+***************
+*** 164,169 ****
+--- 164,170 ----
+                  dir="${basedir}"
+                  includes="**/*.java"
+              	excludes="org/sblim/wbem/cimclient/sample/**/*.java, org/sblim/slp/example/*.java"/>
++             <arg value="-notimestamp" />
+          </javadoc>
+      </target>
+  
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sblim/sblim.copyright	Mon Jul 18 11:07:21 2011 -0700
@@ -0,0 +1,225 @@
+(C) Copyright IBM Corp. 2005
+(C) Copyright IBM Corp. 2006
+(C) Copyright IBM Corp. 2007
+(C) Copyright IBM Corp. 2005, 2006
+(C) Copyright IBM Corp. 2005, 2007
+(C) Copyright IBM Corp. 2005, 2008
+(C) Copyright IBM Corp. 2006, 2007
+(C) Copyright IBM Corp. 2006, 2008
+(C) Copyright IBM Corp. 2007, 2008
+
+			Common Public License Version 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC
+LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
+CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of the initial Contributor, the initial code and
+documentation distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are
+distributed by that particular Contributor. A Contribution 'originates' from a
+Contributor if it was added to the Program by such Contributor itself or anyone
+acting on such Contributor's behalf. Contributions do not include additions to
+the Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii) are not
+derivative works of the Program.
+
+"Contributor" means any person or entity that distributes the Program.
+
+"Licensed Patents " mean patent claims licensable by a Contributor which are
+necessarily infringed by the use or sale of its Contribution alone or when
+combined with the Program.
+
+"Program" means the Contributions distributed in accordance with this Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement,
+including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants
+Recipient a non-exclusive, worldwide, royalty-free copyright license to
+reproduce, prepare derivative works of, publicly display, publicly perform,
+distribute and sublicense the Contribution of such Contributor, if any, and such
+derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants
+Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed
+Patents to make, use, sell, offer to sell, import and otherwise transfer the
+Contribution of such Contributor, if any, in source code and object code form.
+This patent license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor, such
+addition of the Contribution causes such combination to be covered by the
+Licensed Patents. The patent license shall not apply to any other combinations
+which include the Contribution. No hardware per se is licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses
+to its Contributions set forth herein, no assurances are provided by any
+Contributor that the Program does not infringe the patent or other intellectual
+property rights of any other entity. Each Contributor disclaims any liability to
+Recipient for claims brought by any other entity based on infringement of
+intellectual property rights or otherwise. As a condition to exercising the
+rights and licenses granted hereunder, each Recipient hereby assumes sole
+responsibility to secure any other intellectual property rights needed, if any.
+For example, if a third party patent license is required to allow Recipient to
+distribute the Program, it is Recipient's responsibility to acquire that license
+before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient
+copyright rights in its Contribution, if any, to grant the copyright license set
+forth in this Agreement.
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form under its
+own license agreement, provided that:
+
+a) it complies with the terms and conditions of this Agreement; and
+
+b) its license agreement:
+
+i) effectively disclaims on behalf of all Contributors all warranties and
+conditions, express and implied, including warranties or conditions of title and
+non-infringement, and implied warranties or conditions of merchantability and
+fitness for a particular purpose;
+
+ii) effectively excludes on behalf of all Contributors all liability for
+damages, including direct, indirect, special, incidental and consequential
+damages, such as lost profits;
+
+iii) states that any provisions which differ from this Agreement are offered
+by that Contributor alone and not by any other party; and
+
+iv) states that source code for the Program is available from such
+Contributor, and informs licensees how to obtain it in a reasonable manner on or
+through a medium customarily used for software exchange.
+
+When the Program is made available in source code form:
+
+a) it must be made available under this Agreement; and
+
+b) a copy of this Agreement must be included with each copy of the Program.
+
+Contributors may not remove or alter any copyright notices contained within the
+Program.
+
+Each Contributor must identify itself as the originator of its Contribution, if
+any, in a manner that reasonably allows subsequent Recipients to identify the
+originator of the Contribution.
+
+4. COMMERCIAL DISTRIBUTION
+
+Commercial distributors of software may accept certain responsibilities with
+respect to end users, business partners and the like. While this license is
+intended to facilitate the commercial use of the Program, the Contributor who
+includes the Program in a commercial product offering should do so in a manner
+which does not create potential liability for other Contributors. Therefore, if
+a Contributor includes the Program in a commercial product offering, such
+Contributor ("Commercial Contributor") hereby agrees to defend and indemnify
+every other Contributor ("Indemnified Contributor") against any losses, damages
+and costs (collectively "Losses") arising from claims, lawsuits and other legal
+actions brought by a third party against the Indemnified Contributor to the
+extent caused by the acts or omissions of such Commercial Contributor in
+connection with its distribution of the Program in a commercial product
+offering. The obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In order
+to qualify, an Indemnified Contributor must: a) promptly notify the Commercial
+Contributor in writing of such claim, and b) allow the Commercial Contributor to
+control, and cooperate with the Commercial Contributor in, the defense and any
+related settlement negotiations. The Indemnified Contributor may participate in
+any such claim at its own expense.
+
+For example, a Contributor might include the Program in a commercial product
+offering, Product X. That Contributor is then a Commercial Contributor. If that
+Commercial Contributor then makes performance claims, or offers warranties
+related to Product X, those performance claims and warranties are such
+Commercial Contributor's responsibility alone. Under this section, the
+Commercial Contributor would have to defend claims against the other
+Contributors related to those performance claims and warranties, and if a court
+requires any other Contributor to pay any damages as a result, the Commercial
+Contributor must pay those damages.
+
+5. NO WARRANTY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
+IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE,
+NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each
+Recipient is solely responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its exercise of
+rights under this Agreement, including but not limited to the risks and costs of
+program errors, compliance with applicable laws, damage to or loss of data,
+programs or equipment, and unavailability or interruption of operations.
+
+6. DISCLAIMER OF LIABILITY
+
+EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY
+CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
+PROFITS), 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 OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS
+GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
+
+7. GENERAL
+
+If any provision of this Agreement is invalid or unenforceable under applicable
+law, it shall not affect the validity or enforceability of the remainder of the
+terms of this Agreement, and without further action by the parties hereto, such
+provision shall be reformed to the minimum extent necessary to make such
+provision valid and enforceable.
+
+If Recipient institutes patent litigation against a Contributor with respect to
+a patent applicable to software (including a cross-claim or counterclaim in a
+lawsuit), then any patent licenses granted by that Contributor to such Recipient
+under this Agreement shall terminate as of the date such litigation is filed. In
+addition, if Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the Program
+itself (excluding combinations of the Program with other software or hardware)
+infringes such Recipient's patent(s), then such Recipient's rights granted under
+Section 2(b) shall terminate as of the date such litigation is filed.
+
+All Recipient's rights under this Agreement shall terminate if it fails to
+comply with any of the material terms or conditions of this Agreement and does
+not cure such failure in a reasonable period of time after becoming aware of
+such noncompliance. If all Recipient's rights under this Agreement terminate,
+Recipient agrees to cease use and distribution of the Program as soon as
+reasonably practicable. However, Recipient's obligations under this Agreement
+and any licenses granted by Recipient relating to the Program shall continue and
+survive.
+
+Everyone is permitted to copy and distribute copies of this Agreement, but in
+order to avoid inconsistency the Agreement is copyrighted and may only be
+modified in the following manner. The Agreement Steward reserves the right to
+publish new versions (including revisions) of this Agreement from time to time.
+No one other than the Agreement Steward has the right to modify this Agreement.
+IBM is the initial Agreement Steward. IBM may assign the responsibility to serve
+as the Agreement Steward to a suitable separate entity. Each new version of the
+Agreement will be given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the Agreement
+under which it was received. In addition, after a new version of the Agreement
+is published, Contributor may elect to distribute the Program (including its
+Contributions) under the new version. Except as expressly stated in Sections
+2(a) and 2(b) above, Recipient receives no rights or licenses to the
+intellectual property of any Contributor under this Agreement, whether
+expressly, by implication, estoppel or otherwise. All rights in the Program not
+expressly granted under this Agreement are reserved.
+
+This Agreement is governed by the laws of the State of New York and the
+intellectual property laws of the United States of America. No party to this
+Agreement will bring a legal action under this Agreement more than one year
+after the cause of action arose. Each party waives its rights to a jury trial in
+any resulting litigation.
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/sblim/sblim.p5m	Mon Jul 18 11:07:21 2011 -0700
@@ -0,0 +1,545 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+
+# Adjust file lines of the form 'file path=usr/share/doc/sblim/...' to
+# 'file cim-client/doc/... path=/usr/share/doc/sblim/...'
+<transform file path=usr/share/doc/sblim/(.*) -> set action.hash cim-client/doc/%<1>>
+
+set name=pkg.fmri value=pkg:/system/management/wbem/wbemcli@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.description value="A WBEM services client in Java that includes an IETF RFC 2614 compliant SLP client for CIM service discovery"
+set name=info.classification value="org.opensolaris.category.2008:System/Enterprise Management"
+set name=pkg.summary value="sblim cim client for the java platform"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=$(COMPONENT_PROJECT_URL)
+set name=opensolaris.arc_url \
+    value=http://arc.opensolaris.org/caselog/LSARC/2009/025
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+license sblim.copyright license='CPLv1.0'
+
+dir path=usr
+dir path=usr/share
+dir path=usr/share/doc
+dir path=usr/share/doc/sblim
+dir path=usr/share/doc/sblim/org
+dir path=usr/share/doc/sblim/org/sblim
+dir path=usr/share/doc/sblim/org/sblim/slp
+dir path=usr/share/doc/sblim/org/sblim/slp/class-use
+dir path=usr/share/doc/sblim/org/sblim/slp/internal
+dir path=usr/share/doc/sblim/org/sblim/slp/internal/class-use
+dir path=usr/share/doc/sblim/org/sblim/slp/internal/msg
+dir path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use
+dir path=usr/share/doc/sblim/org/sblim/slp/internal/sa
+dir path=usr/share/doc/sblim/org/sblim/slp/internal/sa/class-use
+dir path=usr/share/doc/sblim/org/sblim/slp/internal/ua
+dir path=usr/share/doc/sblim/org/sblim/slp/internal/ua/class-use
+dir path=usr/share/doc/sblim/org/sblim/wbem
+dir path=usr/share/doc/sblim/org/sblim/wbem/cim
+dir path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use
+dir path=usr/share/doc/sblim/org/sblim/wbem/cimxml
+dir path=usr/share/doc/sblim/org/sblim/wbem/cimxml/class-use
+dir path=usr/share/doc/sblim/org/sblim/wbem/client
+dir path=usr/share/doc/sblim/org/sblim/wbem/client/class-use
+dir path=usr/share/doc/sblim/org/sblim/wbem/client/doc-files
+dir path=usr/share/doc/sblim/org/sblim/wbem/client/indications
+dir path=usr/share/doc/sblim/org/sblim/wbem/client/indications/class-use
+dir path=usr/share/doc/sblim/org/sblim/wbem/client/operations
+dir path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use
+dir path=usr/share/doc/sblim/org/sblim/wbem/http
+dir path=usr/share/doc/sblim/org/sblim/wbem/http/class-use
+dir path=usr/share/doc/sblim/org/sblim/wbem/http/io
+dir path=usr/share/doc/sblim/org/sblim/wbem/http/io/class-use
+dir path=usr/share/doc/sblim/org/sblim/wbem/util
+dir path=usr/share/doc/sblim/org/sblim/wbem/util/class-use
+dir path=usr/share/doc/sblim/org/sblim/wbem/xml
+dir path=usr/share/doc/sblim/org/sblim/wbem/xml/class-use
+dir path=usr/share/doc/sblim/org/sblim/wbem/xml/parser
+dir path=usr/share/doc/sblim/org/sblim/wbem/xml/parser/class-use
+dir path=usr/share/doc/sblim/resources
+dir path=usr/share/lib
+dir path=usr/share/lib/java
+dir path=usr/share/man
+dir path=usr/share/man/man3
+
+file path=usr/share/doc/sblim/allclasses-frame.html
+file path=usr/share/doc/sblim/allclasses-noframe.html
+file path=usr/share/doc/sblim/constant-values.html
+file path=usr/share/doc/sblim/deprecated-list.html
+file path=usr/share/doc/sblim/help-doc.html
+file path=usr/share/doc/sblim/index-all.html
+file path=usr/share/doc/sblim/index.html
+file path=usr/share/doc/sblim/org/sblim/slp/Advertiser.html
+file path=usr/share/doc/sblim/org/sblim/slp/class-use/Advertiser.html
+file path=usr/share/doc/sblim/org/sblim/slp/class-use/Locator.html
+file path=usr/share/doc/sblim/org/sblim/slp/class-use/ServiceLocationAttribute.html
+file path=usr/share/doc/sblim/org/sblim/slp/class-use/ServiceLocationAttributeDescriptor.html
+file path=usr/share/doc/sblim/org/sblim/slp/class-use/ServiceLocationAttributeVerifier.html
+file path=usr/share/doc/sblim/org/sblim/slp/class-use/ServiceLocationEnumeration.html
+file path=usr/share/doc/sblim/org/sblim/slp/class-use/ServiceLocationException.html
+file path=usr/share/doc/sblim/org/sblim/slp/class-use/ServiceLocationManager.html
+file path=usr/share/doc/sblim/org/sblim/slp/class-use/ServiceType.html
+file path=usr/share/doc/sblim/org/sblim/slp/class-use/ServiceURL.html
+file path=usr/share/doc/sblim/org/sblim/slp/class-use/SLPConfigProperties.html
+file path=usr/share/doc/sblim/org/sblim/slp/class-use/TemplateRegistry.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/AdvertiserImpl.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/AttributeHandler.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/class-use/AdvertiserImpl.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/class-use/AttributeHandler.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/class-use/Convert.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/class-use/IPv6MulticastAddressFactory.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/class-use/Net.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/class-use/SLPConfig.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/class-use/SLPDefaults.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/class-use/SLPLimits.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/class-use/SLPString.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/class-use/TRC.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/Convert.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/IPv6MulticastAddressFactory.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/AttributeReply.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/AttributeRequest.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/AttributeReply.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/AttributeRequest.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/DAAdvert.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/DADescriptor.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/FunctionIDs.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/MsgFactory.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/MsgHeader.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/ReplyMessage.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/RequestMessage.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/SAAdvert.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/SerializeOption.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/ServiceAcknowledgment.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/ServiceDeregistration.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/ServiceRegistration.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/ServiceReply.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/ServiceRequest.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/ServiceTypeReply.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/ServiceTypeRequest.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/SLPInputStream.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/SLPMessage.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/SLPOutputStream.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/class-use/Util.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/DAAdvert.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/DADescriptor.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/FunctionIDs.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/MsgFactory.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/MsgHeader.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/package-use.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/ReplyMessage.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/RequestMessage.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/SAAdvert.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/SerializeOption.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/ServiceAcknowledgment.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/ServiceDeregistration.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/ServiceRegistration.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/ServiceReply.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/ServiceRequest.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/ServiceTypeReply.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/ServiceTypeRequest.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/SLPInputStream.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/SLPMessage.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/SLPOutputStream.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/msg/Util.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/Net.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/package-use.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/class-use/DatagramThread.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/class-use/MessageTable.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/class-use/RecieverThread.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/class-use/ServiceAgent.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/class-use/ServiceTable.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/class-use/TCPThread.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/DatagramThread.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/MessageTable.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/package-use.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/RecieverThread.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/ServiceAgent.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/ServiceTable.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/sa/TCPThread.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/SLPConfig.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/SLPDefaults.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/SLPLimits.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/SLPString.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/TRC.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/class-use/DACache.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/class-use/DatagramRequester.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/class-use/LocatorImpl.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/class-use/ResponseCache.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/class-use/ResultTable.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/class-use/SLEnumerationImpl.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/class-use/TCPRequester.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/DACache.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/DatagramRequester.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/LocatorImpl.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/package-use.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/ResponseCache.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/ResultTable.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/SLEnumerationImpl.html
+file path=usr/share/doc/sblim/org/sblim/slp/internal/ua/TCPRequester.html
+file path=usr/share/doc/sblim/org/sblim/slp/Locator.html
+file path=usr/share/doc/sblim/org/sblim/slp/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/slp/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/slp/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/slp/package-use.html
+file path=usr/share/doc/sblim/org/sblim/slp/ServiceLocationAttribute.html
+file path=usr/share/doc/sblim/org/sblim/slp/ServiceLocationAttributeDescriptor.html
+file path=usr/share/doc/sblim/org/sblim/slp/ServiceLocationAttributeVerifier.html
+file path=usr/share/doc/sblim/org/sblim/slp/ServiceLocationEnumeration.html
+file path=usr/share/doc/sblim/org/sblim/slp/ServiceLocationException.html
+file path=usr/share/doc/sblim/org/sblim/slp/ServiceLocationManager.html
+file path=usr/share/doc/sblim/org/sblim/slp/ServiceType.html
+file path=usr/share/doc/sblim/org/sblim/slp/ServiceURL.html
+file path=usr/share/doc/sblim/org/sblim/slp/SLPConfigProperties.html
+file path=usr/share/doc/sblim/org/sblim/slp/TemplateRegistry.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMArgument.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMAuthenticationException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMClass.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMDataType.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMDateTime.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMElement.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMFlavor.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMInstance.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMMethod.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMNameSpace.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMObject.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMObjectPath.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMParameter.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMProperty.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMQualifiableElement.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMQualifier.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMQualifierType.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMScope.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMSecurityException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMSimpleDateTime.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMTimeInterval.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMTransportException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMValue.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/CIMVersion.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMArgument.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMAuthenticationException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMClass.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMDataType.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMDateTime.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMElement.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMFlavor.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMInstance.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMMethod.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMNameSpace.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMObject.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMObjectPath.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMParameter.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMProperty.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMQualifiableElement.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMQualifier.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMQualifierType.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMScope.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMSecurityException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMSimpleDateTime.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMTimeInterval.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMTransportException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMValue.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/CIMVersion.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/Numeric.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/UnsignedInt16.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/UnsignedInt32.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/UnsignedInt64.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/class-use/UnsignedInt8.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/Numeric.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/package-use.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/UnsignedInt16.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/UnsignedInt32.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/UnsignedInt64.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cim/UnsignedInt8.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cimxml/CimXmlSerializer.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cimxml/CIMXmlUtil.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cimxml/CIMXmlUtilFactory.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cimxml/class-use/CimXmlSerializer.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cimxml/class-use/CIMXmlUtil.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cimxml/class-use/CIMXmlUtilFactory.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cimxml/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cimxml/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cimxml/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/wbem/cimxml/package-use.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/BatchCIMClient.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/BatchHandle.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/BatchResult.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/CIMClient.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/CIMClientFactory.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/CIMClientXML.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/CIMEnumeration.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/CIMEnumerationImpl.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/CIMOMHandle.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/class-use/BatchCIMClient.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/class-use/BatchHandle.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/class-use/BatchResult.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/class-use/CIMClient.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/class-use/CIMClientFactory.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/class-use/CIMClientXML.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/class-use/CIMEnumeration.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/class-use/CIMEnumerationImpl.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/class-use/CIMOMHandle.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/class-use/PasswordCredential.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/class-use/UserPrincipal.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/doc-files/configuration.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/doc-files/firststeps.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/doc-files/indications.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/doc-files/process.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/doc-files/secure.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/CIMError.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/CIMEvent.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/CIMEventDispatcher.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/CIMIndicationHandler.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/CIMIndicationListenertList.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/CIMListener.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/class-use/CIMError.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/class-use/CIMEvent.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/class-use/CIMEventDispatcher.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/class-use/CIMIndicationHandler.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/class-use/CIMIndicationListenertList.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/class-use/CIMListener.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/indications/package-use.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMAssociatorNamesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMAssociatorsOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMCreateClassOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMCreateInstanceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMCreateNameSpaceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMCreateQualifierTypeOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMDeleteClassOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMDeleteInstanceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMDeleteNameSpaceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMDeleteQualifierTypeOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMEnumClassesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMEnumClassNamesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMEnumInstanceNamesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMEnumInstancesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMEnumNameSpaceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMEnumQualifierTypesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMExecQueryOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMGetClassOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMGetInstanceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMGetPropertyOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMGetQualifierTypeOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMInvokeMethodOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMOperation.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMReferenceNamesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMReferencesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMSetClassOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMSetInstanceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMSetPropertyOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMSetQualifierTypeOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/CIMSingleResultOperation.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMAssociatorNamesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMAssociatorsOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMCreateClassOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMCreateInstanceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMCreateNameSpaceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMCreateQualifierTypeOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMDeleteClassOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMDeleteInstanceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMDeleteNameSpaceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMDeleteQualifierTypeOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMEnumClassesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMEnumClassNamesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMEnumInstanceNamesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMEnumInstancesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMEnumNameSpaceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMEnumQualifierTypesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMExecQueryOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMGetClassOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMGetInstanceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMGetPropertyOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMGetQualifierTypeOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMInvokeMethodOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMOperation.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMReferenceNamesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMReferencesOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMSetClassOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMSetInstanceOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMSetPropertyOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMSetQualifierTypeOp.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/class-use/CIMSingleResultOperation.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/operations/package-use.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/package-use.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/PasswordCredential.html
+file path=usr/share/doc/sblim/org/sblim/wbem/client/UserPrincipal.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/AuthInfo.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/AuthorizationHandler.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/BASE64Encoder.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/Challenge.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/AuthInfo.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/AuthorizationHandler.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/BASE64Encoder.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/Challenge.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpClient.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpClientConnectionMgr.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpClientMethod.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpClientPool.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpConnectionHandler.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpContentHandler.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpHeader.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpHeaderParser.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpMethod.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpParseException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpServerConnection.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpServerMethod.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpServerWorker.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpSocketFactory.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/HttpUrlConnection.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/MessageReader.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/MessageWriter.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/PegasusLocalAuthInfo.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/class-use/WwwAuthInfo.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpClient.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpClientConnectionMgr.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpClientMethod.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpClientPool.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpConnectionHandler.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpContentHandler.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpHeader.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpHeaderParser.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpMethod.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpParseException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpServerConnection.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpServerMethod.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpServerWorker.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpSocketFactory.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/HttpUrlConnection.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/ASCIIPrintStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/BoundedInputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/ChunkedInputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/ChunkedOutputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/class-use/ASCIIPrintStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/class-use/BoundedInputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/class-use/ChunkedInputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/class-use/ChunkedOutputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/class-use/DebugInputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/class-use/KeepAliveInputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/class-use/PersistentInputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/class-use/PersistentOutputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/DebugInputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/KeepAliveInputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/package-use.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/PersistentInputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/io/PersistentOutputStream.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/MessageReader.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/MessageWriter.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/package-use.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/PegasusLocalAuthInfo.html
+file path=usr/share/doc/sblim/org/sblim/wbem/http/WwwAuthInfo.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/Benchmark.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/CharUtils.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/class-use/Benchmark.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/class-use/CharUtils.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/class-use/Debug.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/class-use/GlobalProperties.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/class-use/SessionProperties.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/class-use/ThreadPool.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/class-use/Utils.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/class-use/XMLHostStr.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/Debug.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/GlobalProperties.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/package-use.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/SessionProperties.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/ThreadPool.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/Utils.html
+file path=usr/share/doc/sblim/org/sblim/wbem/util/XMLHostStr.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/CIMClientXML_HelperImpl.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/CIMRequest.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/CIMResponse.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/CIMXMLBuilderImpl.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/CIMXMLParserImpl.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/class-use/CIMClientXML_HelperImpl.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/class-use/CIMRequest.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/class-use/CIMResponse.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/class-use/CIMXMLBuilderImpl.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/class-use/CIMXMLParserImpl.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/class-use/XMLDefaultHandlerImpl.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/package-use.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/parser/class-use/InputSource.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/parser/class-use/XMLPullParser.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/parser/class-use/XMLPullParserException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/parser/InputSource.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/parser/package-frame.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/parser/package-summary.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/parser/package-tree.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/parser/package-use.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/parser/XMLPullParser.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/parser/XMLPullParserException.html
+file path=usr/share/doc/sblim/org/sblim/wbem/xml/XMLDefaultHandlerImpl.html
+file path=usr/share/doc/sblim/overview-frame.html
+file path=usr/share/doc/sblim/overview-summary.html
+file path=usr/share/doc/sblim/overview-tree.html
+file path=usr/share/doc/sblim/package-list
+file path=usr/share/doc/sblim/resources/inherit.gif
+file path=usr/share/doc/sblim/serialized-form.html
+file path=usr/share/doc/sblim/stylesheet.css
+file cim-client/sblimCIMClient.jar path=usr/share/lib/java/sblimCIMClient.jar
+file cim-client/sblimSLPClient.jar path=usr/share/lib/java/sblimSLPClient.jar
+file files/SblimCimClient.3 path=usr/share/man/man3/SblimCimClient.3
+
+legacy pkg=SUNWSblimCimClient \
+    desc="sblim cim client for java (1.3.7)" \
+    name="sblim cim client for the java platform"