[jboss-osgi-commits] JBoss-OSGI SVN: r91790 - projects/jboss-osgi/projects/parent/trunk.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Jul 29 16:50:30 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-29 16:50:29 -0400 (Wed, 29 Jul 2009)
New Revision: 91790

Modified:
   projects/jboss-osgi/projects/parent/trunk/pom.xml
Log:
Add jbossmc properties

Modified: projects/jboss-osgi/projects/parent/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/parent/trunk/pom.xml	2009-07-29 20:49:03 UTC (rev 91789)
+++ projects/jboss-osgi/projects/parent/trunk/pom.xml	2009-07-29 20:50:29 UTC (rev 91790)
@@ -314,19 +314,19 @@
     </profile>
 
     <!--
-      Name: framework-knopflerfish
-      Descr: Setup for Knopflerfish framework integration testing
+      Name: framework-jbossmc
+      Descr: Setup for JBossMC framework integration testing
     -->
     <profile>
-      <id>framework-knopflerfish</id>
+      <id>framework-jbossmc</id>
       <activation>
         <property>
           <name>framework</name>
-          <value>knopflerfish</value>
+          <value>jbossmc</value>
         </property>
       </activation>
       <properties>
-        <jboss.osgi.framework.properties>jboss-osgi-knopflerfish.properties</jboss.osgi.framework.properties>
+        <jboss.osgi.framework.properties>jboss-osgi-jbossmc.properties</jboss.osgi.framework.properties>
       </properties>
     </profile>
     
@@ -347,17 +347,6 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <systemProperties>
-                <!--
-                  You can copy these properties in Eclipse to debug example tests
-                  
-                  -Djava.protocol.handler.pkgs=org.jboss.net.protocol|org.jboss.virtual.protocol
-                  -Djndi.server.port=1199
-                  -Dlog4j.output.dir=${workspace_loc:jboss-osgi-testsuite-example/target}
-                  -Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeAwareParserConfiguration
-                  -Djboss.osgi.framework.properties=jboss-osgi-felix.properties
-                  -Dorg.jboss.osgi.husky.Invoker=org.jboss.osgi.husky.internal.OSGiInvoker
-                  -Dtest.archive.directory=${workspace_loc:jboss-osgi-testsuite-example/target}/test-libs
-                -->
                 <property>
                   <name>java.protocol.handler.pkgs</name>
                   <value>org.jboss.net.protocol|org.jboss.virtual.protocol</value>



More information about the jboss-osgi-commits mailing list