You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2005/04/01 13:35:18 UTC

svn commit: r159684 - incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/nodetype/spec/nt-version.txt

Author: jukka
Date: Fri Apr  1 03:35:16 2005
New Revision: 159684

URL: http://svn.apache.org/viewcvs?view=rev&rev=159684
Log:
Use native line endings to match println() functionality.

Modified:
    incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/nodetype/spec/nt-version.txt   (contents, props changed)

Modified: incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/nodetype/spec/nt-version.txt
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/nodetype/spec/nt-version.txt?view=diff&r1=159683&r2=159684
==============================================================================
--- incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/nodetype/spec/nt-version.txt (original)
+++ incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/nodetype/spec/nt-version.txt Fri Apr  1 03:35:16 2005
@@ -1,50 +1,50 @@
-NodeTypeName
-  nt:version
-Supertypes
-  nt:base
-  mix:referenceable
-IsMixin
-  false
-HasOrderableChildNodes
-  false
-PrimaryItemName
-  null
-ChildNodeDef
-  Name jcr:frozenNode
-  RequiredPrimaryTypes [nt:frozenNode]
-  DefaultPrimaryType null
-  AutoCreate false
-  Mandatory false
-  OnParentVersion ABORT
-  Protected true
-  SameNameSibs true
-PropertyDef
-  Name jcr:created
-  RequiredType DATE
-  ValueConstraints []
-  DefaultValues null
-  AutoCreate true
-  Mandatory true
-  OnParentVersion ABORT
-  Protected true
-  Multiple false
-PropertyDef
-  Name jcr:predecessors
-  RequiredType REFERENCE
-  ValueConstraints [nt:version]
-  DefaultValues null
-  AutoCreate false
-  Mandatory false
-  OnParentVersion ABORT
-  Protected true
-  Multiple true
-PropertyDef
-  Name jcr:successors
-  RequiredType REFERENCE
-  ValueConstraints [nt:version]
-  DefaultValues null
-  AutoCreate false
-  Mandatory false
-  OnParentVersion ABORT
-  Protected true
-  Multiple true
+NodeTypeName
+  nt:version
+Supertypes
+  nt:base
+  mix:referenceable
+IsMixin
+  false
+HasOrderableChildNodes
+  false
+PrimaryItemName
+  null
+ChildNodeDef
+  Name jcr:frozenNode
+  RequiredPrimaryTypes [nt:frozenNode]
+  DefaultPrimaryType null
+  AutoCreate false
+  Mandatory false
+  OnParentVersion ABORT
+  Protected true
+  SameNameSibs true
+PropertyDef
+  Name jcr:created
+  RequiredType DATE
+  ValueConstraints []
+  DefaultValues null
+  AutoCreate true
+  Mandatory true
+  OnParentVersion ABORT
+  Protected true
+  Multiple false
+PropertyDef
+  Name jcr:predecessors
+  RequiredType REFERENCE
+  ValueConstraints [nt:version]
+  DefaultValues null
+  AutoCreate false
+  Mandatory false
+  OnParentVersion ABORT
+  Protected true
+  Multiple true
+PropertyDef
+  Name jcr:successors
+  RequiredType REFERENCE
+  ValueConstraints [nt:version]
+  DefaultValues null
+  AutoCreate false
+  Mandatory false
+  OnParentVersion ABORT
+  Protected true
+  Multiple true

Propchange: incubator/jackrabbit/trunk/src/test/org/apache/jackrabbit/test/api/nodetype/spec/nt-version.txt
------------------------------------------------------------------------------
    svn:eol-style = native