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/19 20:45:00 UTC

svn commit: r1220917 - in /incubator/jena/Jena2: JenaTop/trunk/BUILD JenaTop/trunk/DEPENDENCIES JenaZip/trunk/BUILD JenaZip/trunk/DEPENDENCIES

Author: andy
Date: Mon Dec 19 19:44:59 2011
New Revision: 1220917

URL: http://svn.apache.org/viewvc?rev=1220917&view=rev
Log: (empty)

Added:
    incubator/jena/Jena2/JenaZip/trunk/DEPENDENCIES
Modified:
    incubator/jena/Jena2/JenaTop/trunk/BUILD
    incubator/jena/Jena2/JenaTop/trunk/DEPENDENCIES
    incubator/jena/Jena2/JenaZip/trunk/BUILD

Modified: incubator/jena/Jena2/JenaTop/trunk/BUILD
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaTop/trunk/BUILD?rev=1220917&r1=1220916&r2=1220917&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaTop/trunk/BUILD (original)
+++ incubator/jena/Jena2/JenaTop/trunk/BUILD Mon Dec 19 19:44:59 2011
@@ -35,7 +35,7 @@ The file with extension .asc contains th
 
 For the zip file of the zzz module:
 
-    gpg --verify jena-zzz-VER-incubator-source-release.zip.asc
+    gpg --verify jena-zzz-VER-incubating-source-release.zip.asc
 
 == Verify a checksum
 
@@ -44,16 +44,16 @@ respectively.  Calculate the checksum on
 
 Exampale (linux):
 
-    md5sum jena-zzz-VER-incubator-source-release.zip
+    md5sum jena-zzz-VER-incubating-source-release.zip
 
 == Unpack the file.
 
-   unzip -q jena-zzz-VER-incubator-source-release.zip
+   unzip -q jena-zzz-VER-incubating-source-release.zip
 
-will create a directory "jena-zzz-VER-incubator" with the files needed to
+will create a directory "jena-zzz-VER-incubating" with the files needed to
 recreate the distribution.
 
-   cd jena-zzz-VER-incubator
+   cd jena-zzz-VER-incubating
 
 == Ensure the dependecies are available
 

Modified: incubator/jena/Jena2/JenaTop/trunk/DEPENDENCIES
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaTop/trunk/DEPENDENCIES?rev=1220917&r1=1220916&r2=1220917&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaTop/trunk/DEPENDENCIES (original)
+++ incubator/jena/Jena2/JenaTop/trunk/DEPENDENCIES Mon Dec 19 19:44:59 2011
@@ -17,7 +17,4 @@ SLF4J : http://www.slf4j.org/
   MIT License
 
 JUnit : http://junit.org/
-  Common Public License - v 1.0
-  
-WoodSToX StAX parser http://woodstox.codehaus.org/
-  Apache Software License
+  Common Public License - v1.0

Modified: incubator/jena/Jena2/JenaZip/trunk/BUILD
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/BUILD?rev=1220917&r1=1220916&r2=1220917&view=diff
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/BUILD (original)
+++ incubator/jena/Jena2/JenaZip/trunk/BUILD Mon Dec 19 19:44:59 2011
@@ -63,7 +63,7 @@ The file with extension .asc contains th
 
 For the zip file of the zzz module:
 
-    gpg --verify jena-zzz-VER-incubator-source-release.zip.asc
+    gpg --verify jena-zzz-VER-incubating-source-release.zip.asc
 
 = Verify a checksum
 
@@ -72,7 +72,7 @@ respectively.  Calculate the checksum on
 
 Exampale (linux):
 
-    md5sum jena-zzz-VER-incubator-source-release.zip
+    md5sum jena-zzz-VER-incubating-source-release.zip
 
 == Build
 
@@ -95,7 +95,7 @@ The download will be in apache-jena-2.7.
 
 == Sources from subversion
 
-alternativbely, yo can build from the develop codebase.
+Alternatively, you can build from the development codebase.
 
 The Jena2 subversion area is rooted at:
 

Added: incubator/jena/Jena2/JenaZip/trunk/DEPENDENCIES
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/JenaZip/trunk/DEPENDENCIES?rev=1220917&view=auto
==============================================================================
--- incubator/jena/Jena2/JenaZip/trunk/DEPENDENCIES (added)
+++ incubator/jena/Jena2/JenaZip/trunk/DEPENDENCIES Mon Dec 19 19:44:59 2011
@@ -0,0 +1,19 @@
+This file lists the dependences for ARQ.
+  Version numbers are given in the POM file for a particular distribution. 
+
+Apache Projects:   Apache Software License
+  Apache Jena, including the Jena IRI library
+  Apache Xerces-J
+  Apache log4j
+  Apache HttpComponents (HTTP Client)
+  Apache Commons Codec
+
+ICU4J : http://icu-project.org/
+   IBM X License (to version ICU4J 3.4.4)
+
+SLF4J : http://www.slf4j.org/
+  Copyright (c) 2004-2008 QOS.ch
+  MIT License
+
+JUnit : http://junit.org/
+  Common Public License - v 1.0