| # |
| #************************************************************************ |
| # Copyright (c) 2004, 2005 Actuate Corporation. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License v1.0 |
| # which accompanies this distribution, and is available at |
| # http://www.eclipse.org/legal/epl-v10.html |
| # |
| # Contributors: |
| # Actuate Corporation - initial API and implementation |
| # |
| #************************************************************************ |
| # |
| source.odaconsumer-helper.jar = ./src/org/eclipse/datatools/connectivity/oda/consumer/ |
| source.oda.jar = ./src/org/eclipse/datatools/connectivity/oda/ |
| source.root = ./src/ |
| package.oda.jar = ./org/eclipse/datatools/connectivity/oda/ |
| output.oda.jar = ./bin/ |
| jars.compile.order = oda.jar,\ |
| odaconsumer-helper.jar |
| jars.extra.classpath = lib/birt-core.jar |
| bin.includes = about.html,\ |
| plugin.xml,\ |
| oda.jar,\ |
| odaconsumer-helper.jar,\ |
| lib/birt-core.jar,\ |
| schema/datasource.exsd |
| jar.includes = **/*.txt,\ |
| **/*.xml,\ |
| **/*.def,\ |
| **/*.properties |
| consumer.helper.path = **/consumer/helper/** |
| javac.debug = on |
| javac.source = 1.4 |
| javac.target = 1.4 |
| build.result.folder = ./ |
| temp.folder = ./temp.folder/ |
| plugin.destination = ./ |
| javadoc.dir = ./doc/api/ |
| plugin.version = 3.0.0 |