2005-06-23 16:02:46 +00:00
|
|
|
###############################################################################
|
2009-05-27 15:34:50 +00:00
|
|
|
# Copyright (c) 2005, 2009 IBM Corporation and others.
|
|
|
|
# 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:
|
2005-06-23 16:02:46 +00:00
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
2008-12-15 21:19:31 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
2009-04-09 19:51:46 +00:00
|
|
|
bin.includes = .,\
|
2011-03-07 16:24:27 +00:00
|
|
|
META-INF/,\
|
|
|
|
data/
|
2009-04-09 19:51:46 +00:00
|
|
|
src.includes = about.html
|