You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2009/10/15 18:41:10 UTC

svn commit: r825556 - /felix/trunk/karaf/itests/pom.xml

Author: gnodet
Date: Thu Oct 15 16:41:09 2009
New Revision: 825556

URL: http://svn.apache.org/viewvc?rev=825556&view=rev
Log:
FELIX-1091: [karaf] reenable integration tests on windows

Modified:
    felix/trunk/karaf/itests/pom.xml

Modified: felix/trunk/karaf/itests/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/itests/pom.xml?rev=825556&r1=825555&r2=825556&view=diff
==============================================================================
--- felix/trunk/karaf/itests/pom.xml (original)
+++ felix/trunk/karaf/itests/pom.xml Thu Oct 15 16:41:09 2009
@@ -147,6 +147,7 @@
                 </plugins>
             </build>
         </profile>
+        <!--
         <profile>
             <activation>
                 <os>
@@ -165,6 +166,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
     </profiles>
 
 </project>