You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jw...@apache.org on 2016/06/22 18:50:49 UTC

svn commit: r1749753 - /aries/branches/java6support/blueprint/pom.xml

Author: jwross
Date: Wed Jun 22 18:50:49 2016
New Revision: 1749753

URL: http://svn.apache.org/viewvc?rev=1749753&view=rev
Log:
Comment out Blueprint projects not currently compatible with Java 6.

blueprint-maven-plugin
blueprint-repository

Modified:
    aries/branches/java6support/blueprint/pom.xml

Modified: aries/branches/java6support/blueprint/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/java6support/blueprint/pom.xml?rev=1749753&r1=1749752&r2=1749753&view=diff
==============================================================================
--- aries/branches/java6support/blueprint/pom.xml (original)
+++ aries/branches/java6support/blueprint/pom.xml Wed Jun 22 18:50:49 2016
@@ -45,12 +45,12 @@
         <module>blueprint-bundle</module>
         <module>blueprint-compatibility</module>
         <module>blueprint-core-compatibility</module>
-        <module>blueprint-maven-plugin</module>
+        <!--module>blueprint-maven-plugin</module-->
         <module>blueprint-noosgi</module>
         <module>blueprint-web</module>
         <module>blueprint-web-osgi</module>
         <module>blueprint-jexl-evaluator</module>
-        <module>blueprint-repository</module>
+        <!--module>blueprint-repository</module-->
         <module>blueprint-sample</module>
         <module>blueprint-annotation-api</module>
         <module>blueprint-annotation-impl</module>