Author: bago
Date: Tue Jan 3 07:59:29 2006
New Revision: 365668
URL: http://svn.apache.org/viewcvs?rev=365668&view=rev
Log:
Updated cornerstone-datasource-impl to a patched version to support validating
avalon containers (loom / phoenix trunk). See the bug report in EXLBR-30. (part
of fix for JAMES-418)
Added:
james/server/trunk/lib/cornerstone-datasources-impl-2.1-patched.README
james/server/trunk/lib/cornerstone-datasources-impl-2.1-patched.jar (with
props)
Removed:
james/server/trunk/lib/cornerstone-datasources-impl-2.1.jar
Modified:
james/server/trunk/build.xml
Modified: james/server/trunk/build.xml
URL:
http://svn.apache.org/viewcvs/james/server/trunk/build.xml?rev=365668&r1=365667&r2=365668&view=diff
==============================================================================
--- james/server/trunk/build.xml (original)
+++ james/server/trunk/build.xml Tue Jan 3 07:59:29 2006
@@ -511,7 +511,7 @@
<include name="cornerstone-sockets-api-2.1.jar"/>
<include name="cornerstone-sockets-impl-2.1.jar"/>
<include name="cornerstone-datasources-api-2.1.jar"/>
- <include name="cornerstone-datasources-impl-2.1.jar"/>
+ <include name="cornerstone-datasources-impl-2.1-patched.jar"/>
<include name="concurrent-1.3.4.jar"/>
</lib>
<zipfileset dir="${conf.dir}" fullpath="conf/sqlResources.xml">
Added: james/server/trunk/lib/cornerstone-datasources-impl-2.1-patched.README
URL:
http://svn.apache.org/viewcvs/james/server/trunk/lib/cornerstone-datasources-impl-2.1-patched.README?rev=365668&view=auto
==============================================================================
--- james/server/trunk/lib/cornerstone-datasources-impl-2.1-patched.README
(added)
+++ james/server/trunk/lib/cornerstone-datasources-impl-2.1-patched.README Tue
Jan 3 07:59:29 2006
@@ -0,0 +1,14 @@
+This differs from the original distributed jar because we removed the relax-ng
schema from the DefaultDataSourceSelector.xinfo
+
+Old:
+<block>
+ <version>1.0</version>
+ <schema>relax-ng</schema>
+</block>
+
+New:
+<block>
+ <version>1.0</version>
+</block>
+
+
Added: james/server/trunk/lib/cornerstone-datasources-impl-2.1-patched.jar
URL:
http://svn.apache.org/viewcvs/james/server/trunk/lib/cornerstone-datasources-impl-2.1-patched.jar?rev=365668&view=auto
==============================================================================
Binary file - no diff available.
Propchange: james/server/trunk/lib/cornerstone-datasources-impl-2.1-patched.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]