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