2010-06-03 17:01:53 +00:00
|
|
|
###############################################################################
|
2011-06-08 14:10:28 +00:00
|
|
|
# Copyright (c) 2009, 2011 Alena Laskavaia and others.
|
2010-06-03 17:01:53 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# Alena Laskavaia - initial API and implementation
|
2011-06-08 14:10:28 +00:00
|
|
|
# IBM Corporation
|
2010-06-03 17:01:53 +00:00
|
|
|
###############################################################################
|
2009-09-23 18:34:41 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
|
|
|
.,\
|
2010-05-13 00:26:35 +00:00
|
|
|
src/,\
|
2010-05-31 01:42:48 +00:00
|
|
|
test.xml,\
|
2010-06-14 18:35:55 +00:00
|
|
|
OSGI-INF/,\
|
|
|
|
about.html
|
2014-01-23 17:52:37 -08:00
|
|
|
jre.compilation.profile = JavaSE-1.7
|
2011-06-08 14:10:28 +00:00
|
|
|
src.includes = about.html
|