Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder MonetDB-XQuery.spec.in, , 1.42, 1.43
Please spell check. Ying Zhang wrote:
Update of /cvsroot/monetdb/pathfinder In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27856
Modified Files: MonetDB-XQuery.spec.in Log Message: - added a separate JAR package for the XRPC java API files - added the new file for 'make rpm' as well
Index: MonetDB-XQuery.spec.in =================================================================== RCS file: /cvsroot/monetdb/pathfinder/MonetDB-XQuery.spec.in,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- MonetDB-XQuery.spec.in 15 Oct 2007 15:39:06 -0000 1.42 +++ MonetDB-XQuery.spec.in 13 Nov 2007 13:56:50 -0000 1.43 @@ -90,14 +90,21 @@ automatic index management, extensibility of data types and search accelerators, SQL- and XQuery- frontends.
-This package contains an XRPC Wrapper (xrpcwrapper.jar), a stand-alone -Java program that can be pluged in on top of an XQuery engine to handle -non-nested XRPC requests (i.e. requests that do not trigger another XRPC -request). +This package contains three Java Archieves +- xrpcwrapper.jar: the XRPC Wrapper, which is a stand-alone Java program + that can be pluged in on top of an XQuery engine to handle non-nested + XRPC requests (i.e. requests that do not trigger another XRPC + request).
-This package also contains an example client program -(xrpcwrapper-test.jar), which (i) can be used to test the XRPC Wrapper, -and (ii) shows how to write an XRPC Java client. +- xrpcwrapper-test.jar: an example client program, which (i) can be used + to test the XRPC Wrapper, and (ii) shows how to write an XRPC Java + client. + +- xrpcutil.jar: the XRPC Java API, which includes funcionts for + -- creating XRPC request messages, + -- parsing XRPC response messages, + -- send and/or receive XRPC messages using HTTP connection, + -- XRPC specific exception classes
%endif
@@ -162,7 +169,7 @@ %files xrpcwrapper %defattr(-,root,root) %dir %{_datadir}/MonetDB/lib -%{_datadir}/MonetDB/lib/xrpcwrapper*.jar +%{_datadir}/MonetDB/lib/xrpc*.jar %endif
%files devel
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Monetdb-pf-checkins mailing list Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- Sjoerd Mullender
participants (1)
-
Sjoerd Mullender