Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/repository/db4o
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20831/framework/repository/db4o
Modified Files:
Db4oRepository.java
Log Message:
no message
Index: Db4oRepository.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/repository/db4o/Db4oRepository.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Db4oRepository.java 12 Sep 2006 23:23:31 -0000 1.9
--- Db4oRepository.java 13 Sep 2006 04:49:46 -0000 1.10
***************
*** 42,58 ****
* Property identifies the repository location.
*/
! private static final String PROPERTY_REPOSIOTRY_LOCATION = "repository-location";
/**
* Name of the db40 datbase file used as the repository.
*/
! private static final String REPOSITORY_FILENAME = "batchserver_repository.db";
/**
* Map holds the configuration properties of repository.
*/
! private Map repositoryConfigProperties=null;
/**
* Db4o container object.
*/
! private ObjectContainer container=null;
/**
--- 42,58 ----
* Property identifies the repository location.
*/
! public static final String PROPERTY_REPOSIOTRY_LOCATION = "repository-location";
/**
* Name of the db40 datbase file used as the repository.
*/
! public static final String REPOSITORY_FILENAME = "batchserver_repository.db";
/**
* Map holds the configuration properties of repository.
*/
! protected Map repositoryConfigProperties=null;
/**
* Db4o container object.
*/
! protected ObjectContainer container=null;
/**
|