# The following values define where to find required components for the build. # Environment variable ${basedir} can be used to refer to the project base directory. # # Before building the project for the first time, copy the following files # into the 'lib' directory or modify the information about their location below: # # olap_api.jar - contains the OLAP API java executable code # ojdbc14.jar - contains Oracle JDBC driver code # xmlparserv2.jar - contains the Oracle XML Parser code ## # OLAPI_JAR indicates the full path to the OLAP API JAR file OLAPI_JAR=${basedir}/lib/olap_api.jar # JDBC_JAR indicates the full path to the JDBC driver JAR file JDBC_JAR=${basedir}/lib/ojdbc14.jar # XMLPARSER_JAR indicates the full path to the XML PARSER JAR file XMLPARSER_JAR=${basedir}/lib/xmlparserv2.jar