[cwscore-commit] CVS update: MODIFIED: pkgdata ...

Joe Bester commit at globus.org
Thu May 18 10:20:15 CDT 2006


  User: bester  
  Date: 06/05/18 10:20:15

  Modified:    c/core/source/pkgdata pkg_data_src.gpt.in
  Log:
  Merge of XPath expression handling in core wsrf providers for subscriptions
  and resource property queries from query_resource_properties_impl_branch
  (More or less from memory):
      Leak fixes throughout C WS Core
      Added bindings for core wsrf service wsdls (easier to write generic wsrf
      clients)
      Improved doc and implementation of some soap message handle attrs
      New test cases for wsrp:QueryResourceProperties and wsnt:Subscribe which
      exercise some of the new XPath code
      Got rid of some unneeded mallocs in the deserializer.
      Improved error message from ws-Addressing handler
  
  Revision  Changes    Path
  1.18      +2 -2      wsrf/c/core/source/pkgdata/pkg_data_src.gpt.in
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pkg_data_src.gpt.in
  ===================================================================
  RCS file: /home/globdev/CVS/globus-packages/wsrf/c/core/source/pkgdata/pkg_data_src.gpt.in,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- pkg_data_src.gpt.in	10 Nov 2005 19:36:03 -0000	1.17
  +++ pkg_data_src.gpt.in	18 May 2006 15:20:14 -0000	1.18
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE gpt_package_metadata SYSTEM "package.dtd">
   <gpt_package_metadata Format_Version="0.01" Name="globus_c_wsrf_core_bindings">
  -  <Aging_Version Age="1" Major="1" Minor="1"/>
  +  <Aging_Version Age="1" Major="1" Minor="3"/>
     <Description>WSRF Core Bindings</Description>
     <Functional_Group>C WS Core</Functional_Group>
     <Version_Stability Release="Experimental" Dirt="@DIRT_TIMESTAMP at -@DIRT_BRANCH_ID@"/>
  @@ -10,7 +10,7 @@
         <cflags>@GPT_PKG_CFLAGS@ -I\$(GLOBUS_LOCATION)/include/\$(GLOBUS_FLAVOR_NAME)/wsrf/services</cflags>
         <external_includes>@GPT_EXTERNAL_INCLUDES@</external_includes>
         <external_libs>@GPT_EXTERNAL_LIBS@</external_libs>
  -      <pkg_libs>-lglobus_wsa_bindings -lglobus_ds_bindings -lglobus_wsu_bindings -lglobus_wsp_bindings -lglobus_wst_bindings -lglobus_wsse_bindings -lglobus_wsseu_bindings -lglobus_wsc_bindings -lglobus_wsbf_bindings -lglobus_wsnt_bindings -lglobus_wsrl_bindings -lglobus_wsrp_bindings -lglobus_wssg_bindings -lglobus_notification_consumer_bindings -lglobus_subscription_manager_bindings</pkg_libs>
  +      <pkg_libs>-lglobus_wsa_bindings -lglobus_ds_bindings -lglobus_wsu_bindings -lglobus_wsp_bindings -lglobus_wst_bindings -lglobus_wsse_bindings -lglobus_wsseu_bindings -lglobus_wsc_bindings -lglobus_wsbf_bindings -lglobus_wsnt_bindings -lglobus_wsrl_bindings -lglobus_wstop_bindings -lglobus_wsrp_bindings -lglobus_wssg_bindings -lglobus_notification_consumer_bindings -lglobus_subscription_manager_bindings -lglobus_xpath_bindings</pkg_libs>
       </Build_Environment>
       <With_Flavors build="yes"/>
       <Source_Dependencies Type="compile">
  
  
  




More information about the cwscore-commit mailing list