Mercurial > dive4elements > river
changeset 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 | 3dfe7bbab70f |
children | 6f36f79676a7 |
files | flys-client/ChangeLog flys-client/src/main/webapp/WEB-INF/features.xml |
diffstat | 2 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Fri Aug 10 08:40:36 2012 +0000 +++ b/flys-client/ChangeLog Fri Aug 10 08:47:30 2012 +0000 @@ -1,3 +1,7 @@ +2012-08-08 Björn Ricks <bjoern.ricks@intevation.de> + * src/main/webapp/WEB-INF/features.xml: + Add example features for GGinA/WAS role flys_bfg. + 2012-08-08 Björn Ricks <bjoern.ricks@intevation.de> * src/main/java/de/intevation/flys/client/server/features/XMLFileFeatures.java: Don't use a xml namespace to get the "name" attribute of a role.
--- a/flys-client/src/main/webapp/WEB-INF/features.xml Fri Aug 10 08:40:36 2012 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/features.xml Fri Aug 10 08:47:30 2012 +0000 @@ -3,6 +3,10 @@ <ftr:role name="bar"> <ftr:feature>foo</ftr:feature> </ftr:role> + <ftr:role name="flys_bfg"> + <ftr:feature>feature1</ftr:feature> + <ftr:feature>feature2</ftr:feature> + </ftr:role> </ftr:features>