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 2009/10/14 11:40:26 UTC

svn commit: r825069 - in /jackrabbit/commons/jcr-tests/trunk: ./ src/main/java/org/apache/jackrabbit/test/api/nodetype/ src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/

Author: jukka
Date: Wed Oct 14 09:40:25 2009
New Revision: 825069

URL: http://svn.apache.org/viewvc?rev=825069&view=rev
Log:
JCRTCK-5: PredefinedNodeTypeTest too strict

Merged revision 817271 from Jackrabbit trunk.

Modified:
    jackrabbit/commons/jcr-tests/trunk/   (props changed)
    jackrabbit/commons/jcr-tests/trunk/src/main/java/org/apache/jackrabbit/test/api/nodetype/PredefinedNodeTypeTest.java
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-created.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-etag.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-language.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lastModified.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lifecycle.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lockable.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-mimeType.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-referenceable.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-shareable.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-simpleVersionable.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-title.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-versionable.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-activity.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-address.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-base.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-childNodeDefinition.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-configuration.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-file.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-folder.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-frozenNode.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-hierarchyNode.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-linkedFile.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-nodeType.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-propertyDefinition.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-query.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-resource.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-unstructured.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-version.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionHistory.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionLabels.txt
    jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionedChild.txt

Propchange: jackrabbit/commons/jcr-tests/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct 14 09:40:25 2009
@@ -1,3 +1,3 @@
 /jackrabbit/branches/1.5/jackrabbit-jcr-tests:794012,794100,794102
 /jackrabbit/sandbox/tripod-JCR-2209/jackrabbit-jcr-tests:795441-795863
