gercan | be0fd05 | 2005-11-08 21:47:59 +0000 | [diff] [blame] | 1 | ################################################################################################## |
| 2 | # Copyright (c) 2005 Eteration A.S. and Gorkem Ercan. All rights reserved. This program and the |
| 3 | # accompanying materials are made available under the terms of the Eclipse Public License v1.0 |
| 4 | # which accompanies this distribution, and is available at |
| 5 | # http://www.eclipse.org/legal/epl-v10.html |
| 6 | # |
| 7 | # Contributors: Gorkem Ercan - initial API and implementation |
| 8 | # |
| 9 | ################################################################################################### |
gercan | 6a8f0ca | 2005-11-20 10:52:08 +0000 | [diff] [blame] | 10 | source.. = src/ |
| 11 | output.. = bin/ |
ndai | a512038 | 2004-10-13 15:46:19 +0000 | [diff] [blame] | 12 | bin.includes = plugin.xml,\ |
gercan | 6a8f0ca | 2005-11-20 10:52:08 +0000 | [diff] [blame] | 13 | .,\ |
ndai | f123eee | 2004-10-16 07:48:00 +0000 | [diff] [blame] | 14 | icons/,\ |
gercan | 4a34bca | 2005-05-29 13:08:21 +0000 | [diff] [blame] | 15 | plugin.properties,\ |
lmandel | 52c5fd3 | 2005-07-05 18:56:27 +0000 | [diff] [blame] | 16 | META-INF/,\ |
| 17 | about.html |
gercan | 16a2ae5 | 2005-06-15 21:29:43 +0000 | [diff] [blame] | 18 | src.includes = build.properties |