|
From: <tho...@us...> - 2014-05-18 15:48:13
|
Revision: 8357
http://sourceforge.net/p/bigdata/code/8357
Author: thompsonbry
Date: 2014-05-18 15:48:10 +0000 (Sun, 18 May 2014)
Log Message:
-----------
removed references to README-JINI and overview.html in the SVN root. These files were aged and have been removed. Their absence was breaking the cluster installer.
Modified Paths:
--------------
branches/BIGDATA_RELEASE_1_3_0/build.xml
Modified: branches/BIGDATA_RELEASE_1_3_0/build.xml
===================================================================
--- branches/BIGDATA_RELEASE_1_3_0/build.xml 2014-05-18 14:55:58 UTC (rev 8356)
+++ branches/BIGDATA_RELEASE_1_3_0/build.xml 2014-05-18 15:48:10 UTC (rev 8357)
@@ -393,14 +393,16 @@
<!-- Note: the javadoc requires a LOT of RAM, but runs quickly on a
server class machine.
- @todo man page for [bigdata] script to @{build.dir}/docs
+ TODO man page for [bigdata] script to @{build.dir}/docs
+ TODO: New overview page. Old one was very dated and has been removed.
+
+ overview="${bigdata.dir}/overview.html"
-->
<target name="javadoc" depends="prepare" if="javadoc">
<mkdir dir="${build.dir}/docs/api" />
<javadoc destdir="${build.dir}/docs/api" defaultexcludes="yes"
author="true" version="true" use="true" verbose="no"
- overview="${bigdata.dir}/overview.html"
windowtitle="bigdata® v${build.ver}"
classpathref="build.classpath"
encoding="utf-8"
@@ -675,8 +677,6 @@
<!-- @todo cleanup LEGAL into one directory off the root in the src tree? -->
<fileset dir="${bigdata.dir}">
<include name="LICENSE.txt" />
- <include name="overview.html" />
- <include name="README-JINI" />
<include name="bigdata/LEGAL/*" />
<include name="bigdata-jini/LEGAL/*" />
<include name="bigdata-rdf/LEGAL/*" />
@@ -1474,8 +1474,6 @@
<copy tofile="${build.dir}/build.properties" file="build.properties" />
<copy tofile="${build.dir}/build.xml" file="build.xml" />
<copy tofile="${build.dir}/LICENSE.txt" file="LICENSE.txt" />
- <copy tofile="${build.dir}/overview.html" file="overview.html" />
- <copy tofile="${build.dir}/README-JINI" file="README-JINI" />
<copy toDir="${build.dir}/LEGAL" flatten="true">
<fileset dir="${bigdata.dir}">
<include name="**/LEGAL/*" />
@@ -1497,8 +1495,6 @@
<include name="build.xml" />
<include name="LICENSE.txt" />
<include name="NOTICE" />
- <include name="overview.html" />
- <include name="README-JINI" />
<include name="**/LEGAL/*" />
<include name="bigdata/src/**" />
@@ -1572,8 +1568,6 @@
<copy toDir="${install.doc.dir}">
<fileset dir="${bigdata.dir}">
<include name="LICENSE.txt" />
- <include name="overview.html" />
- <include name="README-JINI" />
<include name="bigdata/LEGAL/*" />
<include name="bigdata-jini/LEGAL/*" />
<include name="bigdata-rdf/LEGAL/*" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|