-/jackrabbit/trunk/jackrabbit-jcr-tests:806531,808408,808430,808776,808920
+/jackrabbit/trunk/jackrabbit-jcr-tests:806531,808408,808430,808776,808920,817271

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/java/org/apache/jackrabbit/test/api/nodetype/PredefinedNodeTypeTest.java
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/java/org/apache/jackrabbit/test/api/nodetype/PredefinedNodeTypeTest.java?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/java/org/apache/jackrabbit/test/api/nodetype/PredefinedNodeTypeTest.java (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/java/org/apache/jackrabbit/test/api/nodetype/PredefinedNodeTypeTest.java Wed Oct 14 09:40:25 2009
@@ -23,6 +23,11 @@
 import java.io.StringWriter;
 import java.util.Arrays;
 import java.util.Comparator;
+import java.util.Map;
+import java.util.HashMap;
+import java.util.Set;
+import java.util.HashSet;
+import java.util.Iterator;
 
 import javax.jcr.PropertyType;
 import javax.jcr.RepositoryException;
@@ -50,6 +55,42 @@
  */
 public class PredefinedNodeTypeTest extends AbstractJCRTest {
 
+    private static final Map SUPERTYPES = new HashMap();
+
+    static {
+        SUPERTYPES.put("mix:created", new String[]{});
+        SUPERTYPES.put("mix:etag", new String[]{});
+        SUPERTYPES.put("mix:language", new String[]{});
+        SUPERTYPES.put("mix:lastModified", new String[]{});
+        SUPERTYPES.put("mix:lifecycle", new String[]{});
+        SUPERTYPES.put("mix:lockable", new String[]{});
+        SUPERTYPES.put("mix:mimeType", new String[]{});
+        SUPERTYPES.put("mix:referenceable", new String[]{});
+        SUPERTYPES.put("mix:shareable", new String[]{"mix:referenceable"});
+        SUPERTYPES.put("mix:simpleVersionable", new String[]{});
+        SUPERTYPES.put("mix:title", new String[]{});
+        SUPERTYPES.put("mix:versionable", new String[]{"mix:referenceable", "mix:simpleVersionable"});
+        SUPERTYPES.put("nt:activity", new String[]{"nt:base"});
+        SUPERTYPES.put("nt:address", new String[]{"nt:base"});
+        SUPERTYPES.put("nt:base", new String[]{});
+        SUPERTYPES.put("nt:childNodeDefinition", new String[]{"nt:base"});
+        SUPERTYPES.put("nt:configuration", new String[]{"nt:base"});
+        SUPERTYPES.put("nt:file", new String[]{"nt:hierarchyNode"});
+        SUPERTYPES.put("nt:folder", new String[]{"nt:hierarchyNode"});
+        SUPERTYPES.put("nt:frozenNode", new String[]{"nt:base", "mix:referenceable"});
+        SUPERTYPES.put("nt:hierarchyNode", new String[]{"nt:base", "mix:created"});
+        SUPERTYPES.put("nt:linkedFile", new String[]{"nt:hierarchyNode"});
+        SUPERTYPES.put("nt:nodeType", new String[]{"nt:base"});
+        SUPERTYPES.put("nt:propertyDefinition", new String[]{"nt:base"});
+        SUPERTYPES.put("nt:query", new String[]{"nt:base"});
+        SUPERTYPES.put("nt:resource", new String[]{"nt:base", "mix:lastModified", "mix:mimeType"});
+        SUPERTYPES.put("nt:unstructured", new String[]{"nt:base"});
+        SUPERTYPES.put("nt:version", new String[]{"nt:base", "mix:referenceable"});
+        SUPERTYPES.put("nt:versionedChild", new String[]{"nt:base"});
+        SUPERTYPES.put("nt:versionHistory", new String[]{"nt:base", "mix:referenceable"});
+        SUPERTYPES.put("nt:versionLabels", new String[]{"nt:base"});
+    }
+
     /**
      * The NodeTypeManager of the session
      */
@@ -99,157 +140,157 @@
 
     /** Test for the predefined mix:lifecycle node type. */
     public void testLifecycle() throws NotExecutableException {
-        testPredefinedNodeType("mix:lifecycle");
+        testPredefinedNodeType("mix:lifecycle", false);
     }
 
     /** Test for the predefined mix:lockable node type. */
     public void testLockable() throws NotExecutableException {
-        testPredefinedNodeType("mix:lockable");
+        testPredefinedNodeType("mix:lockable", false);
     }
 
     /** Test for the predefined mix:referenceable node type. */
     public void testReferenceable() throws NotExecutableException {
-        testPredefinedNodeType("mix:referenceable");
+        testPredefinedNodeType("mix:referenceable", false);
     }
 
     /** Test for the predefined mix:referenceable node type. */
     public void testShareable() throws NotExecutableException {
-        testPredefinedNodeType("mix:shareable");
+        testPredefinedNodeType("mix:shareable", false);
     }
 
     /** Test for the predefined mix:versionable node type. */
     public void testVersionable() throws NotExecutableException {
-        testPredefinedNodeType("mix:versionable");
+        testPredefinedNodeType("mix:versionable", false);
     }
 
     /** Test for the predefined mix:simpleVersionable node type. */
     public void testSimpleVersionable() throws NotExecutableException {
-        testPredefinedNodeType("mix:simpleVersionable");
+        testPredefinedNodeType("mix:simpleVersionable", false);
     }
 
     /** Test for the predefined mix:created node type. */
     public void testMixCreated() throws NotExecutableException {
-        testPredefinedNodeType("mix:created");
+        testPredefinedNodeType("mix:created", true);
     }
 
     /** Test for the predefined mix:lastModified node type. */
     public void testMixLastModified() throws NotExecutableException {
-        testPredefinedNodeType("mix:lastModified");
+        testPredefinedNodeType("mix:lastModified", true);
     }
 
     /** Test for the predefined mix:etag node type. */
     public void testMixETag() throws NotExecutableException {
-        testPredefinedNodeType("mix:etag");
+        testPredefinedNodeType("mix:etag", false);
     }
 
     /** Test for the predefined mix:title node type. */
     public void testMixTitle() throws NotExecutableException {
-        testPredefinedNodeType("mix:title");
+        testPredefinedNodeType("mix:title", true);
     }
 
     /** Test for the predefined mix:language node type. */
     public void testMixLanguage() throws NotExecutableException {
-        testPredefinedNodeType("mix:language");
+        testPredefinedNodeType("mix:language", true);
     }
 
     /** Test for the predefined mix:language node type. */
     public void testMixMimeType() throws NotExecutableException {
-        testPredefinedNodeType("mix:mimeType");
+        testPredefinedNodeType("mix:mimeType", true);
     }
 
     /** Test for the predefined nt:address node type. */
     public void testNtAddress() throws NotExecutableException {
-        testPredefinedNodeType("nt:address");
+        testPredefinedNodeType("nt:address", false);
     }
 
     /** Test for the predefined nt:base node type. */
     public void testBase() throws NotExecutableException {
-        testPredefinedNodeType("nt:base");
+        testPredefinedNodeType("nt:base", false);
     }
 
     /** Test for the predefined nt:unstructured node type. */
     public void testUnstructured() throws NotExecutableException {
-        testPredefinedNodeType("nt:unstructured");
+        testPredefinedNodeType("nt:unstructured", false);
     }
 
     /** Test for the predefined nt:hierarchyNode node type. */
     public void testHierarchyNode() throws NotExecutableException {
-        testPredefinedNodeType("nt:hierarchyNode");
+        testPredefinedNodeType("nt:hierarchyNode", false);
     }
 
     /** Test for the predefined nt:file node type. */
     public void testFile() throws NotExecutableException {
-        testPredefinedNodeType("nt:file");
+        testPredefinedNodeType("nt:file", false);
     }
 
     /** Test for the predefined nt:linkedFile node type. */
     public void testLinkedFile() throws NotExecutableException {
-        testPredefinedNodeType("nt:linkedFile");
+        testPredefinedNodeType("nt:linkedFile", false);
     }
 
     /** Test for the predefined nt:folder node type. */
     public void testFolder() throws NotExecutableException {
-        testPredefinedNodeType("nt:folder");
+        testPredefinedNodeType("nt:folder", false);
     }
 
     /** Test for the predefined nt:nodeType node type. */
     public void testNodeType() throws NotExecutableException {
-        testPredefinedNodeType("nt:nodeType");
+        testPredefinedNodeType("nt:nodeType", false);
     }
 
     /** Test for the predefined nt:propertyDef node type. */
     public void testPropertyDef() throws NotExecutableException {
-        testPredefinedNodeType("nt:propertyDefinition");
+        testPredefinedNodeType("nt:propertyDefinition", false);
     }
 
     /** Test for the predefined nt:childNodeDef node type. */
     public void testChildNodeDef() throws NotExecutableException {
-        testPredefinedNodeType("nt:childNodeDefinition");
+        testPredefinedNodeType("nt:childNodeDefinition", false);
     }
 
     /** Test for the predefined nt:versionHistory node type. */
     public void testVersionHistory() throws NotExecutableException {
-        testPredefinedNodeType("nt:versionHistory");
+        testPredefinedNodeType("nt:versionHistory", false);
     }
 
     /** Test for the predefined nt:versionLabels node type. */
     public void testVersionLabels() throws NotExecutableException {
-        testPredefinedNodeType("nt:versionLabels");
+        testPredefinedNodeType("nt:versionLabels", false);
     }
 
     /** Test for the predefined nt:version node type. */
     public void testVersion() throws NotExecutableException {
-        testPredefinedNodeType("nt:version");
+        testPredefinedNodeType("nt:version", false);
     }
 
     /** Test for the predefined nt:activity node type. */
     public void testActivity() throws NotExecutableException {
-        testPredefinedNodeType("nt:activity");
+        testPredefinedNodeType("nt:activity", false);
     }
 
     /** Test for the predefined nt:configuration node type. */
     public void testConfiguration() throws NotExecutableException {
-        testPredefinedNodeType("nt:configuration");
+        testPredefinedNodeType("nt:configuration", false);
     }
 
     /** Test for the predefined nt:frozenNode node type. */
     public void testFrozenNode() throws NotExecutableException {
-        testPredefinedNodeType("nt:frozenNode");
+        testPredefinedNodeType("nt:frozenNode", false);
     }
 
     /** Test for the predefined nt:versionedChild node type. */
     public void testVersionedChild() throws NotExecutableException {
-        testPredefinedNodeType("nt:versionedChild");
+        testPredefinedNodeType("nt:versionedChild", false);
     }
 
     /** Test for the predefined nt:query node type. */
     public void testQuery() throws NotExecutableException {
-        testPredefinedNodeType("nt:query");
+        testPredefinedNodeType("nt:query", false);
     }
 
     /** Test for the predefined nt:resource node type. */
     public void testResource() throws NotExecutableException {
-        testPredefinedNodeType("nt:resource");
+        testPredefinedNodeType("nt:resource", false);
     }
 
     /**
@@ -265,10 +306,12 @@
      * semantics remain the same.
      *
      * @param name node type name
+     * @param propsVariant whether the properties of this node type may
+     *   have implementation variant autocreated and OPV flags.
      * @throws NotExecutableException if the node type is not supported by
      *   this repository implementation.
      */
-    private void testPredefinedNodeType(String name)
+    private void testPredefinedNodeType(String name, boolean propsVariant)
             throws NotExecutableException {
         try {
             StringBuffer spec = new StringBuffer();
@@ -282,13 +325,28 @@
             }
 
             NodeType type = manager.getNodeType(name);
-            String current = getNodeTypeSpec(type).trim();
+            String current = getNodeTypeSpec(type, propsVariant).trim();
             if (!System.getProperty("line.separator").equals("\n")) {
                 current = normalizeLineSeparators(current);
             }
             String expected = normalizeLineSeparators(spec.toString()).trim();
 
             assertEquals("Predefined node type " + name, expected, current);
+
+            // check minimum declared supertypes
+            Set declaredSupertypes = new HashSet();
+            for (Iterator it = Arrays.asList(
+                    type.getDeclaredSupertypes()).iterator(); it.hasNext(); ) {
+                NodeType nt = (NodeType) it.next();
+                declaredSupertypes.add(nt.getName());
+            }
+            for (Iterator it = Arrays.asList(
+                    (String[]) SUPERTYPES.get(name)).iterator(); it.hasNext(); ) {
+                String supertype = (String) it.next();
+                assertTrue("Predefined node type " + name + " does not " +
+                        "declare supertype " + supertype,
+                        declaredSupertypes.contains(supertype));
+            }
         } catch (IOException e) {
             fail(e.getMessage());
         } catch (NoSuchNodeTypeException e) {
@@ -310,10 +368,12 @@
      * used in the JSR 170 specification.
      *
      * @param type node type definition
+     * @param propsVariant whether the properties of this node type may
+     *   have implementation variant autocreated and OPV flags.
      * @return spec string
      * @throws RepositoryException on repository errors
      */
-    private static String getNodeTypeSpec(NodeType type)
+    private static String getNodeTypeSpec(NodeType type, boolean propsVariant)
             throws RepositoryException {
         String typeName = type.getName();
         StringWriter buffer = new StringWriter();
@@ -321,31 +381,6 @@
         PrintWriter writer = new PrintWriter(buffer);
         writer.println("NodeTypeName");
         writer.println("  " + typeName);
-        writer.println("Supertypes");
-        NodeType[] supertypes = type.getDeclaredSupertypes();
-        Arrays.sort(supertypes, NODE_TYPE_COMPARATOR);
-        boolean hasPrinted = false;
-        for (int i = 0; i < supertypes.length; i++) {
-            String name = supertypes[i].getName();
-            if (name.startsWith("nt:") ||
-                    name.equals("mix:simpleVersionable") ||
-                    name.equals("mix:created") ||
-                    name.equals("mix:mimeType") ||
-                    name.equals("mix:lastModified") ||
-                    (name.equals("mix:referenceable") &&
-                        (typeName.equals("mix:versionable") ||
-                            typeName.equals("mix:shareable") ||
-                            typeName.equals("nt:resource") ||
-                            typeName.equals("nt:versionHistory") ||
-                            typeName.equals("nt:version") ||
-                            typeName.equals("nt:frozenNode")))) {
-                writer.println("  " + supertypes[i].getName());
-                hasPrinted = true;
-            }
-        }
-        if (!hasPrinted) {
-            writer.println("  []");
-        }
         writer.println("IsMixin");
         writer.println("  " + type.isMixin());
         writer.println("HasOrderableChildNodes");
@@ -360,7 +395,7 @@
         PropertyDefinition[] properties = type.getDeclaredPropertyDefinitions();
         Arrays.sort(properties, PROPERTY_DEF_COMPARATOR);
         for (int i = 0; i < properties.length; i++) {
-            writer.print(getPropertyDefSpec(properties[i]));
+            writer.print(getPropertyDefSpec(properties[i], propsVariant));
         }
 
         return buffer.toString();
@@ -416,10 +451,13 @@
      * used in the JSR 170 specification.
      *
      * @param property property definition
+     * @param propsVariant whether the properties of this node type may
+     *   have implementation variant autocreated and OPV flags.
      * @return spec string
      * @throws RepositoryException on repository errors
      */
-    private static String getPropertyDefSpec(PropertyDefinition property)
+    private static String getPropertyDefSpec(PropertyDefinition property,
+                                             boolean propsVariant)
             throws RepositoryException {
         StringWriter buffer = new StringWriter();
 
@@ -445,11 +483,15 @@
         } else {
             writer.println("  DefaultValues null");
         }
-        writer.println("  AutoCreated " + property.isAutoCreated());
+        if (!propsVariant) {
+            writer.println("  AutoCreated " + property.isAutoCreated());
+        }
         writer.println("  Mandatory " + property.isMandatory());
         String action = OnParentVersionAction.nameFromValue(
                 property.getOnParentVersion());
-        writer.println("  OnParentVersion " + action);
+        if (!propsVariant) {
+            writer.println("  OnParentVersion " + action);
+        }
         writer.println("  Protected " + property.isProtected());
         writer.println("  Multiple " + property.isMultiple());
 

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-created.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-created.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-created.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-created.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   mix:created
-Supertypes
-  []
 IsMixin
   true
 HasOrderableChildNodes
@@ -12,17 +10,13 @@
   Name jcr:created
   RequiredType DATE
   DefaultValues null
-  AutoCreated true
   Mandatory false
-  OnParentVersion COPY
   Protected true
   Multiple false
 PropertyDefinition
   Name jcr:createdBy
   RequiredType STRING
   DefaultValues null
-  AutoCreated true
   Mandatory false
-  OnParentVersion COPY
   Protected true
   Multiple false
\ No newline at end of file

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-etag.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-etag.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-etag.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-etag.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   mix:etag
-Supertypes
-  []
 IsMixin
   true
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-language.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-language.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-language.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-language.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   mix:language
-Supertypes
-  []
 IsMixin
   true
 HasOrderableChildNodes
@@ -12,8 +10,6 @@
   Name jcr:language
   RequiredType STRING
   DefaultValues null
-  AutoCreated false
   Mandatory false
-  OnParentVersion COPY
   Protected false
   Multiple false
\ No newline at end of file

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lastModified.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lastModified.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lastModified.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lastModified.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   mix:lastModified
-Supertypes
-  []
 IsMixin
   true
 HasOrderableChildNodes
@@ -12,17 +10,13 @@
   Name jcr:lastModified
   RequiredType DATE
   DefaultValues null
-  AutoCreated true
   Mandatory false
-  OnParentVersion COPY
   Protected false
   Multiple false
 PropertyDefinition
   Name jcr:lastModifiedBy
   RequiredType STRING
   DefaultValues null
-  AutoCreated true
   Mandatory false
-  OnParentVersion COPY
   Protected false
   Multiple false
\ No newline at end of file

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lifecycle.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lifecycle.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lifecycle.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lifecycle.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   mix:lifecycle
-Supertypes
-  []
 IsMixin
   true
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lockable.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lockable.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lockable.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-lockable.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   mix:lockable
-Supertypes
-  []
 IsMixin
   true
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-mimeType.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-mimeType.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-mimeType.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-mimeType.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   mix:mimeType
-Supertypes
-  []
 IsMixin
   true
 HasOrderableChildNodes
@@ -12,17 +10,13 @@
   Name jcr:encoding
   RequiredType STRING
   DefaultValues null
-  AutoCreated false
   Mandatory false
-  OnParentVersion COPY
   Protected false
   Multiple false
 PropertyDefinition
   Name jcr:mimeType
   RequiredType STRING
   DefaultValues null
-  AutoCreated false
   Mandatory false
-  OnParentVersion COPY
   Protected false
   Multiple false
\ No newline at end of file

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-referenceable.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-referenceable.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-referenceable.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-referenceable.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   mix:referenceable
-Supertypes
-  []
 IsMixin
   true
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-shareable.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-shareable.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-shareable.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-shareable.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   mix:shareable
-Supertypes
-  mix:referenceable
 IsMixin
   true
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-simpleVersionable.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-simpleVersionable.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-simpleVersionable.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-simpleVersionable.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   mix:simpleVersionable
-Supertypes
-  []
 IsMixin
   true
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-title.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-title.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-title.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-title.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   mix:title
-Supertypes
-  []
 IsMixin
   true
 HasOrderableChildNodes
@@ -12,17 +10,13 @@
   Name jcr:description
   RequiredType STRING
   DefaultValues null
-  AutoCreated false
   Mandatory false
-  OnParentVersion COPY
   Protected false
   Multiple false
 PropertyDefinition
   Name jcr:title
   RequiredType STRING
   DefaultValues null
-  AutoCreated false
   Mandatory false
-  OnParentVersion COPY
   Protected false
   Multiple false
\ No newline at end of file

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-versionable.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-versionable.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-versionable.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/mix-versionable.txt Wed Oct 14 09:40:25 2009
@@ -1,8 +1,5 @@
 NodeTypeName
   mix:versionable
-Supertypes
-  mix:referenceable
-  mix:simpleVersionable
 IsMixin
   true
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-activity.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-activity.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-activity.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-activity.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:activity
-Supertypes
-  nt:base
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-address.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-address.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-address.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-address.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:address
-Supertypes
-  nt:base
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-base.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-base.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-base.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-base.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:base
-Supertypes
-  []
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-childNodeDefinition.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-childNodeDefinition.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-childNodeDefinition.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-childNodeDefinition.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:childNodeDefinition
-Supertypes
-  nt:base
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-configuration.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-configuration.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-configuration.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-configuration.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:configuration
-Supertypes
-  nt:base
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-file.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-file.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-file.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-file.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:file
-Supertypes
-  nt:hierarchyNode
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-folder.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-folder.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-folder.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-folder.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:folder
-Supertypes
-  nt:hierarchyNode
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-frozenNode.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-frozenNode.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-frozenNode.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-frozenNode.txt Wed Oct 14 09:40:25 2009
@@ -1,8 +1,5 @@
 NodeTypeName
   nt:frozenNode
-Supertypes
-  nt:base
-  mix:referenceable
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-hierarchyNode.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-hierarchyNode.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-hierarchyNode.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-hierarchyNode.txt Wed Oct 14 09:40:25 2009
@@ -1,8 +1,5 @@
 NodeTypeName
   nt:hierarchyNode
-Supertypes
-  nt:base
-  mix:created
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-linkedFile.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-linkedFile.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-linkedFile.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-linkedFile.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:linkedFile
-Supertypes
-  nt:hierarchyNode
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-nodeType.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-nodeType.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-nodeType.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-nodeType.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:nodeType
-Supertypes
-  nt:base
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-propertyDefinition.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-propertyDefinition.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-propertyDefinition.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-propertyDefinition.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:propertyDefinition
-Supertypes
-  nt:base
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-query.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-query.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-query.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-query.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:query
-Supertypes
-  nt:base
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-resource.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-resource.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-resource.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-resource.txt Wed Oct 14 09:40:25 2009
@@ -1,9 +1,5 @@
 NodeTypeName
   nt:resource
-Supertypes
-  nt:base
-  mix:lastModified
-  mix:mimeType
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-unstructured.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-unstructured.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-unstructured.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-unstructured.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:unstructured
-Supertypes
-  nt:base
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-version.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-version.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-version.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-version.txt Wed Oct 14 09:40:25 2009
@@ -1,8 +1,5 @@
 NodeTypeName
   nt:version
-Supertypes
-  nt:base
-  mix:referenceable
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionHistory.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionHistory.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionHistory.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionHistory.txt Wed Oct 14 09:40:25 2009
@@ -1,8 +1,5 @@
 NodeTypeName
   nt:versionHistory
-Supertypes
-  nt:base
-  mix:referenceable
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionLabels.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionLabels.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionLabels.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionLabels.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:versionLabels
-Supertypes
-  nt:base
 IsMixin
   false
 HasOrderableChildNodes

Modified: jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionedChild.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionedChild.txt?rev=825069&r1=825068&r2=825069&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionedChild.txt (original)
+++ jackrabbit/commons/jcr-tests/trunk/src/main/resources/org/apache/jackrabbit/test/api/nodetype/spec/nt-versionedChild.txt Wed Oct 14 09:40:25 2009
@@ -1,7 +1,5 @@
 NodeTypeName
   nt:versionedChild
-Supertypes
-  nt:base
 IsMixin
   false
 HasOrderableChildNodes