You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/08/19 13:16:52 UTC

svn commit: r1515361 - /commons/proper/jci/trunk/pom.xml

Author: sebb
Date: Mon Aug 19 11:16:51 2013
New Revision: 1515361

URL: http://svn.apache.org/r1515361
Log:
Add optional profiles for currently disabled modules

Modified:
    commons/proper/jci/trunk/pom.xml

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1515361&r1=1515360&r2=1515361&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Mon Aug 19 11:16:51 2013
@@ -52,6 +52,22 @@
         <!-- <module>compilers/javac</module> -->
     </modules>
 
+    <!-- Optional profiles for currently disabled modules -->
+    <profiles>
+        <profile>
+            <id>compiler-javac</id>
+            <modules>
+                <module>compilers/javac</module>
+            </modules>
+        </profile>
+        <profile>
+            <id>compiler-jsr199</id>
+            <modules>
+                <module>compilers/jsr199</module>
+            </modules>
+        </profile>
+    </profiles>
+
     <developers>
         <developer>
             <id>tcurdt</id>