You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2009/09/22 17:27:31 UTC

svn commit: r817700 - in /jackrabbit/trunk: jackrabbit-core/pom.xml jackrabbit-spi2jcr/pom.xml

Author: mreutegg
Date: Tue Sep 22 15:27:30 2009
New Revision: 817700

URL: http://svn.apache.org/viewvc?rev=817700&view=rev
Log:
JCR-2170: Remove PropDefId and NodeDefId
- remove know issues now that JCRTCK-5 is fixed

Modified:
    jackrabbit/trunk/jackrabbit-core/pom.xml
    jackrabbit/trunk/jackrabbit-spi2jcr/pom.xml

Modified: jackrabbit/trunk/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/pom.xml?rev=817700&r1=817699&r2=817700&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/pom.xml Tue Sep 22 15:27:30 2009
@@ -96,7 +96,6 @@
               <value>
                 org.apache.jackrabbit.core.xml.DocumentViewTest#testMultiValue
                 org.apache.jackrabbit.core.ConcurrentImportTest
-                org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testResource
               </value>
             </property>
           </systemProperties>

Modified: jackrabbit/trunk/jackrabbit-spi2jcr/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-spi2jcr/pom.xml?rev=817700&r1=817699&r2=817700&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-spi2jcr/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-spi2jcr/pom.xml Tue Sep 22 15:27:30 2009
@@ -75,7 +75,6 @@
                 org.apache.jackrabbit.test.api.version.ActivitiesTest#testActivitiesRelation
                 org.apache.jackrabbit.test.api.version.ConfigurationsTest#testCreateConfigWithBaseline
                 org.apache.jackrabbit.test.api.LifecycleTest
-                org.apache.jackrabbit.test.api.nodetype.PredefinedNodeTypeTest#testResource
               </value>
             </property>
           </systemProperties>