Skip to main content
summaryrefslogtreecommitdiffstats
blob: c754e99273fb3616b9144c9a211bf22f833e9719 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###############################################################################
# Copyright (c) 2013 Tasktop Technologies and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
# 
# Contributors:
#     Tasktop Technologies - initial API and implementation
###############################################################################

bin.includes = .,\
               icons/,\
               plugin.xml,\
               plugin.properties,\
               META-INF/,\
               about.html
jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = about.html

Back to the top