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 2012/05/25 21:02:00 UTC

svn commit: r1342776 - in /jena/trunk: apache-jena/ jena-arq/ jena-core/ jena-iri/ jena-larq/ jena-parent/ jena-sdb/ jena-tdb/

Author: andy
Date: Fri May 25 19:01:59 2012
New Revision: 1342776

URL: http://svn.apache.org/viewvc?rev=1342776&view=rev
Log:
 Update to remove 'incubator' and 'incubating'

Modified:
    jena/trunk/apache-jena/BUILD
    jena/trunk/apache-jena/README
    jena/trunk/jena-arq/BUILD
    jena/trunk/jena-arq/README.txt
    jena/trunk/jena-core/BUILD
    jena/trunk/jena-core/README.txt
    jena/trunk/jena-iri/BUILD
    jena/trunk/jena-larq/BUILD
    jena/trunk/jena-larq/README.txt
    jena/trunk/jena-parent/BUILD
    jena/trunk/jena-sdb/BUILD
    jena/trunk/jena-sdb/README.txt
    jena/trunk/jena-tdb/BUILD
    jena/trunk/jena-tdb/README

Modified: jena/trunk/apache-jena/BUILD
URL: http://svn.apache.org/viewvc/jena/trunk/apache-jena/BUILD?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/apache-jena/BUILD (original)
+++ jena/trunk/apache-jena/BUILD Fri May 25 19:01:59 2012
@@ -23,32 +23,15 @@ ARQ     - SPARQL query engine
 
 The current release is available at:
 
-http://www.apache.org/dist/incubator/jena/
+http://www.apache.org/dist/jena/
 
-Older Apache releases ara available at:
+Older Apache releases are available at:
 
-http://archive.apache.org/dist/incubator/jena/
+http://archive.apache.org/dist/jena/
 
-Download all the "source-release" artifacts and unpack these together with
+Download the "source-release" artifact and unpack it together with
 the ".asc" signature and checksums ".md5" and ".sha1".
 
-Download and unzip:
-
-http://archive.apache.org/dist/incubator/jena/jena-top-0-incubating/jena-top-0-incubating-source-release.zip
-(directory will be jena-top-0-incubating/)
-
-http://archive.apache.org/dist/incubator/jena/jena-iri-0.9.0-incubating/jena-iri-0.9.0-incubating-source-release.zip
-(directory will be jena-iri-0.9.0-incubating)
-
-http://archive.apache.org/dist/incubator/jena/jena-core-2.7.0-incubating/jena-core-2.7.0-incubating-source-release.zip
-(directory will be jena-core-2.7.0-incubating)
-
-http://archive.apache.org/dist/incubator/jena/jena-arq-2.9.0-incubating/jena-arq-2.9.0-incubating-source-release.zip
-(directory will be jena-arq-2.9.0-incubating)
-
-http://archive.apache.org/dist/incubator/jena/apache-jena-2.7.0-incubating/apache-jena-2.7.0-incubating-source-release.zip
-(directory will be apache-jena-2.7.0-incubating)
-
 == Verify
 
 Get the public keys for the signature.  The file KEYS in the distribution
@@ -63,7 +46,7 @@ The file with extension .asc contains th
 
 For the zip file of the zzz module:
 
-    gpg --verify jena-zzz-VER-incubating-source-release.zip.asc
+    gpg --verify apache-jena-zzz-VER-source-release.zip.asc
 
 = Verify a checksum
 
@@ -72,7 +55,7 @@ respectively.  Calculate the checksum on
 
 Example (linux):
 
-    md5sum jena-zzz-VER-incubating-source-release.zip
+    md5sum jena-zzz-VER-source-release.zip
 
 == Build
 
@@ -80,18 +63,9 @@ Example (linux):
 will have version numbers in them).
 
 # Build modules.
-for module in jena-top* jena-iri* jena-core* jena-arq* apache-jena*
-do
-  cd $module
-  mvn clean install
-  cd ..
-  done
-
-# Build download.
-cd apache-jena*
 mvn clean package
 
-The download will be in apache-jena-2.7.0-incubating/target/
+The download will be in apache-jena-2.7.0/target/ and jena-fuseki/target
 
 == Sources from subversion
 
@@ -99,19 +73,10 @@ Alternatively, you can build from the de
 
 The Jena2 subversion area is rooted at:
 
