Author: ruwan
Date: Thu Oct 28 15:22:57 2010
New Revision: 1028347
URL: http://svn.apache.org/viewvc?rev=1028347&view=rev
Log:
fixing the script language for ruby
Modified:
synapse/branches/2.0/repository/schema/mediators/extension/script.xsd
Modified: synapse/branches/2.0/repository/schema/mediators/extension/script.xsd
URL:
http://svn.apache.org/viewvc/synapse/branches/2.0/repository/schema/mediators/extension/script.xsd?rev=1028347&r1=1028346&r2=1028347&view=diff
==============================================================================
--- synapse/branches/2.0/repository/schema/mediators/extension/script.xsd
(original)
+++ synapse/branches/2.0/repository/schema/mediators/extension/script.xsd Thu
Oct 28 15:22:57 2010
@@ -33,7 +33,7 @@
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="js"/>
- <xs:enumeration value="ruby"/>
+ <xs:enumeration value="rb"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>