Author: simonetripodi
Date: Fri Sep 16 21:50:28 2011
New Revision: 1171814
URL: http://svn.apache.org/viewvc?rev=1171814&view=rev
Log:
package.html replaced by package-info.java
Added:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/handlers/package-info.java
(with props)
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/package-info.java
(with props)
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/wrappers/package-info.java
(with props)
Removed:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/handlers/package.html
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/package.html
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/wrappers/package.html
Added:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/handlers/package-info.java
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/handlers/package-info.java?rev=1171814&view=auto
==============================================================================
---
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/handlers/package-info.java
(added)
+++
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/handlers/package-info.java
Fri Sep 16 21:50:28 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Implementations of the org.apache.commons.dbutils.ResultSetHandler
interface.
+ */
+package org.apache.commons.dbutils.handlers;
Propchange:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/handlers/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/handlers/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/handlers/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/package-info.java
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/package-info.java?rev=1171814&view=auto
==============================================================================
---
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/package-info.java
(added)
+++
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/package-info.java
Fri Sep 16 21:50:28 2011
@@ -0,0 +1,26 @@
+/*
+ * 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.
+ */
+
+/**
+ * DbUtils is a small set of classes designed to make working with JDBC
easier. JDBC resource cleanup code is mundane,
+ * error prone work so these classes abstract out all of the cleanup tasks
from your code leaving you with what you
+ * really wanted to do with JDBC in the first place: query and update data.
+ *
+ * This package contains the core classes and interfaces - DbUtils,
QueryRunner and the ResultSetHandler interface
+ * should be your first items of interest.
+ */
+package org.apache.commons.dbutils;
Propchange:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain
Added:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/wrappers/package-info.java
URL:
http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/wrappers/package-info.java?rev=1171814&view=auto
==============================================================================
---
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/wrappers/package-info.java
(added)
+++
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/wrappers/package-info.java
Fri Sep 16 21:50:28 2011
@@ -0,0 +1,21 @@
+/*
+ * 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.
+ */
+
+/**
+ * Wrappers that add functionality to java.sql classes.
+ */
+package org.apache.commons.dbutils.wrappers;
Propchange:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/wrappers/package-info.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/wrappers/package-info.java
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange:
commons/proper/dbutils/trunk/src/java/org/apache/commons/dbutils/wrappers/package-info.java
------------------------------------------------------------------------------
svn:mime-type = text/plain