-https://svn.apache.org/repos/asf/incubator/jena/Jena2/
-
-The modules are subdirectories of this area.  Check out each one, and
-install it into you local maven repository:
-
-svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaTop/trunk jena-top
-svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/IRI/trunk jena-iri
-svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/jena/trunk jena-core
-svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/trunk jena-arq
-svn co https://svn.apache.org/repos/asf/incubator/jena/Jena2/JenaZip/trunk apache-jena
+https://svn.apache.org/repos/asf/jena/trunk/
 
 
 -------------------------------------------------------
 If you have any questions, please do not hesitate in contacting the Jena project:
-  jena-users@incubator.apache.org
-  jena-dev@incubator.apache.org
+  users@jena.apache.org
+  dev@jena.apache.org

Modified: jena/trunk/apache-jena/README
URL: http://svn.apache.org/viewvc/jena/trunk/apache-jena/README?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/apache-jena/README (original)
+++ jena/trunk/apache-jena/README Fri May 25 19:01:59 2012
@@ -1,5 +1,4 @@
 
-
                                   Apache Jena
                                   ===========
 
@@ -11,6 +10,7 @@
 
   - jena-core: provides the Jena RDF APIs, Ontology APIs and Inference APIs. 
   - jena-arq: SPARQL 1.1, query and update.
+  - jena-tdb: scalable and performant storage subsystem for Jena
   - jena-iri: provides an implementation of RFC 3987 (IRI) and RFC 3986 (URI)
 
   Installing Jena
@@ -32,11 +32,11 @@
   unzipped the Jena distribution:
 
   Windows:
-    set JENAROOT \path\to\apache-jena-2.7.0-incubating
+    set JENAROOT \path\to\apache-jena-2.7.1
     bat\sparql.bat --version    
 
   Linux
-    export JENAROOT=/path/to/apache-jena-2.7.0-incubating
+    export JENAROOT=/path/to/apache-jena-2.7.1
     bin/sparql --version    
 
 
@@ -44,27 +44,27 @@
   -------
 
   The Apache Jena website is available here:
-  http://incubator.apache.org/jena/
+  http://jena.apache.org/
 
 
   Documentation
   -------------
 
-  Getting started: http://incubator.apache.org/jena/getting_started/
-  Tutorials: http://incubator.apache.org/jena/tutorials/
-  Documentation: http://incubator.apache.org/jena/documentation/
+  Getting started: http://jena.apache.org/getting_started/
+  Tutorials: http://jena.apache.org/tutorials/
+  Documentation: http://jena.apache.org/documentation/
 
-  Support is provided via jena-users@incubator.apache.org mailing list.
-  See also: http://incubator.apache.org/jena/help_and_support/
+  Support is provided via users@jena.apache.org mailing list.
+  See also: http://jena.apache.org/help_and_support/
 
   Sources and Getting Involved
   ----------------------------
 
   The Apache Jena source code repository is here:
-  http://svn.apache.org/repos/asf/incubator/jena/Jena2/
+  http://svn.apache.org/repos/asf//jena/
 
   If you are interested in getting involved with Apache Jena development: 
-  http://incubator.apache.org/jena/getting_involved/
+  http://jena.apache.org/getting_involved/
 
 
   Licensing

Modified: jena/trunk/jena-arq/BUILD
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/BUILD?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/jena-arq/BUILD (original)
+++ jena/trunk/jena-arq/BUILD Fri May 25 19:01:59 2012
@@ -19,7 +19,7 @@ We assume you are building "jena-zzz" in
 Download the "source-release" zip file, and also the associated
 signatures and checksums (file extensions .asc, .md5, .sha1).
 
-http://www.apache.org/dist/incubator/dist/
+http://www.apache.org/dist/jena
 
 == Verify the signature
 
@@ -35,7 +35,7 @@ The file with extension .asc contains th
 
 For the zip file of the zzz module:
 
-    gpg --verify jena-zzz-VER-incubating-source-release.zip.asc
+    gpg --verify jena-zzz-VER-source-release.zip.asc
 
 == Verify a checksum
 
@@ -44,16 +44,16 @@ respectively.  Calculate the checksum on
 
 Example (linux):
 
-    md5sum jena-zzz-VER-incubating-source-release.zip
+    md5sum jena-zzz-VER-source-release.zip
 
 == Unpack the file.
 
-   unzip -q jena-zzz-VER-incubating-source-release.zip
+   unzip -q jena-zzz-VER-source-release.zip
 
