Author: jfuerth
Date: Fri Apr 24 15:20:47 2009
New Revision: 3011

Modified:
   trunk/.classpath

Log:
The JDBC drivers should not be on the eclipse classpath; the directory they live in should be a source folder (it still is and always has been).

This fix makes it possible to use alternate PostgreSQL, MySQL, HSQLDB, and SQL Server drivers when launching the Architect from Eclipse. It doesn't affect builds.

Modified: trunk/.classpath
==============================================================================
--- trunk/.classpath    (original)
+++ trunk/.classpath    Fri Apr 24 15:20:47 2009
@@ -30,10 +30,6 @@
        <classpathentry kind="lib" path="osx_packaging_utils/osx_adapter.jar"/>
        <classpathentry kind="lib" path="lib/spring-core.jar"/>
        <classpathentry kind="lib" path="lib/iText-2.0.8.jar"/>
-       <classpathentry kind="lib" path="jdbc_drivers/hsqldb-1.8.0.9.jar"/>
- <classpathentry kind="lib" path="jdbc_drivers/mysql-connector-java-5.1.5-bin.jar"/> - <classpathentry kind="lib" path="jdbc_drivers/postgresql-8.2-506.jdbc3.jar"/>
-       <classpathentry kind="lib" path="jdbc_drivers/sqlserver_2005.jar"/>
        <classpathentry kind="lib" path="lib/mondrian.jar"/>
        <classpathentry kind="lib" path="lib/eigenbase-properties.jar"/>
        <classpathentry kind="lib" path="lib/annotations.jar"/>

Reply via email to