Author: shankar
Date: Wed Oct 21 10:58:07 2009
New Revision: 827959

URL: http://svn.apache.org/viewvc?rev=827959&view=rev
Log:
copying policy.xml files when build/dist

Added:
    webservices/sandesha/trunk/c/samples/policy/Makefile.am
Modified:
    webservices/sandesha/trunk/c/build/win32/makefile
    webservices/sandesha/trunk/c/samples/Makefile.am
    webservices/sandesha/trunk/c/samples/configure.ac

Modified: webservices/sandesha/trunk/c/build/win32/makefile
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/build/win32/makefile?rev=827959&r1=827958&r2=827959&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/build/win32/makefile (original)
+++ webservices/sandesha/trunk/c/build/win32/makefile Wed Oct 21 10:58:07 2009
@@ -62,6 +62,7 @@
        if not exist $(SANDESHADISTDIR)\samples mkdir $(SANDESHADISTDIR)\samples
        if not exist $(SANDESHADISTDIR)\samples\bin mkdir 
$(SANDESHADISTDIR)\samples\bin
        if not exist $(SANDESHADISTDIR)\samples\bin\sandesha2 mkdir 
$(SANDESHADISTDIR)\samples\bin\sandesha2
+       if not exist $(SANDESHADISTDIR)\samples\bin\sandesha2\policy mkdir 
$(SANDESHADISTDIR)\samples\bin\sandesha2\policy
        if not exist $(SANDESHADISTDIR)\samples\src mkdir 
$(SANDESHADISTDIR)\samples\src
        if not exist $(SANDESHADISTDIR)\samples\src\sandesha2c mkdir 
$(SANDESHADISTDIR)\samples\src\sandesha2c
        if not exist $(SANDESHADISTDIR)\services\RM10SampleService mkdir 
$(SANDESHADISTDIR)\services\RM10SampleService
@@ -212,7 +213,8 @@
        
 copy_xml:
        @copy $(SANDESHASRC)\config\module.xml 
$(SANDESHADISTDIR)\modules\sandesha2\module.xml
-       @copy $(SANDESHASRC)\config\sqlite_schema.bat $(SANDESHADISTDIR)\config\
+       @copy $(SANDESHASRC)\config\sqlite_schema.bat 
$(SANDESHADISTDIR)\config\ 
+       @copy $(SANDESHASRC)\samples\policy\*.xml 
$(SANDESHADISTDIR)\samples\bin\sandesha2\policy\ 
        
 
 ### Sandesha2 Client

Modified: webservices/sandesha/trunk/c/samples/Makefile.am
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/Makefile.am?rev=827959&r1=827958&r2=827959&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/Makefile.am (original)
+++ webservices/sandesha/trunk/c/samples/Makefile.am Wed Oct 21 10:58:07 2009
@@ -3,6 +3,7 @@
 policydir = $(prefix)/samples/bin/sandesha2/policy
 
 SUBDIRS = resources \
+                 policy \
                  RM10SampleService \
                  RM11SampleService \
                  rm_echo_1_0 \

Modified: webservices/sandesha/trunk/c/samples/configure.ac
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/configure.ac?rev=827959&r1=827958&r2=827959&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/configure.ac (original)
+++ webservices/sandesha/trunk/c/samples/configure.ac Wed Oct 21 10:58:07 2009
@@ -85,6 +85,7 @@
     rm_ping_1_1_large_sequence/Makefile \
     rm_mtom_1_0/Makefile \
     resources/Makefile \
+       policy/Makefile \
        rm_amqp/Makefile \
        rm_amqp/rm_echo_dual_1_0/Makefile \
        rm_amqp/rm_echo_dual_1_1/Makefile \

Added: webservices/sandesha/trunk/c/samples/policy/Makefile.am
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/policy/Makefile.am?rev=827959&view=auto
==============================================================================
--- webservices/sandesha/trunk/c/samples/policy/Makefile.am (added)
+++ webservices/sandesha/trunk/c/samples/policy/Makefile.am Wed Oct 21 10:58:07 
2009
@@ -0,0 +1,4 @@
+samplesdir=$(prefix)/samples/bin/sandesha2/policy
+samples_DATA=rm10-policy.xml rm11-policy.xml
+EXTRA_DIST=rm10-policy.xml rm11-policy.xml
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to