Mercurial > dive4elements > river
annotate gwt-client/src/main/webapp/WEB-INF/features.xml @ 9071:a561b882436d
create module bundu (Betrieb & Unterhaltung)
incl. original Fixierungsanalyse+Ausgelagerte Wasserspiegellage
author | gernotbelger |
---|---|
date | Wed, 16 May 2018 11:08:56 +0200 |
parents | 8c3e5682cb60 |
children | c537b3038857 |
rev | line source |
---|---|
3476
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
2 <ftr:features xmlns:ftr="http://www.intevation.de/2012/flys/features"> |
7774
2a5cc260c492
Replace FLYS-specific features.xml.
Tom Gottfried <tom@intevation.de>
parents:
5838
diff
changeset
|
3 <ftr:role name="d4e_demo_all"> |
8854 | 4 <ftr:feature>module:sinfo</ftr:feature> |
3516
f7b13fd59f05
Set roles and features for GGinA
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3488
diff
changeset
|
5 <ftr:feature>module:winfo</ftr:feature> |
f7b13fd59f05
Set roles and features for GGinA
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3488
diff
changeset
|
6 <ftr:feature>module:minfo</ftr:feature> |
8995 | 7 <ftr:feature>module:uinfo</ftr:feature> |
9071 | 8 <ftr:feature>module:bundu</ftr:feature> |
3516
f7b13fd59f05
Set roles and features for GGinA
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3488
diff
changeset
|
9 <ftr:feature>module:new_map</ftr:feature> |
f7b13fd59f05
Set roles and features for GGinA
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3488
diff
changeset
|
10 <ftr:feature>module:new_chart</ftr:feature> |
f7b13fd59f05
Set roles and features for GGinA
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3488
diff
changeset
|
11 <ftr:feature>module:fixanalysis</ftr:feature> |
7774
2a5cc260c492
Replace FLYS-specific features.xml.
Tom Gottfried <tom@intevation.de>
parents:
5838
diff
changeset
|
12 <ftr:feature>river:Beispielfluss</ftr:feature> |
3476
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
13 </ftr:role> |
7774
2a5cc260c492
Replace FLYS-specific features.xml.
Tom Gottfried <tom@intevation.de>
parents:
5838
diff
changeset
|
14 <ftr:role name="d4e_demo_extern"> |
3516
f7b13fd59f05
Set roles and features for GGinA
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3488
diff
changeset
|
15 <ftr:feature>module:winfo</ftr:feature> |
f7b13fd59f05
Set roles and features for GGinA
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3488
diff
changeset
|
16 <ftr:feature>module:minfo</ftr:feature> |
7774
2a5cc260c492
Replace FLYS-specific features.xml.
Tom Gottfried <tom@intevation.de>
parents:
5838
diff
changeset
|
17 <ftr:feature>river:Beispielfluss</ftr:feature> |
3488
abaf0e55c9d2
Add example features for GGinA/WAS role flys_bfg
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3476
diff
changeset
|
18 </ftr:role> |
3476
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
19 </ftr:features> |