You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by rw...@apache.org on 2009/04/29 21:24:19 UTC

svn commit: r769889 - in /portals/jetspeed-2/portal/trunk/components/jetspeed-db-tools/src/main/resources: ./ castor.properties

Author: rwatler
Date: Wed Apr 29 19:24:18 2009
New Revision: 769889

URL: http://svn.apache.org/viewvc?rev=769889&view=rev
Log:
add castor XML parsing configuration to db-tools jar; may not be the final solution, but allows maven plugin to work for now with demo-dbpsml target

Added:
    portals/jetspeed-2/portal/trunk/components/jetspeed-db-tools/src/main/resources/
    portals/jetspeed-2/portal/trunk/components/jetspeed-db-tools/src/main/resources/castor.properties

Added: portals/jetspeed-2/portal/trunk/components/jetspeed-db-tools/src/main/resources/castor.properties
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-db-tools/src/main/resources/castor.properties?rev=769889&view=auto
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-db-tools/src/main/resources/castor.properties (added)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-db-tools/src/main/resources/castor.properties Wed Apr 29 19:24:18 2009
@@ -0,0 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Defines the XML parser to be used by Castor. 
+# The parser must implement org.xml.sax.Parser.
+org.exolab.castor.parser=org.xml.sax.helpers.XMLReaderAdapter
+



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org