You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2012/09/05 00:11:33 UTC

svn commit: r1380920 - in /qpid/proton/trunk/proton-c: CMakeLists.txt bindings/cproton.i bindings/php/php.i bindings/python/python.i bindings/ruby/ruby.i include/proton/cproton.i

Author: astitcher
Date: Tue Sep  4 22:11:33 2012
New Revision: 1380920

URL: http://svn.apache.org/viewvc?rev=1380920&view=rev
Log:
PROTON-4: Moves cproton.i to the include directory.
* Patch from Darryl Pierce modified to put the swig cproton.i file in
  include/proton with all the other proton include files.
* Install modified to install the swig .i file too

Added:
    qpid/proton/trunk/proton-c/include/proton/cproton.i
      - copied, changed from r1380902, qpid/proton/trunk/proton-c/bindings/cproton.i
Removed:
    qpid/proton/trunk/proton-c/bindings/cproton.i
Modified:
    qpid/proton/trunk/proton-c/CMakeLists.txt
    qpid/proton/trunk/proton-c/bindings/php/php.i
    qpid/proton/trunk/proton-c/bindings/python/python.i
    qpid/proton/trunk/proton-c/bindings/ruby/ruby.i

Modified: qpid/proton/trunk/proton-c/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/CMakeLists.txt?rev=1380920&r1=1380919&r2=1380920&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/CMakeLists.txt (original)
+++ qpid/proton/trunk/proton-c/CMakeLists.txt Tue Sep  4 22:11:33 2012
@@ -86,5 +86,6 @@ install (TARGETS proton proton-dump qpid
          LIBRARY DESTINATION lib)
 
 # Install header files
-file(GLOB headers "include/proton/*.h")
+file(GLOB headers "include/proton/*.[hi]")
 install (FILES ${headers} DESTINATION include/proton)
+

Modified: qpid/proton/trunk/proton-c/bindings/php/php.i
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/php/php.i?rev=1380920&r1=1380919&r2=1380920&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/php/php.i (original)
+++ qpid/proton/trunk/proton-c/bindings/php/php.i Tue Sep  4 22:11:33 2012
@@ -274,4 +274,4 @@ pn_connector_t *pn_connector_fd(pn_drive
 %ignore pn_connector_free;
 
 
-%include "../cproton.i"
+%include "proton/cproton.i"

Modified: qpid/proton/trunk/proton-c/bindings/python/python.i
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/python/python.i?rev=1380920&r1=1380919&r2=1380920&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/python/python.i (original)
+++ qpid/proton/trunk/proton-c/bindings/python/python.i Tue Sep  4 22:11:33 2012
@@ -230,4 +230,4 @@ ssize_t pn_sasl_input(pn_sasl_t *sasl, c
 %}
 %ignore pn_connector_free;
 
-%include "../cproton.i"
+%include "proton/cproton.i"

Modified: qpid/proton/trunk/proton-c/bindings/ruby/ruby.i
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/ruby/ruby.i?rev=1380920&r1=1380919&r2=1380920&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/ruby/ruby.i (original)
+++ qpid/proton/trunk/proton-c/bindings/ruby/ruby.i Tue Sep  4 22:11:33 2012
@@ -154,4 +154,4 @@ ssize_t pn_input(pn_transport_t *transpo
 %}
 %ignore pn_message_data;
 
-%include "../cproton.i"
+%include "proton/cproton.i"

Copied: qpid/proton/trunk/proton-c/include/proton/cproton.i (from r1380902, qpid/proton/trunk/proton-c/bindings/cproton.i)
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/include/proton/cproton.i?p2=qpid/proton/trunk/proton-c/include/proton/cproton.i&p1=qpid/proton/trunk/proton-c/bindings/cproton.i&r1=1380902&r2=1380920&rev=1380920&view=diff
==============================================================================
    (empty)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org