ledunnel | 904d7c4 | 2005-12-14 20:58:08 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 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 | ############################################################################### |
| 11 | bin.includes = plugin.xml,\ |
rcernich | e8e1c0f | 2007-02-01 21:28:13 +0000 | [diff] [blame] | 12 | .,\ |
ledunnel | 904d7c4 | 2005-12-14 20:58:08 +0000 | [diff] [blame] | 13 | schema/,\ |
| 14 | plugin.properties,\ |
| 15 | icons/,\ |
| 16 | .options,\ |
ledunnel | 368156d | 2006-03-10 22:30:55 +0000 | [diff] [blame] | 17 | about.html,\ |
| 18 | META-INF/ |
rcernich | e8e1c0f | 2007-02-01 21:28:13 +0000 | [diff] [blame] | 19 | source.. = src/ |
| 20 | output.. = bin/ |
jgraham | 2cf1c85 | 2006-01-10 16:09:27 +0000 | [diff] [blame] | 21 | jars.extra.classpath = |
| 22 | src.dir = src/ |
jgraham | 8d922fc | 2007-06-07 16:10:11 +0000 | [diff] [blame^] | 23 | plugin.version = 1.0.0.200706071 |
jgraham | 2cf1c85 | 2006-01-10 16:09:27 +0000 | [diff] [blame] | 24 | javadoc.dir = doc/api/ |
| 25 | download.dir = ./download/ |
| 26 | javac.source = 1.4 |
| 27 | javac.target = 1.4 |