blob: a0c30008d2a3b8d3449d0e5927511eedbe5faaef [file] [log] [blame]
ledunnel904d7c42005-12-14 20:58:08 +00001###############################################################################
2# Copyright (c) 2001, 2004 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11bin.includes = plugin.xml,\
12 schema/,\
13 icons/,\
14 plugin.properties,\
rcernichaae0fd12007-02-01 21:25:35 +000015 .,\
ledunnel368156d2006-03-10 22:30:55 +000016 about.html,\
17 META-INF/
rcernichaae0fd12007-02-01 21:25:35 +000018source.. = src/
19output.. = bin/
20jars.compile.order = .
jgraham2cf1c852006-01-10 16:09:27 +000021
22jars.extra.classpath =
23src.dir = src/
jgraham8d922fc2007-06-07 16:10:11 +000024plugin.version = 1.0.0.200706071
jgraham2cf1c852006-01-10 16:09:27 +000025javadoc.dir = doc/api/
26download.dir = ./download/
27javac.source = 1.4
28javac.target = 1.4