pnever 2004/02/17 03:09:48
Modified: src/share/org/apache/slide/util Configuration.java
Log:
Changed default of parameter org.apache.slide.binding to be now "true".
So, to have a binding-enabled store it's now enough to use BindingStore
as parent store implementation.
Revision Changes Path
1.18 +6 -6 jakarta-slide/src/share/org/apache/slide/util/Configuration.java
Index: Configuration.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/share/org/apache/slide/util/Configuration.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Configuration.java 11 Feb 2004 12:58:30 -0000 1.17
+++ Configuration.java 17 Feb 2004 11:09:48 -0000 1.18
@@ -5,7 +5,7 @@
*
* ====================================================================
*
- * Copyright 1999-2002 The Apache Software Foundation
+ * Copyright 1999-2002 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -428,7 +428,7 @@
_search = false;
}
- prop = _default.getProperty(Property.Binding, "false");
+ prop = _default.getProperty(Property.Binding, "true");
if (prop.equalsIgnoreCase("true") || prop.equalsIgnoreCase("on")) {
_binding = true;
} else {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]