blob: a4ce9673bf97ce9d41d32d8767b26503372214fb [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,\
rcerniche8e1c0f2007-02-01 21:28:13 +000012 .,\
ledunnel904d7c42005-12-14 20:58:08 +000013 schema/,\
14 plugin.properties,\
15 icons/,\
16 .options,\
ledunnel368156d2006-03-10 22:30:55 +000017 about.html,\
18 META-INF/
rcerniche8e1c0f2007-02-01 21:28:13 +000019source.. = src/
20output.. = bin/
jgraham2cf1c852006-01-10 16:09:27 +000021jars.extra.classpath =
22src.dir = src/
jgraham8d922fc2007-06-07 16:10:11 +000023plugin.version = 1.0.0.200706071
jgraham2cf1c852006-01-10 16:09:27 +000024javadoc.dir = doc/api/
25download.dir = ./download/
26javac.source = 1.4
27javac.target = 1.4