|
From: <dme...@us...> - 2014-05-21 18:53:19
|
Revision: 8409
http://sourceforge.net/p/bigdata/code/8409
Author: dmekonnen
Date: 2014-05-21 18:53:16 +0000 (Wed, 21 May 2014)
Log Message:
-----------
removed commented out lines related to nss-brew packaging
Modified Paths:
--------------
branches/DEPLOYMENT_BRANCH_1_3_1/build.xml
Modified: branches/DEPLOYMENT_BRANCH_1_3_1/build.xml
===================================================================
--- branches/DEPLOYMENT_BRANCH_1_3_1/build.xml 2014-05-21 18:36:01 UTC (rev 8408)
+++ branches/DEPLOYMENT_BRANCH_1_3_1/build.xml 2014-05-21 18:53:16 UTC (rev 8409)
@@ -1273,7 +1273,6 @@
<copy file="${src.resources}/deployment/nss/bin/startNSS"
todir="${dist.bin}" />
<chmod file="${dist.bin}/startNSS" perm="755" />
- <!-- copy file="${src.resources}/deployment/nss/etc/jetty.xml" todir="${dist.var.jetty}/etc" overwrite="true" / -->
<copy file="${src.resources}/deployment/nss/WEB-INF/RWStore.properties"
todir="${dist.var.jetty}/WEB-INF" overwrite="true" />
<copy file="${src.resources}/deployment/nss/WEB-INF/classes/log4j.properties"
@@ -1378,7 +1377,6 @@
<exclude name="bigdata/lib-ext" />
<include name="bigdata/var/jetty/**" />
<include name="bigdata/var/config/logging/logging.properties" />
- <!-- exclude name="bigdata/var/jetty/jetty.xml" / -->
<exclude name="bigdata/var/jetty/html/new.html" />
<exclude name="bigdata/var/jetty/html/old.html" />
</tarfileset>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|