Mercurial > dive4elements > river
annotate flys-client/src/main/webapp/WEB-INF/features.xml @ 3488:abaf0e55c9d2
Add example features for GGinA/WAS role flys_bfg
flys-client/trunk@5186 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 10 Aug 2012 08:47:30 +0000 |
parents | 4a6321dd5186 |
children | f7b13fd59f05 |
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"> |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
3 <ftr:role name="bar"> |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
4 <ftr:feature>foo</ftr:feature> |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
5 </ftr:role> |
3488
abaf0e55c9d2
Add example features for GGinA/WAS role flys_bfg
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3476
diff
changeset
|
6 <ftr:role name="flys_bfg"> |
abaf0e55c9d2
Add example features for GGinA/WAS role flys_bfg
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3476
diff
changeset
|
7 <ftr:feature>feature1</ftr:feature> |
abaf0e55c9d2
Add example features for GGinA/WAS role flys_bfg
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3476
diff
changeset
|
8 <ftr:feature>feature2</ftr:feature> |
abaf0e55c9d2
Add example features for GGinA/WAS role flys_bfg
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3476
diff
changeset
|
9 </ftr:role> |
3476
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
10 </ftr:features> |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
11 |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
12 |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
13 |
4a6321dd5186
Implement a class representation of features corresponding to roles
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
14 |