# 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. # This file contains the extra list of the files to be included # with Derby's public JDBC4 api but not with the public JDBC3 api. # This list supplements the common list found in # publishedapi.ant. # # IMPORTANT: all names should be like package names, but with slashes # instead of dots. # # Add new files to the appropriate package section; add new sections # for new packages. # # IMPORTANT: if you are adding a new package, be sure to add it to # the list of packages in the publishedapi target in # the toplevel build.xml file. # # Please do not add whitespace in front of class names. # Blank lines and comments are allowed. # package: org.apache.derby.jdbc org/apache/derby/jdbc/ClientDriver40.java org/apache/derby/jdbc/ClientConnectionPoolDataSource40.java org/apache/derby/jdbc/ClientDataSource40.java org/apache/derby/jdbc/ClientXADataSource40.java org/apache/derby/jdbc/EmbeddedConnectionPoolDataSource40.java org/apache/derby/jdbc/EmbeddedDataSource40.java org/apache/derby/jdbc/EmbeddedXADataSource40.java org/apache/derby/jdbc/BasicClientConnectionPoolDataSource40.java org/apache/derby/jdbc/BasicClientDataSource40.java org/apache/derby/jdbc/BasicClientXADataSource40.java org/apache/derby/jdbc/BasicEmbeddedConnectionPoolDataSource40.java org/apache/derby/jdbc/BasicEmbeddedDataSource40.java org/apache/derby/jdbc/BasicEmbeddedXADataSource40.java