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 2011/12/06 18:50:58 UTC

svn commit: r1211051 - in /incubator/jena/Jena2/JenaZip/trunk: BUILD README ReleaseNotes-ARQ.txt ReleaseNotes-Jena.txt

Author: andy
Date: Tue Dec  6 17:50:57 2011
New Revision: 1211051

URL: http://svn.apache.org/viewvc?rev=1211051&view=rev
Log:
Misc updates.

Modified:
    incubator/jena/Jena2/JenaZip/trunk/BUILD
    incubator/jena/Jena2/JenaZip/trunk/README
    incubator/jena/Jena2/JenaZip/trunk/ReleaseNotes-ARQ.txt
    incubator/jena/Jena2/JenaZip/trunk/ReleaseNotes-Jena.txt

Modified: incubator/jena/Jena2/JenaZip/trunk/BUILD
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/BUILD?rev=1211051&r1=1211050&r2=1211051&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/BUILD (original)
+++ incubator/jena/Jena2/JenaZip/trunk/BUILD Tue Dec  6 17:50:57 2011
@@ -12,6 +12,7 @@ assumes that dependences are already bui
 scratc, you need to build the dependencies first.  This can be done from
 the Apache "source-release" artifacts or from subversion.
 
+
 == Modules
 
 JenaTop - the parent POM
@@ -20,22 +21,6 @@ jena    - the main RDF and OWL APIs, and
 ARQ     - SPARQL query engine
 
 
-== Sources from subversion
-
-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
-
-
 == Source from the Apache release
 
 The current release is available at:
@@ -48,6 +33,23 @@ http://archive.apache.org/dist/incubator
 
 Download all the "source-release" artifacts and unpack these.
 
+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)
+
 
 == Build
 
@@ -63,10 +65,29 @@ do
   done
 
 # Build download.
-cd jena-zip*
+cd apache-jena*
 mvn clean package
 
-The download will be in jena-zip*/target/
+
+The download will be in apache-jena-2.7.0-incubating/target/
+
+
+== Sources from subversion
+
+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
+
+
 
 -------------------------------------------------------
 Please do hestiate in contacting the Jena developers:

Modified: incubator/jena/Jena2/JenaZip/trunk/README
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/README?rev=1211051&r1=1211050&r2=1211051&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/README (original)
+++ incubator/jena/Jena2/JenaZip/trunk/README Tue Dec  6 17:50:57 2011
@@ -24,7 +24,7 @@
   -------
 
   The directories bat/ and bin/ provide script wrappers to run Jena command
-  line tools.  The scripts can be coppied to a convenient place on the
+  line tools.  The scripts can be copied to a convenient place on the
   command path.
 
   To use the Jena tools from the command line you need to set the JENAROOT

Modified: incubator/jena/Jena2/JenaZip/trunk/ReleaseNotes-ARQ.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/ReleaseNotes-ARQ.txt?rev=1211051&r1=1211050&r2=1211051&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/ReleaseNotes-ARQ.txt (original)
+++ incubator/jena/Jena2/JenaZip/trunk/ReleaseNotes-ARQ.txt Tue Dec  6 17:50:57 2011
@@ -1,7 +1,7 @@
 ChangeLog for ARQ
 =================
 
-==== ARQ 2.8.9
+==== ARQ 2.9.0
 ** Java 6 is now required for running ARQ.
 
 + ARQ: Provides \-escapes for characters ~.-!$&'()*+,;=:/?#@% in local part of prefix names 

Modified: incubator/jena/Jena2/JenaZip/trunk/ReleaseNotes-Jena.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/ReleaseNotes-Jena.txt?rev=1211051&r1=1211050&r2=1211051&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/ReleaseNotes-Jena.txt (original)
+++ incubator/jena/Jena2/JenaZip/trunk/ReleaseNotes-Jena.txt Tue Dec  6 17:50:57 2011
@@ -1,7 +1,7 @@
 Release Notes 
 =============
 
-==== Jena 2.6.5
+==== Jena 2.7.0
 
 ** Java 6 is now required for running Jena.
 ** The deprecate RDB subsystem has been removed.  Please use TDB or SDB.