forked from molgenis/molgenis_apps-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build_gonl_pheno.xml
34 lines (28 loc) · 1.27 KB
/
build_gonl_pheno.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<project name="gonl_pheno">
<!--
# =====================================================
# $Id: build_gonl.xml 10983 2012-02-21 14:31:06Z pneerincx $
# $URL: http://www.molgenis.org/svn/molgenis_apps/trunk/build_gonl.xml $
# $LastChangedDate: 2012-02-21 15:31:06 +0100 (Tue, 21 Feb 2012) $
# $LastChangedRevision: 10983 $
# $LastChangedBy: pneerincx $
# =====================================================
#-->
<!-- this name is used to name the war file -->
<property name="app_name" value="gonl_pheno" />
<!-- this holds all the settings for the generator -->
<property name="app_properties" value="apps/${app_name}/${app_name}.properties" />
<!-- this determines what handwritten modules should be loaded -->
<path id="app.class.path">
<pathelement location="apps/${app_name}" />
<pathelement location="modules/file" />
<pathelement location="modules/auth" />
<pathelement location="modules/datamodel" />
<pathelement location="modules/decorators/auth" />
<pathelement location="modules/decorators/core" />
<pathelement location="modules/decorators/pheno" />
<pathelement location="modules/webserver" />
</path>
<!-- import all tasks from build_common: clean, generate, compile, test, war, standalone-jar -->
<import file="build_common.xml" />
</project>