You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2018/08/06 08:35:22 UTC

svn commit: r1837495 - /jena/dist/Javadoc-v0/prepare-javadoc

Author: andy
Date: Mon Aug  6 08:35:21 2018
New Revision: 1837495

URL: http://svn.apache.org/viewvc?rev=1837495&view=rev
Log:
Note old script

Modified:
    jena/dist/Javadoc-v0/prepare-javadoc

Modified: jena/dist/Javadoc-v0/prepare-javadoc
URL: http://svn.apache.org/viewvc/jena/dist/Javadoc-v0/prepare-javadoc?rev=1837495&r1=1837494&r2=1837495&view=diff
==============================================================================
--- jena/dist/Javadoc-v0/prepare-javadoc (original)
+++ jena/dist/Javadoc-v0/prepare-javadoc Mon Aug  6 08:35:21 2018
@@ -1,4 +1,11 @@
 #!/bin/bash -x
+
+echo "This is the old javadoc production directory"
+echo "This script is not up-to-date.
+echo "Look in \"../Javadoc\""
+exit
+
+
 set -e
 
 ## Get copies of the necessary javadoc.jar files,
@@ -23,6 +30,7 @@ VER_FU2=2.4.0
 ## Should be OK from here.
 
 VER_TDB="$VER"
+VER_TDB2="$VER"
 VER_ELEPHAS="$VER"
 VER_JDBC="$VER"
 VER_TEXT="$VER"
@@ -63,6 +71,7 @@ then
     fetchunpack core      $VER
     fetchunpack arq       $VER
     fetchunpack tdb       $VER_TDB
+    fetchunpack tdb2      $VER_TDB2
     fetchunpack fuseki1   $VER_FU1
     fetchunpack fuseki-core   $VER_FU2
     fetchunpack elephas-common      $VER_ELEPHAS