Convert dbcp and pool's properties to assume the 'dist' build of dependencies,
like beanutils, digester, tomcat etc do. This is so that users can point the
properties at binary distributions, and the paths should still work.
Distribution internal directories are also more stable than temporary build
dirs.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/pool/trunk@139588 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build.properties.sample b/build.properties.sample
index 581170e..a5789e6 100644
--- a/build.properties.sample
+++ b/build.properties.sample
@@ -1,4 +1,5 @@
 # commons-collections.jar - Commons-Collections Classpath
-commons-collections.jar=${basedir}/../collections/build/commons-collections.jar
+commons-collections.home=${basedir}/../collections/dist
+commons-collections.jar=${commons-collections.home}/commons-collections.jar
 # junit.jar - JUnit 3.2+ Classpath
-junit.jar=/java/junit/junit.jar
\ No newline at end of file
+junit.jar=/java/junit/junit.jar