You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2007/12/19 15:03:40 UTC

svn commit: r605545 - /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/org/apache/cocoon/core/container/spring/pipeline/cocoon-pipeline-1.0.xsd

Author: vgritsenko
Date: Wed Dec 19 06:03:39 2007
New Revision: 605545

URL: http://svn.apache.org/viewvc?rev=605545&view=rev
Log:
indent

Modified:
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/org/apache/cocoon/core/container/spring/pipeline/cocoon-pipeline-1.0.xsd

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/org/apache/cocoon/core/container/spring/pipeline/cocoon-pipeline-1.0.xsd
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/org/apache/cocoon/core/container/spring/pipeline/cocoon-pipeline-1.0.xsd?rev=605545&r1=605544&r2=605545&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/org/apache/cocoon/core/container/spring/pipeline/cocoon-pipeline-1.0.xsd (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/src/main/resources/org/apache/cocoon/core/container/spring/pipeline/cocoon-pipeline-1.0.xsd Wed Dec 19 06:03:39 2007
@@ -15,15 +15,20 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+
+<!--
+  - $Id$
+  -->
 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-        targetNamespace="http://cocoon.apache.org/schema/pipeline"
-        xmlns:tns="http://cocoon.apache.org/schema/pipeline">
+            targetNamespace="http://cocoon.apache.org/schema/pipeline"
+            xmlns:tns="http://cocoon.apache.org/schema/pipeline">
 
-    <xsd:element name="component" type="tns:componentType"/>
+  <xsd:element name="component" type="tns:componentType"/>
 
-    <xsd:complexType name="componentType">
-    	<xsd:attribute name="mime-type" type="xsd:string" use="optional"/>
-    	<xsd:attribute name="label" type="xsd:string" use="optional"/>
-        <xsd:attribute name="hint" type="xsd:string" use="optional"/>
-    </xsd:complexType>
-</xsd:schema>
\ No newline at end of file
+  <xsd:complexType name="componentType">
+    <xsd:attribute name="mime-type" type="xsd:string" use="optional"/>
+    <xsd:attribute name="label" type="xsd:string" use="optional"/>
+    <xsd:attribute name="hint" type="xsd:string" use="optional"/>
+  </xsd:complexType>
+</xsd:schema>
+        
\ No newline at end of file