You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by li...@apache.org on 2010/09/02 21:54:56 UTC

svn commit: r992088 - /incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transactionv10.xsd

Author: linsun
Date: Thu Sep  2 19:54:56 2010
New Revision: 992088

URL: http://svn.apache.org/viewvc?rev=992088&view=rev
Log:
adding schema annotation - missed a spot

Modified:
    incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transactionv10.xsd

Modified: incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transactionv10.xsd
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transactionv10.xsd?rev=992088&r1=992087&r2=992088&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transactionv10.xsd (original)
+++ incubator/aries/trunk/transaction/transaction-blueprint/src/main/resources/org/apache/aries/transaction/parsing/transactionv10.xsd Thu Sep  2 19:54:56 2010
@@ -17,7 +17,7 @@
     <xsd:annotation>
         <xsd:documentation>
       <![CDATA[
-        This is the XML Schema for the OSGi Blueprint declarative transaction 1.0.0 development descriptor.  Blueprint declarative transaction is a custom namespace for OSGi Blueprint service 1.0.0 development descriptor.  It is designed to decorate transaction attribute of the bean components, which can be done at the bean level.  Blueprint configuration files using this schema must indicate the schema using the transactions/v1.1.0 namespace.  For example,        
+        This is the XML Schema for the OSGi Blueprint declarative transaction 1.0.0 development descriptor.  Blueprint declarative transaction is a custom namespace for OSGi Blueprint service 1.0.0 development descriptor.  It is designed to decorate transaction attribute of the bean components, which can be done at the bean level.  Blueprint configuration files using this schema must indicate the schema using the transactions/v1.0.0 namespace.  For example,        
         <transaction xmlns="http://aries.apache.org/xmlns/transactions/v1.0.0">
         if used as a qualified namespace, "tx" is the recommended namespace prefix.
       ]]>