Thomas Watson | 85913f2 | 2011-05-02 15:40:56 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2011 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 | ############################################################################### |
Martin Lippert | 2f42592 | 2008-07-04 18:57:06 +0000 | [diff] [blame] | 11 | source.. = src/ |
| 12 | output.. = bin/ |
| 13 | bin.includes = META-INF/,\ |
| 14 | .,\ |
| 15 | hookconfigurators.properties,\ |
Martin Lippert | ae29dc4 | 2009-03-25 22:29:47 +0000 | [diff] [blame] | 16 | .options,\ |
Thomas Watson | c883f84 | 2012-05-24 12:07:38 -0500 | [diff] [blame^] | 17 | fragment.xml,\ |
| 18 | about.html |
Thomas Watson | 7b97fec | 2009-09-09 16:34:48 +0000 | [diff] [blame] | 19 | javacWarnings..=-raw,-unchecked |
Thomas Watson | c883f84 | 2012-05-24 12:07:38 -0500 | [diff] [blame^] | 20 | src.includes = about.html |