Update include-binaries
[pithos-web-client] / build.xml
index d132a2e..682ff23 100644 (file)
--- a/build.xml
+++ b/build.xml
            />
            <replaceregexp file="${gwt.www.dir}/${gwt.module}/index.html"
                           match="loginUrl: (.*)"
-                          replace="loginUrl: &quot;${loginUrl}&quot;"
+                          replace="loginUrl: &quot;${loginUrl}&quot;,"
+                          byline="true"
+           />
+           <replaceregexp file="${gwt.www.dir}/${gwt.module}/index.html"
+                          match="feedbackUrl: (.*)"
+                          replace="feedbackUrl: &quot;${feedbackUrl}&quot;,"
+                          byline="true"
+           />
+           <replaceregexp file="${gwt.www.dir}/${gwt.module}/index.html"
+                          match="authCookie: (.*)"
+                          replace="authCookie: &quot;${authCookie}&quot;"
                           byline="true"
            />
     </target>