From 7aceb13f436f425f72f6dd4f8e1d7a9be65fde4e Mon Sep 17 00:00:00 2001 From: Nils Christian Ehmke <nie@informatik.uni-kiel.de> Date: Tue, 20 Mar 2012 18:33:34 +0100 Subject: [PATCH] Corrected some files to be UNIX compatible. --- Kieker.WebGUI/src/main/webapp/main.xhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Kieker.WebGUI/src/main/webapp/main.xhtml b/Kieker.WebGUI/src/main/webapp/main.xhtml index 0d14b182..27f6885b 100644 --- a/Kieker.WebGUI/src/main/webapp/main.xhtml +++ b/Kieker.WebGUI/src/main/webapp/main.xhtml @@ -179,16 +179,16 @@ <p:growl id="messages" showDetail="true" autoUpdate="true" sticky="false"/> <!-- Include the dialogs for creating/deleting projects etc. --> - <ui:include src="main\projectDialogs.xhtml" /> + <ui:include src="main/projectDialogs.xhtml" /> <!-- Include the dialog for the configuration. --> - <ui:include src="main\settingsDialog.xhtml" /> + <ui:include src="main/settingsDialog.xhtml" /> <!-- Include the about-dialog. --> - <ui:include src="main\aboutDialog.xhtml" /> + <ui:include src="main/aboutDialog.xhtml" /> <!-- Include the dialog to handle the connections. --> - <ui:include src="main\connectionDialog.xhtml" /> + <ui:include src="main/connectionDialog.xhtml" /> </h:body> </f:view> -- GitLab