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/10/08 21:16:34 UTC

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

Author: sebb
Date: Tue Oct  8 19:16:33 2013
New Revision: 1530396

URL: http://svn.apache.org/r1530396
Log:
Add examples as optional build

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=1530396&r1=1530395&r2=1530396&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Tue Oct  8 19:16:33 2013
@@ -60,6 +60,12 @@
                 <module>compilers/jsr199</module>
             </modules>
         </profile>
+        <profile>
+            <id>examples</id>
+            <modules>
+                <module>examples</module>
+            </modules>
+        </profile>
     </profiles>
 
     <developers>