You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2015/03/20 17:20:30 UTC

svn commit: r1668072 - /aries/trunk/spi-fly/pom.xml

Author: davidb
Date: Fri Mar 20 16:20:30 2015
New Revision: 1668072

URL: http://svn.apache.org/r1668072
Log:
Exclude SPI Fly examples from release.

Modified:
    aries/trunk/spi-fly/pom.xml

Modified: aries/trunk/spi-fly/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/spi-fly/pom.xml?rev=1668072&r1=1668071&r2=1668072&view=diff
==============================================================================
--- aries/trunk/spi-fly/pom.xml (original)
+++ aries/trunk/spi-fly/pom.xml Fri Mar 20 16:20:30 2015
@@ -49,7 +49,9 @@
         <module>spi-fly-dynamic-bundle</module>
         <module>spi-fly-static-tool</module>
         <module>spi-fly-static-bundle</module>
+        <!--
         <module>spi-fly-examples</module>
+        -->
     </modules>
 
 </project>