cbateman | abc93fe | 2007-05-30 17:40:38 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2007 Oracle 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 | # Oracle Corporation - initial API and implementation |
| 10 | ############################################################################### |
itrimble | 0f5edc8 | 2006-06-08 00:02:56 +0000 | [diff] [blame] | 11 | source.. = src/ |
| 12 | output.. = bin/ |
| 13 | bin.includes = META-INF/,\ |
cbateman | 623bbd8 | 2006-12-20 19:15:11 +0000 | [diff] [blame] | 14 | .,\ |
| 15 | plugin.xml,\ |
| 16 | template/,\ |
cbateman | abc93fe | 2007-05-30 17:40:38 +0000 | [diff] [blame] | 17 | _readme.txt,\ |
gkessler | 25801ea | 2007-06-01 17:22:04 +0000 | [diff] [blame^] | 18 | test.xml,\ |
| 19 | plugin.properties |
cbateman | a0b6216 | 2007-04-10 19:05:55 +0000 | [diff] [blame] | 20 | javacSource=1.5 |
cbateman | abc93fe | 2007-05-30 17:40:38 +0000 | [diff] [blame] | 21 | javacTarget=1.5 |