2006-10-06 10:06:54 +00:00
|
|
|
##################################################################################
|
2009-05-27 15:19:10 +00:00
|
|
|
# Copyright (c) 2006, 2007 Symbian Software Ltd. All rights reserved.
|
2006-10-06 10:06:54 +00:00
|
|
|
# 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:
|
|
|
|
# Javier Montalvo Or�s (Symbian) - initial API and implementation
|
|
|
|
##################################################################################
|
|
|
|
|
2006-09-07 12:14:58 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
2006-09-20 22:05:39 +00:00
|
|
|
about.html,\
|
|
|
|
plugin.properties,\
|
2006-10-03 22:25:53 +00:00
|
|
|
.,\
|
2007-04-27 15:15:45 +00:00
|
|
|
plugin.xml
|
|
|
|
src.includes = about.html
|