From 71087b206c1a14938392dcb9acf616b42ca2311e Mon Sep 17 00:00:00 2001
From: cramakri <cramakri>
Date: Thu, 21 Jan 2010 15:25:37 +0000
Subject: [PATCH] LMS-1343 MINOR Added an openbis-test module which restricts
 generation to one browser. Not yet used.

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

diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/openbis-test.gwt.xml b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/openbis-test.gwt.xml
new file mode 100644
index 00000000000..304738f9319
--- /dev/null
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/openbis-test.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>
+  <inherits name='ch.systemsx.cisd.openbis.OpenBIS-without-entry-point' />
+  <set-property name="user.agent" value="gecko1_8" />
+  
+  <entry-point class='ch.systemsx.cisd.openbis.generic.client.web.client.application.Client' />
+</module>
-- 
GitLab