Thomas Watson | aae60a9 | 2009-05-20 21:36:26 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2005, 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 | ############################################################################### |
Simon Kaegi | 1bc9556 | 2007-02-16 22:52:32 +0000 | [diff] [blame] | 11 | source.. = src/ |
| 12 | output.. = bin/ |
| 13 | bin.includes = META-INF/,\ |
Simon Kaegi | d6a66f1 | 2007-03-14 17:43:03 +0000 | [diff] [blame] | 14 | .,\ |
| 15 | plugin.properties,\ |
| 16 | about.html |
| 17 | src.includes = about.html |
Simon Kaegi | 1bc9556 | 2007-02-16 22:52:32 +0000 | [diff] [blame] | 18 | |