[tor-commits] [metrics-web/release] Include Relay Search assets in generated WAR (See: #25258)

karsten at torproject.org karsten at torproject.org
Wed May 30 13:45:11 UTC 2018


commit f5a27ce3ae8fdbcbeebd978f1b7d1f55358327e2
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Thu Feb 15 12:59:53 2018 +0000

    Include Relay Search assets in generated WAR (See: #25258)
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 28a6a62..4b67ae6 100644
--- a/build.xml
+++ b/build.xml
@@ -179,7 +179,7 @@
                   includes="logback.xml" />
       <zipfileset dir="${resources}/web"
                   prefix=""
-                  includes="css/* images/* js/* fonts/**" />
+                  includes="css/* images/* js/* fonts/** rs/**" />
       <zipfileset dir="${resources}/web/jsps"
                   prefix="WEB-INF"
                   includes="*.jsp"/>





More information about the tor-commits mailing list