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/04/27 14:42:19 UTC

svn commit: r768953 - /jackrabbit/trunk/pom.xml

Author: jukka
Date: Mon Apr 27 12:42:19 2009
New Revision: 768953

URL: http://svn.apache.org/viewvc?rev=768953&view=rev
Log:
OCM-1: Move jackrabbit-ocm to JCR Commons

Remove OCM from the main build.

Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=768953&r1=768952&r2=768953&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Mon Apr 27 12:42:19 2009
@@ -59,21 +59,6 @@
     <module>jackrabbit-standalone</module>
   </modules>
 
-
-  <profiles>
-    <!-- JCR-1756: Include OCM in the main Jackrabbit build when using Java 5 -->
-    <profile>
-      <id>java5</id>
-      <activation>
-        <jdk>!1.4</jdk>
-      </activation>
-      <modules>
-        <module>jackrabbit-ocm</module>
-        <module>jackrabbit-ocm-nodemanagement</module>
-      </modules>
-    </profile>
-  </profiles>
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk</developerConnection>