Author: boisvert
Date: Wed Aug  9 12:26:36 2006
New Revision: 430127

URL: http://svn.apache.org/viewvc?rev=430127&view=rev
Log:
Rename some identifying artifacts PXE -> Ode

Modified:
    
incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.dd
    
incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/assembly/META-INF/jbi.xml
    incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/build.xml

Modified: 
incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.dd
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.dd?rev=430127&r1=430126&r2=430127&view=diff
==============================================================================
--- 
incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.dd
 (original)
+++ 
incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/HelloWorld2-process/HelloWorld2.dd
 Wed Aug  9 12:26:36 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <dd:deployment-descriptor 
-        xmlns:dd="http://pxe.fivesight.com/schemas/2006/02/14/bpeldd";
+        xmlns:dd="http://ode.fivesight.com/schemas/2006/02/14/bpeldd";
         xmlns:jbi="http://java.sun.com/jbi/end-point-reference";>
         
     <dd:endpoint-refs>

Modified: 
incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/assembly/META-INF/jbi.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/assembly/META-INF/jbi.xml?rev=430127&r1=430126&r2=430127&view=diff
==============================================================================
--- 
incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/assembly/META-INF/jbi.xml
 (original)
+++ 
incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/assembly/META-INF/jbi.xml
 Wed Aug  9 12:26:36 2006
@@ -25,7 +25,7 @@
        </identification>
        <target>
          <artifacts-zip>HelloWorld2-Process.zip</artifacts-zip>
-         <component-name>PxeBpelEngine</component-name>
+         <component-name>OdeBpelEngine</component-name>
        </target>
     </service-unit>
 

Modified: incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/build.xml?rev=430127&r1=430126&r2=430127&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/build.xml 
(original)
+++ incubator/ode/trunk/jbi-examples/src/examples/HelloWorld2/build.xml Wed Aug 
 9 12:26:36 2006
@@ -5,8 +5,8 @@
 
     <target name="test" depends="init">
         <antcall target="_sendsoap">
-            <param name="pxe.sendsoap.url" 
value="http://localhost:${pxe.http.port}/hello/"/>
-            <param name="pxe.sendsoap.filename" location="message.soap"/>
+            <param name="ode.sendsoap.url" 
value="http://localhost:${ode.http.port}/hello/"/>
+            <param name="ode.sendsoap.filename" location="message.soap"/>
         </antcall>
     </target>
 


Reply via email to