I'm using Eclipse to build derby and noticed that the jdbc 2 and 3 classes are in the same package. Is there any consideration in placing them in their own unique package (i.e. org.apache.derby.impl.jdbc2 and org.apache.derby.jdbc3)? I think it would make the build setup (in Eclipse) easier.

Reply via email to