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

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon May 25 20:01:23 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-05-25 20:01:22 -0400 (Mon, 25 May 2009)
New Revision: 89415

Modified:
   projects/jboss-osgi/trunk/husky/testsuite/pom.xml
Log:
Fix log4j output prop

Modified: projects/jboss-osgi/trunk/husky/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/husky/testsuite/pom.xml	2009-05-26 00:00:05 UTC (rev 89414)
+++ projects/jboss-osgi/trunk/husky/testsuite/pom.xml	2009-05-26 00:01:22 UTC (rev 89415)
@@ -129,13 +129,13 @@
                 <value>org.jboss.osgi.husky.internal.OSGiInvoker</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>




More information about the jboss-osgi-commits mailing list