bchilds | 25637a6 | 2008-04-30 19:06:32 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2007 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 | ############################################################################### |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 11 | source.. = src/ |
| 12 | bin.includes = .options,\ |
| 13 | META-INF/,\ |
bchilds | 68f36fc | 2007-03-01 22:47:33 +0000 | [diff] [blame] | 14 | .,\ |
| 15 | plugin.properties,\ |
rgoodman | 5a12e77 | 2007-07-22 20:14:51 +0000 | [diff] [blame] | 16 | plugin.xml,\ |
pberkland | b4129f1 | 2008-04-30 21:59:59 +0000 | [diff] [blame] | 17 | component.xml,\ |
| 18 | about.html |
bchilds | a118170 | 2007-06-14 21:47:04 +0000 | [diff] [blame] | 19 | src.includes = component.xml |
| 20 | |