nitind | b0f7b26 | 2004-11-23 19:12:23 +0000 | [diff] [blame] | 1 | ############################################################################### |
amywu | 19526ad | 2007-04-10 17:03:52 +0000 | [diff] [blame] | 2 | # Copyright (c) 2004, 2007 IBM Corporation and others. |
nitind | b0f7b26 | 2004-11-23 19:12:23 +0000 | [diff] [blame] | 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 |
amywu | 19526ad | 2007-04-10 17:03:52 +0000 | [diff] [blame] | 7 | # |
nitind | b0f7b26 | 2004-11-23 19:12:23 +0000 | [diff] [blame] | 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | ############################################################################### |
david_williams | 709fd6a | 2005-06-01 00:13:18 +0000 | [diff] [blame] | 11 | source.. = src/ |
david_williams | 935ab95 | 2005-06-01 12:32:54 +0000 | [diff] [blame] | 12 | bin.includes = .,\ |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 13 | templates/,\ |
david_williams | 935ab95 | 2005-06-01 12:32:54 +0000 | [diff] [blame] | 14 | plugin.xml,\ |
david_williams | 709fd6a | 2005-06-01 00:13:18 +0000 | [diff] [blame] | 15 | META-INF/,\ |
david_williams | 935ab95 | 2005-06-01 12:32:54 +0000 | [diff] [blame] | 16 | icons/,\ |
lmandel | 341e00c | 2005-07-05 18:54:47 +0000 | [diff] [blame] | 17 | plugin.properties,\ |
| 18 | about.html |
david_williams | 6bd6ace | 2005-06-03 09:19:41 +0000 | [diff] [blame] | 19 | bin.excludes = @dot/**,\ |
david_williams | f63a46d | 2005-06-01 13:31:38 +0000 | [diff] [blame] | 20 | temp.folder/** |
david_williams | 3f7cd83 | 2005-06-13 19:41:25 +0000 | [diff] [blame] | 21 | src.includes = build.properties |
david_williams | 81bc169 | 2007-04-01 21:21:00 +0000 | [diff] [blame] | 22 | additional.bundles = org.eclipse.jdt.core.manipulation |