-will create a directory "jena-zzz-VER-incubating" with the files needed to
+will create a directory "jena-zzz-VER" with the files needed to
 recreate the distribution.
 
-   cd jena-zzz-VER-incubating
+   cd jena-zzz-VER
 
 == Ensure the dependecies are available
 
@@ -74,5 +74,5 @@ or to make them available to other proje
 
 -------------------------------------------------------
 If you have any questions, please do not hesitate in contacting the Jena project:
-  jena-users@incubator.apache.org
-  jena-dev@incubator.apache.org
+  users@jena.apache.org
+  dev@jena.apache.org

Modified: jena/trunk/jena-arq/README.txt
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/README.txt?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/jena-arq/README.txt (original)
+++ jena/trunk/jena-arq/README.txt Fri May 25 19:01:59 2012
@@ -1,17 +1,6 @@
 ARQ : Jena SPARQL System
 ========================
 
-Apache Jena is an effort undergoing incubation at The Apache Software Foundation (ASF), 
-sponsored by the Incubator PMC. Incubation is required of all newly accepted projects 
-until a further review indicates that the infrastructure, communications, and decision 
-making process have stabilized in a manner consistent with other successful ASF projects.
-While incubation status is not necessarily a reflection of the completeness or stability 
-of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-
-
-Website: http://incubator.apache.org/jena/documentation/query/
-Old ARQ website: http://openjena.org/ARQ
-
 ARQ is a complete implementation of SPARQL that can query any Jena model
 or graph, including ones stored in databases.
 
@@ -19,7 +8,7 @@ Download
 --------
 
 Also available via SVN:
-https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/
+https://svn.apache.org/repos/asf/jena/trunk/jena-arq
 
 Maven:
 GroupId: org.apache.jena
@@ -28,15 +17,6 @@ ArtifactId: jena-arq
 Development repository:
   https://repository.apache.org/content/repositories/snapshots/org/apache/jena/ 
 
-
-Old releases:
-  Mirrored to http://repo1.maven.org/
-http://openjena.org/repo
-http://sourceforge.net/project/showfiles.php?group_id=40417&package_id=143808
-
-
-See below of maven repository contents.
-
 Online demos and services
 -------------------------
 
@@ -48,17 +28,15 @@ http://www.sparql.org/validator.html
 Documentation
 -------------
 
-http://incubator.apache.org/jena/documentation/query/index.html
+http://jena.apache.org/documentation/query/index.html
 
 Installation
 ------------
 
-
-
 The apache-jena distribution includes ARQ and all it's dependencies.  It
 also includes scripts to run the command line tools.
 
-www.apache.org/dist/incubator/jena
+http://www.apache.org/dist/jena/
 
 Unpack zip : it unpacks into a directory, including the version number.
 
@@ -144,7 +122,7 @@ Support and Questions
 ---------------------
 
 Comments and questions about ARQ to the Jena mailing list 
-    jena-users@incubator.apache.org
+    users@jena.apache.org
 
 General questions and comments on SPARQL to jena-dev or
     public-sparql-dev@w3.org

Modified: jena/trunk/jena-core/BUILD
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/BUILD?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/jena-core/BUILD (original)
+++ jena/trunk/jena-core/BUILD Fri May 25 19:01:59 2012
@@ -19,7 +19,7 @@ We assume you are building "jena-zzz" in
 Download the "source-release" zip file, and also the associated
 signatures and checksums (file extensions .asc, .md5, .sha1).
 
-http://www.apache.org/dist/incubator/dist/
+http://www.apache.org/dist/jena/
 
 == Verify the signature
 
@@ -35,7 +35,7 @@ The file with extension .asc contains th
 
 For the zip file of the zzz module:
 
-    gpg --verify jena-zzz-VER-incubating-source-release.zip.asc
+    gpg --verify jena-zzz-VER-source-release.zip.asc
 
 == Verify a checksum
 
@@ -44,16 +44,16 @@ respectively.  Calculate the checksum on
 
 Example (linux):
 
-    md5sum jena-zzz-VER-incubating-source-release.zip
+    md5sum jena-zzz-VER-source-release.zip
 
 == Unpack the file.
 
-   unzip -q jena-zzz-VER-incubating-source-release.zip
+   unzip -q jena-zzz-VER-source-release.zip
 
-will create a directory "jena-zzz-VER-incubating" with the files needed to
+will create a directory "jena-zzz-VER" with the files needed to
 recreate the distribution.
 
