2010-06-03 17:01:53 +00:00
|
|
|
###############################################################################
|
2011-06-08 14:10:28 +00:00
|
|
|
# Copyright (c) 2010, 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
|
|
|
###############################################################################
|
2010-03-18 14:06:45 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
|
|
|
.,\
|
2010-04-21 01:40:15 +00:00
|
|
|
plugin.xml,\
|
2011-07-05 21:55:40 -04:00
|
|
|
about.html,\
|
|
|
|
OSGI-INF/
|
2011-06-08 14:10:28 +00:00
|
|
|
src.includes = about.html
|