pnever 2004/02/17 03:10:22
Modified: src/share/org/apache/slide/util Tag:
SLIDE_2_0_RELEASE_BRANCH 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
No revision
No revision
1.15.2.2 +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.15.2.1
retrieving revision 1.15.2.2
diff -u -r1.15.2.1 -r1.15.2.2
--- Configuration.java 5 Feb 2004 16:05:14 -0000 1.15.2.1
+++ Configuration.java 17 Feb 2004 11:10:22 -0000 1.15.2.2
@@ -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.
@@ -409,7 +409,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]