Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
3487:3dfe7bbab70f | 3488:abaf0e55c9d2 |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <ftr:features xmlns:ftr="http://www.intevation.de/2012/flys/features"> | 2 <ftr:features xmlns:ftr="http://www.intevation.de/2012/flys/features"> |
3 <ftr:role name="bar"> | 3 <ftr:role name="bar"> |
4 <ftr:feature>foo</ftr:feature> | 4 <ftr:feature>foo</ftr:feature> |
5 </ftr:role> | |
6 <ftr:role name="flys_bfg"> | |
7 <ftr:feature>feature1</ftr:feature> | |
8 <ftr:feature>feature2</ftr:feature> | |
5 </ftr:role> | 9 </ftr:role> |
6 </ftr:features> | 10 </ftr:features> |
7 | 11 |
8 | 12 |
9 | 13 |