[jboss-cvs] JBossAS SVN: r63270 - branches/JBoss_4_0_4_GA_CP/test/src/main/org/jboss/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 31 09:49:36 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-05-31 09:49:36 -0400 (Thu, 31 May 2007)
New Revision: 63270

Modified:
   branches/JBoss_4_0_4_GA_CP/test/src/main/org/jboss/test/JBossTestServices.java
Log:
The default deploy dir should be output/lib

Modified: branches/JBoss_4_0_4_GA_CP/test/src/main/org/jboss/test/JBossTestServices.java
===================================================================
--- branches/JBoss_4_0_4_GA_CP/test/src/main/org/jboss/test/JBossTestServices.java	2007-05-31 09:56:26 UTC (rev 63269)
+++ branches/JBoss_4_0_4_GA_CP/test/src/main/org/jboss/test/JBossTestServices.java	2007-05-31 13:49:36 UTC (rev 63270)
@@ -1,8 +1,8 @@
 /*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file in the
+ * distribution for a full listing of individual contributors.
  *
  * This is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as
@@ -182,7 +182,7 @@
       String deployDir = System.getProperty("jbosstest.deploy.dir");
       if (deployDir == null)
       {
-         deployDir = "../lib";
+         deployDir = "output/lib";
       }
       String url = deployDir + "/" + filename;
       log.debug("Testing file: " + url);




More information about the jboss-cvs-commits mailing list