Skip to main content
summaryrefslogtreecommitdiffstats
blob: 57b42e5ec920e812009072e3ccc6481099ce9339 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
###############################################################################
# Copyright (c) 2015 Tasktop Technologies.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Tasktop EULA
# which accompanies this distribution, and is available at
# http://tasktop.com/legal
###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html
src.includes = about.html

Back to the top