-   cd jena-zzz-VER-incubating
+   cd jena-zzz-VER
 
 == Ensure the dependecies are available
 
@@ -74,5 +74,5 @@ or to make them available to other proje
 
 -------------------------------------------------------
 If you have any questions, please do not hesitate in contacting the Jena project:
-  jena-users@incubator.apache.org
-  jena-dev@incubator.apache.org
+  users@jena.apache.org
+  dev@jena.apache.org

Modified: jena/trunk/jena-core/README.txt
URL: http://svn.apache.org/viewvc/jena/trunk/jena-core/README.txt?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/jena-core/README.txt (original)
+++ jena/trunk/jena-core/README.txt Fri May 25 19:01:59 2012
@@ -5,8 +5,8 @@ Welcome to Apache Jena,  a Java framewor
 writing Semantic Web applications.
 
 Documentation can be found on the web at
-http://incubator.apache.org/jena
+http://jena.apache.org/
 
 There is a mailing lists for questions and feedback:
-jena-users@incubator.apache.org
+users@jena.apache.org
 

Modified: jena/trunk/jena-iri/BUILD
URL: http://svn.apache.org/viewvc/jena/trunk/jena-iri/BUILD?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/jena-iri/BUILD (original)
+++ jena/trunk/jena-iri/BUILD Fri May 25 19:01:59 2012
@@ -19,7 +19,7 @@ We assume you are building "jena-zzz" in
 Download the "source-release" zip file, and also the associated
 signatures and checksums (file extensions .asc, .md5, .sha1).
 
-http://www.apache.org/dist/incubator/dist/
+http://www.apache.org/dist/jena/
 
 == Verify the signature
 
@@ -35,7 +35,7 @@ The file with extension .asc contains th
 
 For the zip file of the zzz module:
 
-    gpg --verify jena-zzz-VER-incubating-source-release.zip.asc
+    gpg --verify jena-zzz-VER-source-release.zip.asc
 
 == Verify a checksum
 
@@ -44,16 +44,16 @@ respectively.  Calculate the checksum on
 
 Example (linux):
 
-    md5sum jena-zzz-VER-incubating-source-release.zip
+    md5sum jena-zzz-VER-source-release.zip
 
 == Unpack the file.
 
-   unzip -q jena-zzz-VER-incubating-source-release.zip
+   unzip -q jena-zzz-VER-source-release.zip
 
-will create a directory "jena-zzz-VER-incubating" with the files needed to
+will create a directory "jena-zzz-VER" with the files needed to
 recreate the distribution.
 
-   cd jena-zzz-VER-incubating
+   cd jena-zzz-VER
 
 == Ensure the dependecies are available
 
@@ -74,5 +74,5 @@ or to make them available to other proje
 
 -------------------------------------------------------
 If you have any questions, please do not hesitate in contacting the Jena project:
-  jena-users@incubator.apache.org
-  jena-dev@incubator.apache.org
+  users@jena.apache.org
+  dev@jena.apache.org

Modified: jena/trunk/jena-larq/BUILD
URL: http://svn.apache.org/viewvc/jena/trunk/jena-larq/BUILD?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/jena-larq/BUILD (original)
+++ jena/trunk/jena-larq/BUILD Fri May 25 19:01:59 2012
@@ -9,7 +9,7 @@ source-release artifact.
 Download the "source-release" zip file, and also the associated
 signatures and checksums (file extensions .asc, .md5, .sha1).
 
-http://www.apache.org/dist/incubator/dist/
+http://www.apache.org/dist/jena/
 
 == Verify the signature
 
@@ -25,7 +25,7 @@ The file with extension .asc contains th
 
 For the zip file of the zzz module:
 
-    gpg --verify jena-zzz-VER-incubating-source-release.zip.asc
+    gpg --verify jena-zzz-VER-source-release.zip.asc
 
 == Verify a checksum
 
@@ -34,16 +34,16 @@ respectively.  Calculate the checksum on
 
 Example (linux):
 
-    md5sum jena-zzz-VER-incubating-source-release.zip
+    md5sum jena-zzz-VER-source-release.zip
 
 == Unpack the file.
 
-   unzip -q jena-zzz-VER-incubating-source-release.zip
+   unzip -q jena-zzz-VER-source-release.zip
 
-will create a directory "jena-zzz-VER-incubating" with the files needed to
+will create a directory "jena-zzz-VER" with the files needed to
 recreate the distribution.
 
