[jboss-osgi-commits] JBoss-OSGI SVN: r89416 - projects/jboss-osgi/trunk/husky/testsuite.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon May 25 20:03:04 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-25 20:03:04 -0400 (Mon, 25 May 2009)
New Revision: 89416

Modified:
   projects/jboss-osgi/trunk/husky/testsuite/pom.xml
Log:
Only run in embedded

Modified: projects/jboss-osgi/trunk/husky/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/husky/testsuite/pom.xml	2009-05-26 00:01:22 UTC (rev 89415)
+++ projects/jboss-osgi/trunk/husky/testsuite/pom.xml	2009-05-26 00:03:04 UTC (rev 89416)
@@ -147,7 +147,6 @@
     <!--
       Name: remote-tesing 
       Descr: Setup for remote testing
-    -->
     <profile>
       <id>remote-tesing</id>
       <activation>
@@ -174,19 +173,20 @@
                 <value>5401</value>
               </property>
               <property>
+                <name>log4j.output.dir</name>
+                <value>${project.build.directory}</value>
+              </property>
+              <property>
                 <name>test.archive.directory</name>
                 <value>${project.build.directory}/test-libs</value>
               </property>
-              <property>
-                <name>log4j.output.dir</name>
-                <value>/home/tdiesler/svn/jboss-osgi/projects/husky/trunk/testsuite/target</value>
-              </property>
             </systemProperties>
           </configuration>
           </plugin>
         </plugins>
       </build>
     </profile>
+    -->
 
   </profiles>
   




More information about the jboss-osgi-commits mailing list