[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/marshall ...

Manik Surtani manik at jboss.org
Fri Jun 1 11:10:53 EDT 2007


  User: msurtani
  Date: 07/06/01 11:10:53

  Modified:    tests/functional/org/jboss/cache/marshall 
                        RedeploymentEmulationTest.java
  Log:
  jgroups.jar renamed to jgroups-all.jar
  
  Revision  Changes    Path
  1.7       +1 -1      JBossCache/tests/functional/org/jboss/cache/marshall/RedeploymentEmulationTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: RedeploymentEmulationTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/marshall/RedeploymentEmulationTest.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- RedeploymentEmulationTest.java	11 Jan 2007 13:49:05 -0000	1.6
  +++ RedeploymentEmulationTest.java	1 Jun 2007 15:10:53 -0000	1.7
  @@ -29,7 +29,7 @@
   {
      private Cache cache;
   
  -   private static final String INSTANCE_LIBRARY = "jgroups.jar";
  +   private static final String INSTANCE_LIBRARY = "jgroups-all.jar";
      private static final String INSTANCE_CLASS_NAME = "org.jgroups.Global";
      private static final String USER_DIR = ".";//System.getProperty("user.dir");
      private static final String FILE_SEPARATOR = File.separator;//System.getProperty("file.separator");
  
  
  



More information about the jboss-cvs-commits mailing list