|
From: <dme...@us...> - 2014-04-30 18:34:15
|
Revision: 8154
http://sourceforge.net/p/bigdata/code/8154
Author: dmekonnen
Date: 2014-04-30 18:34:12 +0000 (Wed, 30 Apr 2014)
Log Message:
-----------
Backing out changes for the deploy-artifact-nss target.
Modified Paths:
--------------
branches/RDR/build.xml
Modified: branches/RDR/build.xml
===================================================================
--- branches/RDR/build.xml 2014-04-30 18:32:53 UTC (rev 8153)
+++ branches/RDR/build.xml 2014-04-30 18:34:12 UTC (rev 8154)
@@ -1215,21 +1215,6 @@
src="http://wiki.bigdata.com/wiki/index.php/NanoSparqlServer?printable=yes"
/>
- <!-- Stage files specific to NSS deployments provided by Brew and Chef. -->
- <chmod file="${dist.bin}/bigdata" perm="755" />
- <copy file="${src.resources}/deployment/nss/bin/bigdata"
- todir="${dist.bin}" />
- <chmod file="${dist.bin}/bigdata" perm="755" />
- <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" />
- <copy file="${src.resources}/deployment/nss/WEB-INF/RWStore.properties"
- todir="${dist.var.jetty}/WEB-INF" />
- <copy file="${src.resources}/deployment/nss/WEB-INF/classes/log4j.properties"
- todir="${dist.var.jetty}/WEB-INF/classes" />
-
</target>
<!-- -->
@@ -1309,40 +1294,7 @@
</target>
- <target name="deploy-artifact-nss" depends="clean, stage"
- description="Create compressed tar file for Jetty based deployment via Brew and Chef installers.">
- <tar destfile="${bigdata.dir}/REL-NSS.${version}.tgz"
- compression="gzip">
-
- <tarfileset dir="${bigdata.dir}/dist">
- <include name="bigdata/doc/**" />
- <exclude name="bigdata/doc/HAJournalServer.html" />
- <include name="bigdata/lib/**" />
- <exclude name="bigdata/lib/bigdata-ganglia.jar" />
- <exclude name="bigdata/lib/browser.jar" />
- <exclude name="bigdata/lib/reggie.jar" />
- <exclude name="bigdata/lib/zookeeper.jar" />
- <exclude name="bigdata/lib/jsk-*.jar" />
- <exclude name="bigdata/lib-dl" />
- <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>
-
- <!-- Add scripts separately, making them executable -->
-
- <tarfileset dir="${bigdata.dir}/dist" filemode="755">
- <include name="bigdata/bin/bigdata" />
- <include name="bigdata/bin/startNSS" />
- </tarfileset>
- </tar>
-
- </target>
-
<!-- FIXME DEBUG and add 'depends="javadoc, stage" (should stage stage javadoc?)' -->
<!-- Note: can require 'rpm' and 'rpm-build. -->
<!-- TODO: We do not need both this and "deploy-artifact". -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|