Title: [1069] sandbox/jbehave-web/web-waffle/src/main/java/org/jbehave/web/waffle/JBehaveRegistrar.java: Re-organised menu.
Revision
1069
Author
mauro
Date
2009-02-08 11:04:03 -0600 (Sun, 08 Feb 2009)

Log Message

Re-organised menu.

Modified Paths


Diff

Modified: sandbox/jbehave-web/web-waffle/src/main/java/org/jbehave/web/waffle/JBehaveRegistrar.java (1068 => 1069)

--- sandbox/jbehave-web/web-waffle/src/main/java/org/jbehave/web/waffle/JBehaveRegistrar.java	2009-02-08 16:58:40 UTC (rev 1068)
+++ sandbox/jbehave-web/web-waffle/src/main/java/org/jbehave/web/waffle/JBehaveRegistrar.java	2009-02-08 17:04:03 UTC (rev 1069)
@@ -59,9 +59,8 @@
 
 	protected Menu createMenu() {
 		Map<String, List<String>> content = new HashMap<String, List<String>>();
-		content.put("Home", asList("Home:home"));
-		content.put("Data", asList("Files:data/files", "Upload:data/upload"));
-		content.put("Scenario", asList("Run Scenario:scenario/scenario"));
+		content.put("Menu", asList("Home:home"));
+		content.put("Scenario", asList("Data Files:data/files", "Data Upload:data/upload", "Run:scenario/scenario"));
 		return new Menu(content);
 	}
 


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to