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>


Reply via email to