Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8bae55888e76e395df267c8e40d4a3facd17fd8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# <copyright>
# </copyright>
#
# $Id$

bin.includes = .,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               resource/,\
               about.html
source.. = src/,\
           actionsrc/,\
           transforsrc/
output.. = bin/
customBuildCallbacks = build.acceleo
src.includes = about.html

Back to the top