Index: lams_central/.classpath =================================================================== diff -u -r193ad7a6ec5ee05c612dc9a7230c5d281296f643 -r4e9c106365f259cdfb68454e7be1c832bf5d47a0 --- lams_central/.classpath (.../.classpath) (revision 193ad7a6ec5ee05c612dc9a7230c5d281296f643) +++ lams_central/.classpath (.../.classpath) (revision 4e9c106365f259cdfb68454e7be1c832bf5d47a0) @@ -2,6 +2,7 @@ - + + Index: lams_central/build.properties =================================================================== diff -u -r193ad7a6ec5ee05c612dc9a7230c5d281296f643 -r4e9c106365f259cdfb68454e7be1c832bf5d47a0 --- lams_central/build.properties (.../build.properties) (revision 193ad7a6ec5ee05c612dc9a7230c5d281296f643) +++ lams_central/build.properties (.../build.properties) (revision 4e9c106365f259cdfb68454e7be1c832bf5d47a0) @@ -35,3 +35,7 @@ build=${basedir}/build build.lib=${build}/lib +sharedlib=../lams_build/lib +j2eelibs=C:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4 + +database.driver.file=${sharedlib}/mysql/mysql-connector-java-3.1.7-bin.jar \ No newline at end of file Index: lams_central/build.xml =================================================================== diff -u -r193ad7a6ec5ee05c612dc9a7230c5d281296f643 -r4e9c106365f259cdfb68454e7be1c832bf5d47a0 --- lams_central/build.xml (.../build.xml) (revision 193ad7a6ec5ee05c612dc9a7230c5d281296f643) +++ lams_central/build.xml (.../build.xml) (revision 4e9c106365f259cdfb68454e7be1c832bf5d47a0) @@ -38,6 +38,12 @@ + + + + + +