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/06/14 12:11:29 UTC

svn commit: r1350176 - in /jena/trunk: BUILD README apache-jena/BUILD jena-parent/BUILD

Author: andy
Date: Thu Jun 14 10:11:29 2012
New Revision: 1350176

URL: http://svn.apache.org/viewvc?rev=1350176&view=rev
Log:
Tidy README and BUILD files

Added:
    jena/trunk/BUILD
      - copied, changed from r1350168, jena/trunk/apache-jena/BUILD
    jena/trunk/README
Removed:
    jena/trunk/apache-jena/BUILD
    jena/trunk/jena-parent/BUILD

Copied: jena/trunk/BUILD (from r1350168, jena/trunk/apache-jena/BUILD)
URL: http://svn.apache.org/viewvc/jena/trunk/BUILD?p2=jena/trunk/BUILD&p1=jena/trunk/apache-jena/BUILD&r1=1350168&r2=1350176&rev=1350176&view=diff
==============================================================================
--- jena/trunk/apache-jena/BUILD (original)
+++ jena/trunk/BUILD Thu Jun 14 10:11:29 2012
@@ -3,21 +3,20 @@ Apache Jena - download build instruction
 
 This is how to build the Jena download from source.
 
-The Jena download contains the IRI, API and SPARQL modules as jar files,
-together with all the necssary dependencies.  Put all the jars in lib/ on
-the java classpath.
-
-The build of the Jena download collects all the dependencies together. It
-assumes that dependences are already built so if you want to build from
-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
-IRI     - The IRI library
-jena    - the main RDF and OWL APIs, and memory storage subsystem.
-ARQ     - SPARQL query engine
+All modules are releases as maven artifacts.
+
+jena-parent
+
+jena-iri
+jena-core
+jena-arq
+jena-tdb
+  These are assembled into the apache-jena download.
+
+jena-fuseki
+  This is a separate downloadable 
 
 == Source from the Apache release
 
@@ -46,7 +45,7 @@ The file with extension .asc contains th
 
 For the zip file of the zzz module:
 
-    gpg --verify apache-jena-zzz-VER-source-release.zip.asc
+    gpg --verify jena-VER-source-release.zip.asc
 
 = Verify a checksum
 
@@ -55,7 +54,7 @@ respectively.  Calculate the checksum on
 
 Example (linux):
 
-    md5sum jena-zzz-VER-source-release.zip
+    md5sum jena-VER-source-release.zip
 
 == Build
 
@@ -65,7 +64,7 @@ will have version numbers in them).
 # Build modules.
 mvn clean package
 
-The download will be in apache-jena-2.7.0/target/ and jena-fuseki/target
+The download will be in apache-jena/target/ and jena-fuseki/target.
 
 == Sources from subversion
 

Added: jena/trunk/README
URL: http://svn.apache.org/viewvc/jena/trunk/README?rev=1350176&view=auto
==============================================================================
--- jena/trunk/README (added)
+++ jena/trunk/README Thu Jun 14 10:11:29 2012
@@ -0,0 +1,10 @@
+Jena README
+===========
+
+Welcome to Apache Jena, a Java framework for writing Semantic Web applications.
+
+See http://jena.apache.org/ for the project website, including documentation.
+
+The codebase for the active modules is to be found under:
+
+https://svn.apache.org/repos/asf/jena/trunk/