blob: a9a96c463b41b22478cfe9186ab1623234b9e86a [file] [log] [blame]
justinchen01a4f7c2006-06-21 22:53:17 +00001###############################################################################
2# Copyright (c) 2005 Oracle Corporation.
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 - initial API and implementation
10###############################################################################
gkesslerf3e1ae62006-05-03 21:47:05 +000011source.. = src/
12output.. = bin/
13bin.includes = META-INF/,\
14 .,\
justinchen0ae56962006-06-16 02:41:37 +000015 plugin.xml,\
justinchen01a4f7c2006-06-21 22:53:17 +000016 metadata/,\
gkessler25801ea2007-06-01 17:22:04 +000017 about.html,\
18 plugin.properties
cbatemanc4b19262007-04-10 19:10:56 +000019javacSource=1.5
gkessler25801ea2007-06-01 17:22:04 +000020javacTarget=1.5