Google Analytics statistics is added
[jabaws.git] / engine / compbio / engine / conf / PropertyHelperManager.java
index fb35362..b3d2b66 100644 (file)
@@ -61,8 +61,10 @@ public final class PropertyHelperManager {
                                                + "Engine.cluster.properties");\r
                                File execProp = getResourceFromClasspath(confDir\r
                                                + "Executable.properties");\r
+                               File gaProp = getResourceFromClasspath(confDir\r
+                                               + "GA.properties");\r
                                ph = new PropertyHelper(locEngineProp, clustEngineProp,\r
-                                               execProp);\r
+                                               execProp, gaProp);\r
                        } catch (IOException e) {\r
                                log.warn(\r
                                                "Cannot read property files! Reason: "\r