Index: src/DomDistiller.gwt.xml |
diff --git a/src/DomDistiller.gwt.xml b/src/DomDistiller.gwt.xml |
index 8de198fb0ad8b00efb3fbd5b97bcdefa222ccf36..825b0c875cad21b33fa08cb147d263e582edcb60 100644 |
--- a/src/DomDistiller.gwt.xml |
+++ b/src/DomDistiller.gwt.xml |
@@ -12,9 +12,6 @@ |
<inherits name='com.google.gwt.json.JSON'/> |
<inherits name='Proto'/> |
- <inherits name='org.timepedia.exporter.Exporter'/> |
- <set-property name='export' value='yes'/> |
- |
<set-property name='gwt.logging.enabled' value='TRUE'/> |
<set-property name='user.agent' value='safari'/> |
@@ -25,6 +22,9 @@ |
<source path='com/dom_distiller/client'/> |
<source path='de'/> |
+ <define-linker name='sso' class='com.google.gwt.core.linker.SingleScriptLinker'/> |
nyquist
2014/12/02 06:31:03
Nit: Why 'sso' and not 'ssl'?
cjhopman
2014/12/02 20:10:35
Because that's what gwt uses for the abbreviation
|
+ <add-linker name='sso'/> |
+ |
<!-- This provides simple implementations of java platform features used by boilerpipe but not |
available in a gwt project --> |
<super-source path='fake_java_platform'/> |