You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2012/01/13 00:23:25 UTC

svn commit: r1230836 - in /incubator/jena/Jena2/LARQ/trunk: BUILD CHANGES CHANGES.txt DEPENDENCIES DISCLAIMER DISCLAIMER.txt LICENSE LICENSE.txt NOTICE NOTICE.txt README.txt

Author: castagna
Date: Thu Jan 12 23:23:24 2012
New Revision: 1230836

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

Added:
    incubator/jena/Jena2/LARQ/trunk/BUILD
    incubator/jena/Jena2/LARQ/trunk/CHANGES   (contents, props changed)
      - copied, changed from r1230821, incubator/jena/Jena2/LARQ/trunk/CHANGES.txt
    incubator/jena/Jena2/LARQ/trunk/DEPENDENCIES
    incubator/jena/Jena2/LARQ/trunk/DISCLAIMER   (props changed)
      - copied unchanged from r1230821, incubator/jena/Jena2/LARQ/trunk/DISCLAIMER.txt
    incubator/jena/Jena2/LARQ/trunk/LICENSE   (props changed)
      - copied unchanged from r1230821, incubator/jena/Jena2/LARQ/trunk/LICENSE.txt
    incubator/jena/Jena2/LARQ/trunk/NOTICE   (props changed)
      - copied unchanged from r1230821, incubator/jena/Jena2/LARQ/trunk/NOTICE.txt
Removed:
    incubator/jena/Jena2/LARQ/trunk/CHANGES.txt
    incubator/jena/Jena2/LARQ/trunk/DISCLAIMER.txt
    incubator/jena/Jena2/LARQ/trunk/LICENSE.txt
    incubator/jena/Jena2/LARQ/trunk/NOTICE.txt
Modified:
    incubator/jena/Jena2/LARQ/trunk/README.txt

Added: incubator/jena/Jena2/LARQ/trunk/BUILD
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/BUILD?rev=1230836&view=auto
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/BUILD (added)
+++ incubator/jena/Jena2/LARQ/trunk/BUILD Thu Jan 12 23:23:24 2012
@@ -0,0 +1,78 @@
+Apache Jena - single module instructions
+========================================
+
+This file contain the instructions for building this module from the
+source-release artifact.  The build instructions to create the whole of
+this Jena release are in the apache-jena-VER.zip file.
+
+The build process assumes the dependencies of this module are available in
+the local maven repository.
+
+jena-top -> jena-iri -> jena-core -> jena-arq -> apache-jena (the download).
+
+The instructions are the same for each jena-* module.
+
+We assume you are building "jena-zzz" in these instructions.
+
+== Download
+
+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/
+
+== Verify the signature
+
+Get the public keys for the signature.  The file KEYS in the distribution
+area contains the keys of the release managers.  These only need to be
+imported once.  You can check the signatures at http://pgp.mit.edu/
+
+(For Gnu PrivacyGuard)
+
+    gpg --import < KEYS
+
+The file with extension .asc contains the 
+
+For the zip file of the zzz module:
+
+    gpg --verify jena-zzz-VER-incubating-source-release.zip.asc
+
+== Verify a checksum
+
+The .md5 and .sha1 files contain the MD5 and SHA1 checksum of the file
+respectively.  Calculate the checksum on the downloaded file 
+
+Exampale (linux):
+
+    md5sum jena-zzz-VER-incubating-source-release.zip
+
+== Unpack the file.
+
+   unzip -q jena-zzz-VER-incubating-source-release.zip
+
+will create a directory "jena-zzz-VER-incubating" with the files needed to
+recreate the distribution.
+
+   cd jena-zzz-VER-incubating
+
+== Ensure the dependecies are available
+
+Either build the previous modules in the dependency chain or get them from
+a public maven repository:
+
+    mvn dependency:resolve
+
+== Build
+
+To build the artifacts for this module:
+
+    mvn clean package
+
+or to make them available to other projects on the local machine:
+
+    mvn clean install
+
+-------------------------------------------------------
+If you have any questions, please do not hesitate in contacting the Jena project:
+  jena-users@incubator.apache.org
+  jena-dev@incubator.apache.org

Copied: incubator/jena/Jena2/LARQ/trunk/CHANGES (from r1230821, incubator/jena/Jena2/LARQ/trunk/CHANGES.txt)
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/CHANGES?p2=incubator/jena/Jena2/LARQ/trunk/CHANGES&p1=incubator/jena/Jena2/LARQ/trunk/CHANGES.txt&r1=1230821&r2=1230836&rev=1230836&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/CHANGES.txt (original)
+++ incubator/jena/Jena2/LARQ/trunk/CHANGES Thu Jan 12 23:23:24 2012
@@ -1,6 +1,10 @@
 LARQ Change Log
 
-LARQ 0.1-SNAPSHOT
+LARQ 1.0.0-incubating-SNAPSHOT (unreleased)
+
+ - Upgraded Apache Lucene from 3.4.0 to 3.5.0
+
+LARQ 0.1-SNAPSHOT (unreleased)
 
  - Initial import from ARQ, minimal changes to point to the new location 
    of test files. Lucene version is still 2.3.1.

Propchange: incubator/jena/Jena2/LARQ/trunk/CHANGES
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: incubator/jena/Jena2/LARQ/trunk/DEPENDENCIES
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/DEPENDENCIES?rev=1230836&view=auto
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/DEPENDENCIES (added)
+++ incubator/jena/Jena2/LARQ/trunk/DEPENDENCIES Thu Jan 12 23:23:24 2012
@@ -0,0 +1,19 @@
+This file lists the dependences for LARQ.
+  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

Propchange: incubator/jena/Jena2/LARQ/trunk/DISCLAIMER
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: incubator/jena/Jena2/LARQ/trunk/LICENSE
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Propchange: incubator/jena/Jena2/LARQ/trunk/NOTICE
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: incubator/jena/Jena2/LARQ/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/README.txt?rev=1230836&r1=1230835&r2=1230836&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/README.txt (original)
+++ incubator/jena/Jena2/LARQ/trunk/README.txt Thu Jan 12 23:23:24 2012
@@ -1,5 +1,5 @@
-LARQ - Free Text Indexing for SPARQL
-------------------------------------
+LARQ - adding free text searches to SPARQL
+------------------------------------------
 
 LARQ is a combination of ARQ and Lucene. It gives ARQ the ability to perform 
 free text searches. Lucene indexes are additional information for accessing 
@@ -7,8 +7,6 @@ the RDF graph, not storage for the graph
 
 See also:
 
+ - http://incubator.apache.org/jena/documentation/larq/
  - https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk/
- - http://www.openjena.org/ARQ/lucene-arq.html
- - http://openjena.org/wiki/LARQ
- - http://jena.sourceforge.net/ARQ/extension.html#propertyFunctions
-
+ - http://incubator.apache.org/jena/documentation/query/extension.html#propertyFunctions