Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b76eb0af394d9874cba86ea20614d869f6742c3e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                              



                           


                         
###############################################################################
# Copyright (c) 2010, 2011 Alena Laskavaia 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:
#     Alena Laskavaia - initial API and implementation
#     IBM Corporation
###############################################################################source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
               META-INF/,\
               .,\
               icons/,\
               about.html
src.includes = about.html

Back to the top