csalter | d5a99d4 | 2004-11-24 21:13:42 +0000 | [diff] [blame] | 1 | ############################################################################### |
kchong | 9fe072d | 2007-05-02 18:10:23 +0000 | [diff] [blame] | 2 | # Copyright (c) 2001, 2007 IBM Corporation and others. |
csalter | d5a99d4 | 2004-11-24 21:13:42 +0000 | [diff] [blame] | 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 | ############################################################################### |
lmandel | fd23ca1 | 2006-03-29 10:04:32 +0000 | [diff] [blame] | 11 | source.. = src-search/,\ |
kchong | 38cbf17 | 2006-03-29 03:38:21 +0000 | [diff] [blame] | 12 | src-refactor/,\ |
| 13 | src-adt/,\ |
| 14 | src-adt-xsd/,\ |
| 15 | src-adt-xsd-typeviz/,\ |
| 16 | src-common/ |
jeffliu | cb26627 | 2005-10-10 08:11:44 +0000 | [diff] [blame] | 17 | bin.includes = .,\ |
csalter | d5a99d4 | 2004-11-24 21:13:42 +0000 | [diff] [blame] | 18 | plugin.xml,\ |
| 19 | icons/,\ |
csalter | d5a99d4 | 2004-11-24 21:13:42 +0000 | [diff] [blame] | 20 | plugin.properties,\ |
lmandel | 708ae00 | 2005-07-05 20:15:07 +0000 | [diff] [blame] | 21 | META-INF/,\ |
| 22 | about.html |
kchong | 673017e | 2005-07-21 19:11:04 +0000 | [diff] [blame] | 23 | src.includes = build.properties,\ |
jeffliu | be1c14a | 2005-05-31 16:05:46 +0000 | [diff] [blame] | 24 | component.xml |
kchong | 80c1dc0 | 2006-01-12 00:16:51 +0000 | [diff] [blame] | 25 | output.. = bin/ |
kchong | 840c731 | 2007-01-17 02:14:11 +0000 | [diff] [blame] | 26 | javacSource=1.4 |
| 27 | javacTarget=1.4 |
| 28 | |