blob: 9f076f8553ed6c11968fb6fc149adc95da740635 [file] [log] [blame]
cbatemanabc93fe2007-05-30 17:40:38 +00001###############################################################################
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###############################################################################
itrimble0f5edc82006-06-08 00:02:56 +000011source.. = src/
12output.. = bin/
13bin.includes = META-INF/,\
cbateman623bbd82006-12-20 19:15:11 +000014 .,\
15 plugin.xml,\
16 template/,\
cbatemanabc93fe2007-05-30 17:40:38 +000017 _readme.txt,\
gkessler25801ea2007-06-01 17:22:04 +000018 test.xml,\
19 plugin.properties
cbatemana0b62162007-04-10 19:05:55 +000020javacSource=1.5
cbatemanabc93fe2007-05-30 17:40:38 +000021javacTarget=1.5