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 | .,\ |
Thomas Watson | c883f84 | 2012-05-24 12:07:38 -0500 | [diff] [blame^] | 15 | .options,\ |
| 16 | about.html |
Martin Lippert | 4e25474 | 2009-05-21 21:35:46 +0000 | [diff] [blame] | 17 | jars.extra.classpath = j9stubs.jar |
Thomas Watson | c883f84 | 2012-05-24 12:07:38 -0500 | [diff] [blame^] | 18 | src.includes = about.html |