Author: niallp
Date: Wed May 21 10:44:55 2008
New Revision: 658784
URL: http://svn.apache.org/viewvc?rev=658784&view=rev
Log:
Fix svn properties only (eol-style, keywords etc)
Modified:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathAbstractFactoryException.java
(contents, props changed)
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathFunctionNotFoundException.java
(contents, props changed)
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidAccessException.java
(contents, props changed)
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidSyntaxException.java
(contents, props changed)
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathNotFoundException.java
(contents, props changed)
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathTypeConversionException.java
(contents, props changed)
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/util/JXPath11CompatibleTypeConverter.java
(props changed)
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/util/ReverseComparator.java
(props changed)
commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/BasicNodeSetTest.java
(props changed)
commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/EmbeddedColonMapKeysTest.java
(props changed)
commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/beans/BadlyImplementedFactoryTest.java
(props changed)
Modified:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathAbstractFactoryException.java
URL:
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathAbstractFactoryException.java?rev=658784&r1=658783&r2=658784&view=diff
==============================================================================
---
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathAbstractFactoryException.java
(original)
+++
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathAbstractFactoryException.java
Wed May 21 10:44:55 2008
@@ -1,38 +1,38 @@
-/*
- * 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.
- */
-package org.apache.commons.jxpath;
-
-/**
- * Thrown when an [EMAIL PROTECTED] AbstractFactory} cannot generate an object
for
- * the requested path.
- *
- * @author Dmitri Plotnikov
- * @version $Revision: 155422 $ $Date: 2005-02-26 08:07:46 -0500 (Sat, 26 Feb
2005) $
- */
-
-public class JXPathAbstractFactoryException extends JXPathException {
-
- private static final long serialVersionUID = -4403564377958943239L;
-
- /**
- * Create a new JXPathAbstractFactoryException.
- * @param message exception message
- */
- public JXPathAbstractFactoryException(String message) {
- super(message);
- }
-}
+/*
+ * 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.
+ */
+package org.apache.commons.jxpath;
+
+/**
+ * Thrown when an [EMAIL PROTECTED] AbstractFactory} cannot generate an object
for
+ * the requested path.
+ *
+ * @author Dmitri Plotnikov
+ * @version $Revision$ $Date$
+ */
+
+public class JXPathAbstractFactoryException extends JXPathException {
+
+ private static final long serialVersionUID = -4403564377958943239L;
+
+ /**
+ * Create a new JXPathAbstractFactoryException.
+ * @param message exception message
+ */
+ public JXPathAbstractFactoryException(String message) {
+ super(message);
+ }
+}
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathAbstractFactoryException.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathAbstractFactoryException.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathFunctionNotFoundException.java
URL:
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathFunctionNotFoundException.java?rev=658784&r1=658783&r2=658784&view=diff
==============================================================================
---
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathFunctionNotFoundException.java
(original)
+++
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathFunctionNotFoundException.java
Wed May 21 10:44:55 2008
@@ -1,37 +1,37 @@
-/*
- * 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.
- */
-package org.apache.commons.jxpath;
-
-/**
- * Thrown when JXPath encounters an unknown extension function.
- *
- * @author Dmitri Plotnikov
- * @version $Revision: 155422 $ $Date: 2005-02-26 08:07:46 -0500 (Sat, 26 Feb
2005) $
- */
-
-public class JXPathFunctionNotFoundException extends JXPathException {
-
- private static final long serialVersionUID = -8875537628056117241L;
-
- /**
- * Create a new JXPathFunctionNotFoundException.
- * @param message exception message
- */
- public JXPathFunctionNotFoundException(String message) {
- super(message);
- }
-}
+/*
+ * 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.
+ */
+package org.apache.commons.jxpath;
+
+/**
+ * Thrown when JXPath encounters an unknown extension function.
+ *
+ * @author Dmitri Plotnikov
+ * @version $Revision$ $Date$
+ */
+
+public class JXPathFunctionNotFoundException extends JXPathException {
+
+ private static final long serialVersionUID = -8875537628056117241L;
+
+ /**
+ * Create a new JXPathFunctionNotFoundException.
+ * @param message exception message
+ */
+ public JXPathFunctionNotFoundException(String message) {
+ super(message);
+ }
+}
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathFunctionNotFoundException.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathFunctionNotFoundException.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidAccessException.java
URL:
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidAccessException.java?rev=658784&r1=658783&r2=658784&view=diff
==============================================================================
---
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidAccessException.java
(original)
+++
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidAccessException.java
Wed May 21 10:44:55 2008
@@ -1,47 +1,47 @@
-/*
- * 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.
- */
-package org.apache.commons.jxpath;
-
-/**
- * Similary to [EMAIL PROTECTED] java.lang.reflect.InvocationTargetException}
in that
- * it is thrown when JXPath cannot access properties, collection etc on the
- * target object model.
- *
- * @author Dmitri Plotnikov
- * @version $Revision: 155422 $ $Date: 2005-02-26 08:07:46 -0500 (Sat, 26 Feb
2005) $
- */
-public class JXPathInvalidAccessException extends JXPathException {
-
- private static final long serialVersionUID = -8875537628056117241L;
-
- /**
- * Create a new JXPathInvalidAccessException.
- * @param message exception message
- */
- public JXPathInvalidAccessException(String message) {
- super(message);
- }
-
- /**
- * Create a new JXPathInvalidAccessException.
- * @param message exception message
- * @param ex precipitating exception
- */
- public JXPathInvalidAccessException(String message, Throwable ex) {
- super(message, ex);
- }
-}
+/*
+ * 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.
+ */
+package org.apache.commons.jxpath;
+
+/**
+ * Similary to [EMAIL PROTECTED] java.lang.reflect.InvocationTargetException}
in that
+ * it is thrown when JXPath cannot access properties, collection etc on the
+ * target object model.
+ *
+ * @author Dmitri Plotnikov
+ * @version $Revision$ $Date$
+ */
+public class JXPathInvalidAccessException extends JXPathException {
+
+ private static final long serialVersionUID = -8875537628056117241L;
+
+ /**
+ * Create a new JXPathInvalidAccessException.
+ * @param message exception message
+ */
+ public JXPathInvalidAccessException(String message) {
+ super(message);
+ }
+
+ /**
+ * Create a new JXPathInvalidAccessException.
+ * @param message exception message
+ * @param ex precipitating exception
+ */
+ public JXPathInvalidAccessException(String message, Throwable ex) {
+ super(message, ex);
+ }
+}
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidAccessException.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidAccessException.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidSyntaxException.java
URL:
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidSyntaxException.java?rev=658784&r1=658783&r2=658784&view=diff
==============================================================================
---
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidSyntaxException.java
(original)
+++
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidSyntaxException.java
Wed May 21 10:44:55 2008
@@ -1,36 +1,36 @@
-/*
- * 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.
- */
-package org.apache.commons.jxpath;
-
-/**
- * Thrown when JXPath cannot parse a supplied XPath.
- *
- * @author Dmitri Plotnikov
- * @version $Revision: 155422 $ $Date: 2005-02-26 08:07:46 -0500 (Sat, 26 Feb
2005) $
- */
-
-public class JXPathInvalidSyntaxException extends JXPathException {
- private static final long serialVersionUID = 504555366032561816L;
-
- /**
- * Create a new JXPathInvalidSyntaxException.
- * @param message relevant message
- */
- public JXPathInvalidSyntaxException(String message) {
- super(message);
- }
-}
+/*
+ * 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.
+ */
+package org.apache.commons.jxpath;
+
+/**
+ * Thrown when JXPath cannot parse a supplied XPath.
+ *
+ * @author Dmitri Plotnikov
+ * @version $Revision$ $Date$
+ */
+
+public class JXPathInvalidSyntaxException extends JXPathException {
+ private static final long serialVersionUID = 504555366032561816L;
+
+ /**
+ * Create a new JXPathInvalidSyntaxException.
+ * @param message relevant message
+ */
+ public JXPathInvalidSyntaxException(String message) {
+ super(message);
+ }
+}
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidSyntaxException.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathInvalidSyntaxException.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathNotFoundException.java
URL:
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathNotFoundException.java?rev=658784&r1=658783&r2=658784&view=diff
==============================================================================
---
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathNotFoundException.java
(original)
+++
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathNotFoundException.java
Wed May 21 10:44:55 2008
@@ -1,37 +1,37 @@
-/*
- * 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.
- */
-package org.apache.commons.jxpath;
-
-/**
- * Thrown when JXPath cannot find a requested path.
- *
- * @author Dmitri Plotnikov
- * @version $Revision: 155422 $ $Date: 2005-02-26 08:07:46 -0500 (Sat, 26 Feb
2005) $
- */
-public class JXPathNotFoundException extends JXPathException {
-
- private static final long serialVersionUID = -8875537628056117241L;
-
- /**
- * Create a new JXPathNotFoundException.
- * @param message exception detail
- */
- public JXPathNotFoundException(String message) {
- super(message);
- }
-
-}
+/*
+ * 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.
+ */
+package org.apache.commons.jxpath;
+
+/**
+ * Thrown when JXPath cannot find a requested path.
+ *
+ * @author Dmitri Plotnikov
+ * @version $Revision$ $Date$
+ */
+public class JXPathNotFoundException extends JXPathException {
+
+ private static final long serialVersionUID = -8875537628056117241L;
+
+ /**
+ * Create a new JXPathNotFoundException.
+ * @param message exception detail
+ */
+ public JXPathNotFoundException(String message) {
+ super(message);
+ }
+
+}
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathNotFoundException.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathNotFoundException.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathTypeConversionException.java
URL:
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathTypeConversionException.java?rev=658784&r1=658783&r2=658784&view=diff
==============================================================================
---
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathTypeConversionException.java
(original)
+++
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathTypeConversionException.java
Wed May 21 10:44:55 2008
@@ -1,46 +1,46 @@
-/*
- * 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.
- */
-package org.apache.commons.jxpath;
-
-/**
- * Thrown when JXPath cannot convert supplied value to the required type.
- *
- * @author Dmitri Plotnikov
- * @version $Revision: 155422 $ $Date: 2005-02-26 08:07:46 -0500 (Sat, 26 Feb
2005) $
- */
-
-public class JXPathTypeConversionException extends JXPathException {
-
- private static final long serialVersionUID = -4403564377958943239L;
-
- /**
- * Create a new JXPathTypeConversionException.
- * @param message exception text
- */
- public JXPathTypeConversionException(String message) {
- super(message);
- }
-
- /**
- * Create a new JXPathTypeConversionException.
- * @param message exception text
- * @param ex underlying cause
- */
- public JXPathTypeConversionException(String message, Exception ex) {
- super(message, ex);
- }
-}
+/*
+ * 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.
+ */
+package org.apache.commons.jxpath;
+
+/**
+ * Thrown when JXPath cannot convert supplied value to the required type.
+ *
+ * @author Dmitri Plotnikov
+ * @version $Revision$ $Date$
+ */
+
+public class JXPathTypeConversionException extends JXPathException {
+
+ private static final long serialVersionUID = -4403564377958943239L;
+
+ /**
+ * Create a new JXPathTypeConversionException.
+ * @param message exception text
+ */
+ public JXPathTypeConversionException(String message) {
+ super(message);
+ }
+
+ /**
+ * Create a new JXPathTypeConversionException.
+ * @param message exception text
+ * @param ex underlying cause
+ */
+ public JXPathTypeConversionException(String message, Exception ex) {
+ super(message, ex);
+ }
+}
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathTypeConversionException.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/JXPathTypeConversionException.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/util/JXPath11CompatibleTypeConverter.java
('svn:executable' removed)
Propchange:
commons/proper/jxpath/trunk/src/java/org/apache/commons/jxpath/util/ReverseComparator.java
('svn:executable' removed)
Propchange:
commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/BasicNodeSetTest.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Wed May 21 10:44:55 2008
@@ -1,5 +1 @@
-Date
-Author
-Id
-Revision
-HeadURL
+Date Author Id Revision HeadURL
Propchange:
commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/EmbeddedColonMapKeysTest.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Wed May 21 10:44:55 2008
@@ -1,5 +1 @@
-Date
-Author
-Id
-Revision
-HeadURL
+Date Author Id Revision HeadURL
Propchange:
commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/ri/model/beans/BadlyImplementedFactoryTest.java
('svn:executable' removed)