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/ |
| 12 | bin.includes = .,\ |
gercan | 4a34bca | 2005-05-29 13:08:21 +0000 | [diff] [blame] | 13 | xsd/ServerTypeDefinitionSchema.xsd,\ |
gercan | 3faf0e5 | 2005-06-14 20:50:27 +0000 | [diff] [blame] | 14 | META-INF/,\ |
ndai | f123eee | 2004-10-16 07:48:00 +0000 | [diff] [blame] | 15 | plugin.xml,\ |
lmandel | 52c5fd3 | 2005-07-05 18:56:27 +0000 | [diff] [blame] | 16 | plugin.properties,\ |
| 17 | about.html |
gercan | e8ffa22 | 2006-03-29 01:08:35 +0000 | [diff] [blame] | 18 | src.includes = xsd/,\ |
david_williams | ef902b3 | 2009-12-08 12:26:36 +0000 | [diff] [blame] | 19 | schema/ |