-   cd jena-zzz-VER-incubating
+   cd jena-zzz-VER
 
 == Build
 
@@ -57,5 +57,5 @@ or to make them available to other proje
 
 -------------------------------------------------------
 If you have any questions, please do not hesitate in contacting the Jena project:
-  jena-users@incubator.apache.org
-  jena-dev@incubator.apache.org
+  users@jena.apache.org
+  dev@jena.apache.org

Modified: jena/trunk/jena-larq/README.txt
URL: http://svn.apache.org/viewvc/jena/trunk/jena-larq/README.txt?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/jena-larq/README.txt (original)
+++ jena/trunk/jena-larq/README.txt Fri May 25 19:01:59 2012
@@ -8,12 +8,12 @@ the RDF graph, not storage for the graph
 To package LARQ and use the larq.larqbuilder and larq.larq commands run:
 
   mvn package -Pjar-with-dependencies
-  java -cp .:target/jena-larq-1.0.1-incubating-SNAPSHOT-jar-with-dependencies.jar larq.larqbuilder --version
+  java -cp .:target/jena-larq-1.0.1-SNAPSHOT-jar-with-dependencies.jar larq.larqbuilder --version
 
 The . is to include the Log4j config file in the classpath: log4j.properties
 
 See also:
 
- - http://incubator.apache.org/jena/documentation/larq/
- - http://incubator.apache.org/jena/documentation/query/extension.html#propertyFunctions
- - https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk/
+ - http://jena.apache.org/documentation/larq/
+ - http://jena.apache.org/documentation/query/extension.html#propertyFunctions
+ - https://svn.apache.org/repos/asf/jena/trunk/jena-larq/

Modified: jena/trunk/jena-parent/BUILD
URL: http://svn.apache.org/viewvc/jena/trunk/jena-parent/BUILD?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/jena-parent/BUILD (original)
+++ jena/trunk/jena-parent/BUILD Fri May 25 19:01:59 2012
@@ -19,7 +19,7 @@ We assume you are building "jena-zzz" in
 Download the "source-release" zip file, and also the associated
 signatures and checksums (file extensions .asc, .md5, .sha1).
 
-http://www.apache.org/dist/incubator/dist/
+http://www.apache.org/dist/jena/
 
 == Verify the signature
 
@@ -35,7 +35,7 @@ The file with extension .asc contains th
 
 For the zip file of the zzz module:
 
-    gpg --verify jena-zzz-VER-incubating-source-release.zip.asc
+    gpg --verify jena-zzz-VER-source-release.zip.asc
 
 == Verify a checksum
 
@@ -44,16 +44,16 @@ respectively.  Calculate the checksum on
 
 Example (linux):
 
-    md5sum jena-zzz-VER-incubating-source-release.zip
+    md5sum jena-zzz-VER-source-release.zip
 
 == Unpack the file.
 
-   unzip -q jena-zzz-VER-incubating-source-release.zip
+   unzip -q jena-zzz-VER-source-release.zip
 
-will create a directory "jena-zzz-VER-incubating" with the files needed to
+will create a directory "jena-zzz-VER" with the files needed to
 recreate the distribution.
 
-   cd jena-zzz-VER-incubating
+   cd jena-zzz-VER
 
 == Ensure the dependecies are available
 
@@ -74,5 +74,5 @@ or to make them available to other proje
 
 -------------------------------------------------------
 Please do not hesitate in contacting the Jena developers:
-  jena-users@incubator.apache.org
-  jena-dev@incubator.apache.org
+  users@jena.apache.org
+  dev@jena.apache.org

Modified: jena/trunk/jena-sdb/BUILD
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/BUILD?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/jena-sdb/BUILD (original)
+++ jena/trunk/jena-sdb/BUILD Fri May 25 19:01:59 2012
@@ -21,7 +21,7 @@ We assume you are building "jena-zzz" in
 Download the "source-release" zip file, and also the associated
 signatures and checksums (file extensions .asc, .md5, .sha1).
 
-http://www.apache.org/dist/incubator/dist/
+http://www.apache.org/dist/jena/
 
 == Verify the signature
 
@@ -37,7 +37,7 @@ The file with extension .asc contains th
 
 For the zip file of the zzz module:
 
-    gpg --verify jena-zzz-VER-incubating-source-release.zip.asc
+    gpg --verify jena-zzz-VER-source-release.zip.asc
 
 == Verify a checksum
 
