Skip to main content
summaryrefslogtreecommitdiffstats
blob: 4face8ae2aa8a4e18e64b6f53d0ecb87a11c5739 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###############################################################################
# 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/,\
               .,\
               OSGI-INF/,\
               about.html
src.includes = about.html

Back to the top