mparker | 6a0e4c2 | 2009-05-27 22:20:30 +0000 | [diff] [blame^] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2000, 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 | ############################################################################### |
| 11 | bin.includes = lib/*.jar,\ |
| 12 | bin/*,\ |
| 13 | plugin.properties,\ |
| 14 | about.html,\ |
| 15 | META-INF/,\ |
| 16 | about_files/,\ |
| 17 | etc/ |
| 18 | src.includes = lib/*.zip,\ |
| 19 | about.html,\ |
| 20 | about_files/,\ |
| 21 | etc/ |