From 94d9f5629a6ed5944f997ea17a5fdbfd07538455 Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Mon, 7 Feb 2011 15:03:57 +0000
Subject: [PATCH] [LMS-2060] added gwt module configuration for IE8

SVN: 19798
---
 .../java/ch/systemsx/cisd/openbis/OpenBISIE.gwt.xml       | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 openbis/source/java/ch/systemsx/cisd/openbis/OpenBISIE.gwt.xml

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/OpenBISIE.gwt.xml b/openbis/source/java/ch/systemsx/cisd/openbis/OpenBISIE.gwt.xml
new file mode 100644
index 00000000000..334e1874bd6
--- /dev/null
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/OpenBISIE.gwt.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.7.1//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.7.1/distro-source/core/src/gwt-module.dtd">
+<module rename-to="ch.systemsx.cisd.openbis.OpenBIS">
+  <inherits name='ch.systemsx.cisd.openbis.OpenBIS-without-entry-point' />
+  <set-property name="user.agent" value="ie8" />
+
+  <entry-point class='ch.systemsx.cisd.openbis.generic.client.web.client.application.Client' />
+</module>
-- 
GitLab