You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ju...@apache.org on 2013/04/26 08:23:40 UTC

svn commit: r1476060 - /jackrabbit/oak/trunk/oak-core/pom.xml

Author: jukka
Date: Fri Apr 26 06:23:40 2013
New Revision: 1476060

URL: http://svn.apache.org/r1476060
Log:
OAK-734: Refactor indexing code to use Editors

Update OSGi export to match renamed package.

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

Modified: jackrabbit/oak/trunk/oak-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/pom.xml?rev=1476060&r1=1476059&r2=1476060&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core/pom.xml Fri Apr 26 06:23:40 2013
@@ -54,7 +54,7 @@
               org.apache.jackrabbit.oak.plugins.commit,
               org.apache.jackrabbit.oak.plugins.index,
               org.apache.jackrabbit.oak.plugins.index.nodetype,
-              org.apache.jackrabbit.oak.plugins.index.p2,
+              org.apache.jackrabbit.oak.plugins.index.property,
               org.apache.jackrabbit.oak.plugins.memory,
               org.apache.jackrabbit.oak.plugins.name,
               org.apache.jackrabbit.oak.plugins.nodetype,