You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2011/01/13 15:04:53 UTC

svn commit: r1058567 - /ode/branches/ode-1.3.5.x/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/DocumentInfoGenerator.java

Author: vanto
Date: Thu Jan 13 14:04:52 2011
New Revision: 1058567

URL: http://svn.apache.org/viewvc?rev=1058567&view=rev
Log:
no need for fivesight filetypes anymore.

Modified:
    ode/branches/ode-1.3.5.x/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/DocumentInfoGenerator.java

Modified: ode/branches/ode-1.3.5.x/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/DocumentInfoGenerator.java
URL: http://svn.apache.org/viewvc/ode/branches/ode-1.3.5.x/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/DocumentInfoGenerator.java?rev=1058567&r1=1058566&r2=1058567&view=diff
==============================================================================
--- ode/branches/ode-1.3.5.x/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/DocumentInfoGenerator.java (original)
+++ ode/branches/ode-1.3.5.x/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/DocumentInfoGenerator.java Thu Jan 13 14:04:52 2011
@@ -40,7 +40,7 @@ class DocumentInfoGenerator {
 
     __extToTypeMap.put(".xsd",  "http://www.w3.org/2001/XMLSchema");
     __extToTypeMap.put(".svg",  "http://www.w3.org/2000/svg");
-    __extToTypeMap.put(".cbp",  "http://www.fivesight.com/schemas/2005/12/19/CompiledBPEL");
+    __extToTypeMap.put(".cbp",  "http://ode.apache.org/schemas/2005/12/19/CompiledBPEL");
     // Assume BPEL is 2.0 for now...
     __extToTypeMap.put(".bpel", "http://schemas.xmlsoap.org/ws/2004/03/business-process/");
   }