|
From: <dme...@us...> - 2014-05-21 17:01:39
|
Revision: 8405
http://sourceforge.net/p/bigdata/code/8405
Author: dmekonnen
Date: 2014-05-21 17:01:36 +0000 (Wed, 21 May 2014)
Log Message:
-----------
test for nss 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 16:56:51 UTC (rev 8404)
+++ branches/DEPLOYMENT_BRANCH_1_3_1/build.xml 2014-05-21 17:01:36 UTC (rev 8405)
@@ -1273,8 +1273,7 @@
<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/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"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|