| # |
| #************************************************************************ |
| # Copyright (c) 2004, 2006 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 |
| # |
| #************************************************************************ |
| # |
| plugin.jar.name = odaconsumer-helper.jar |
| plugin.srczip.name = odaconsumersrc.zip |
| package.odaconsumer.dir = ./org/eclipse/datatools/connectivity/oda/consumer/ |
| src.dir = ./src/ |
| bin.dir = ./bin/ |
| jar.includes = **/*.txt,\ |
| **/*.xml,\ |
| **/*.def,\ |
| **/*.properties |
| bin.includes = META-INF/,\ |
| odaconsumer-helper.jar,\ |
| about.html,\ |
| plugin.xml,\ |
| schema/driverBridge.exsd |
| javac.debug = on |
| javac.source = 1.4 |
| javac.target = 1.4 |
| build.result.dir = ./ |
| temp.dir = ./tempdir/ |
| plugin.destination = ./ |
| javadoc.dir = doc/api/ |
| download.dir = ./download/ |