rcernich | 24961b5 | 2006-05-24 03:09:30 +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 | runtime/,\ |
| 13 | plugin.properties,\ |
| 14 | about.html,\ |
| 15 | META-INF/ |
| 16 | |
| 17 | jars.extra.classpath = |
| 18 | src.dir = src/ |
jgraham | db8e38c | 2007-06-07 16:11:34 +0000 | [diff] [blame] | 19 | plugin.version = 1.0.0.200706071 |
rcernich | 24961b5 | 2006-05-24 03:09:30 +0000 | [diff] [blame] | 20 | javadoc.dir = doc/api/ |
| 21 | download.dir = ./download/ |
| 22 | javac.source = 1.4 |
| 23 | javac.target = 1.4 |
jgraham | 4d2a51b | 2008-02-21 22:26:17 +0000 | [diff] [blame] | 24 | src.includes = about.html |