Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 7e749beeb33f5f6a6fe71473dc9ca27652a8ce00 (plain) (tree)


















                                                                                
###############################################################################
# Copyright (c) 2011 Mia-Software.
# 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:
#     Nicolas Bros (Mia-Software) - initial API and implementation
###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html,\
               OSGI-INF/,\
               plugin.xml,\
               OSGI-INF/l10n/bundle.properties
src.includes = about.html

Back to the top