From eca2ccdd9602111da47d1412adc1a9e28a2c9e50 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Mon, 3 May 2010 07:21:45 +0000 Subject: [PATCH] miss GWT config for Safari added (needed in fast development mode) SVN: 15710 --- .../plugin/phosphonetx/OpenBISSafari.gwt.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/OpenBISSafari.gwt.xml diff --git a/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/OpenBISSafari.gwt.xml b/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/OpenBISSafari.gwt.xml new file mode 100644 index 00000000000..04eabf7ba3d --- /dev/null +++ b/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/OpenBISSafari.gwt.xml @@ -0,0 +1,13 @@ +<?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.plugin.phosphonetx.OpenBIS"> + <inherits name='ch.systemsx.cisd.openbis.OpenBIS-without-entry-point' /> + <set-property name="user.agent" value="safari" /> + + <entry-point class='ch.systemsx.cisd.openbis.plugin.phosphonetx.client.web.client.application.PhosphoNetXClient' /> + + <script src="phosphonetx-dictionary.js" /> + <public path="client/web/public" /> + <source path="client/web/client" /> + <source path="shared/basic" /> +</module> -- GitLab