@@ -46,16 +46,16 @@ respectively.  Calculate the checksum on
 
 Example (linux):
 
-    md5sum jena-zzz-VER-incubating-source-release.zip
+    md5sum jena-zzz-VER-source-release.zip
 
 == Unpack the file.
 
-   unzip -q jena-zzz-VER-incubating-source-release.zip
+   unzip -q jena-zzz-VER-source-release.zip
 
-will create a directory "jena-zzz-VER-incubating" with the files needed to
+will create a directory "jena-zzz-VER" with the files needed to
 recreate the distribution.
 
-   cd jena-zzz-VER-incubating
+   cd jena-zzz-VER
 
 == Ensure the dependecies are available
 
@@ -76,5 +76,5 @@ or to make them available to other proje
 
 -------------------------------------------------------
 If you have any questions, please do not hesitate in contacting the Jena project:
-  jena-users@incubator.apache.org
-  jena-dev@incubator.apache.org
+  users@jena.apache.org
+  dev@jena.apache.org

Modified: jena/trunk/jena-sdb/README.txt
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/README.txt?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/jena-sdb/README.txt (original)
+++ jena/trunk/jena-sdb/README.txt Fri May 25 19:01:59 2012
@@ -6,4 +6,4 @@ A database subsystem for Jena, optimized
 Home page: http://openjena.org/SDB/
 
 The documentation will be migrated here:
-http://incubator.apache.org/jena/documentation/sdb/
+http://jena.apache.org/documentation/sdb/

Modified: jena/trunk/jena-tdb/BUILD
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/BUILD?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/jena-tdb/BUILD (original)
+++ jena/trunk/jena-tdb/BUILD Fri May 25 19:01:59 2012
@@ -11,7 +11,7 @@ VER is the version number for the releas
 Download the "source-release" zip file, and also the associated
 signatures and checksums (file extensions .asc, .md5, .sha1).
 
-http://www.apache.org/dist/incubator/dist/
+http://www.apache.org/dist/jena/
 
 == Verify the signature
 
@@ -27,7 +27,7 @@ The file with extension .asc contains th
 
 For the zip file of the tdb module:
 
-    gpg --verify jena-tdb-VER-incubating-source-release.zip.asc
+    gpg --verify jena-tdb-VER-source-release.zip.asc
 
 == Verify a checksum
 
@@ -36,16 +36,16 @@ respectively.  Calculate the checksum on
 
 Example (linux):
 
-    md5sum jena-tdb-VER-incubating-source-release.zip
+    md5sum jena-tdb-VER-source-release.zip
 
 == Unpack the file.
 
-   unzip -q jena-tdb-VER-incubating-source-release.zip
+   unzip -q jena-tdb-VER-source-release.zip
 
-will create a directory "jena-tdb-VER-incubating" with the files needed to
+will create a directory "jena-tdb-VER" with the files needed to
 recreate the distribution.
 
-   cd jena-tdb-VER-incubating
+   cd jena-tdb-VER
 
 == Ensure the dependecies are available
 
@@ -65,5 +65,5 @@ or to make them available to other proje
 
 -------------------------------------------------------
 If you have any questions, please do not hesitiate in contacting the Jena project:
-  jena-users@incubator.apache.org
-  jena-dev@incubator.apache.org
+  users@jena.apache.org
+  dev@jena.apache.org

Modified: jena/trunk/jena-tdb/README
URL: http://svn.apache.org/viewvc/jena/trunk/jena-tdb/README?rev=1342776&r1=1342775&r2=1342776&view=diff
==============================================================================
--- jena/trunk/jena-tdb/README (original)
+++ jena/trunk/jena-tdb/README Fri May 25 19:01:59 2012
@@ -1,16 +1,16 @@
 Apache Jena TDB : A Jena Storage Layer
 ======================================
 
-Website and documentation: http://incubator.apache.org/jena/documentation/tdb/
+Website and documentation: http://jena.apache.org/documentation/tdb/
 
 Download
 --------
 
 Download releases:
-http://www.apache.org/dist/incubator/jena/
+http://www.apache.org/dist/jena/
 
 SVN:
-https://svn.apache.org/repos/asf/incubator/jena/Jena2/TDB/
+https://svn.apache.org/repos/asf/jena/trunk/jena-tdb/
 
 Maven:
 GroupId: org.apache.jena