[jboss-osgi-commits] JBoss-OSGI SVN: r86731 - projects/jboss-osgi/trunk/runtime/equinox.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Fri Apr 3 03:34:33 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-03 03:34:33 -0400 (Fri, 03 Apr 2009)
New Revision: 86731

Modified:
   projects/jboss-osgi/trunk/runtime/equinox/pom.xml
Log:
Temp disable security manager for equinox

Modified: projects/jboss-osgi/trunk/runtime/equinox/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/runtime/equinox/pom.xml	2009-04-03 07:33:12 UTC (rev 86730)
+++ projects/jboss-osgi/trunk/runtime/equinox/pom.xml	2009-04-03 07:34:33 UTC (rev 86731)
@@ -225,7 +225,7 @@
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <argLine>${surefire.security.args}</argLine>
+              <!-- argLine>${surefire.security.args}</argLine -->
               <excludes>
                 <!-- Exclude all testsuite tests -->
                 <exclude>org/jboss/test/osgi/jbosgi*/**</exclude>




More information about the jboss-osgi-commits mailing list