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/11/12 23:35:38 UTC

svn commit: r1408484 - in /jena/Scratch/AFS: Dev/trunk/src-dev/dev/ Dev/trunk/src-dev/sparql/ Jena-Dev/trunk/ Jena-Dev/trunk/src/dev/ Jena-Dev/trunk/src/tx/

Author: andy
Date: Mon Nov 12 22:35:36 2012
New Revision: 1408484

URL: http://svn.apache.org/viewvc?rev=1408484&view=rev
Log:
Tidy up in dev projects

Added:
    jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena346_TestCase.java
      - copied, changed from r1408132, jena/Scratch/AFS/Dev/trunk/src-dev/dev/Jena346_TestCase.java
Removed:
    jena/Scratch/AFS/Dev/trunk/src-dev/dev/Jena346_TestCase.java
    jena/Scratch/AFS/Dev/trunk/src-dev/sparql/MainAlg.java
    jena/Scratch/AFS/Jena-Dev/trunk/src/dev/AllTestsARQ.java
    jena/Scratch/AFS/Jena-Dev/trunk/src/dev/DevARQ.java
    jena/Scratch/AFS/Jena-Dev/trunk/src/dev/DevTDB.java
    jena/Scratch/AFS/Jena-Dev/trunk/src/dev/RunHTTP.java
    jena/Scratch/AFS/Jena-Dev/trunk/src/tx/DevTx.java
    jena/Scratch/AFS/Jena-Dev/trunk/src/tx/IOBytes.java
    jena/Scratch/AFS/Jena-Dev/trunk/src/tx/NodeTableTrans99.java
    jena/Scratch/AFS/Jena-Dev/trunk/src/tx/TransBlob.java
Modified:
    jena/Scratch/AFS/Jena-Dev/trunk/.classpath

Modified: jena/Scratch/AFS/Jena-Dev/trunk/.classpath
URL: http://svn.apache.org/viewvc/jena/Scratch/AFS/Jena-Dev/trunk/.classpath?rev=1408484&r1=1408483&r2=1408484&view=diff
==============================================================================
--- jena/Scratch/AFS/Jena-Dev/trunk/.classpath (original)
+++ jena/Scratch/AFS/Jena-Dev/trunk/.classpath Mon Nov 12 22:35:36 2012
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="var" path="M2_REPO/org/apache/jena/jena-iri/0.9.4-SNAPSHOT/jena-iri-0.9.4-SNAPSHOT.jar" sourcepath="M2_REPO/org/apache/jena/jena-iri/0.9.4-SNAPSHOT/jena-iri-0.9.4-SNAPSHOT-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/commons-codec/commons-codec/1.5/commons-codec-1.5.jar" sourcepath="M2_REPO/commons-codec/commons-codec/1.5/commons-codec-1.5-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpclient/4.1.2/httpclient-4.1.2.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpclient/4.1.2/httpclient-4.1.2-sources.jar"/>
@@ -13,6 +12,7 @@
 	<classpathentry kind="var" path="M2_REPO/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar" sourcepath="M2_REPO/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4-sources.jar"/>
 	<classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.10.0/xercesImpl-2.10.0.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jena-iri"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/jena-core"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/jena-arq"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/jena-tdb"/>

Copied: jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena346_TestCase.java (from r1408132, jena/Scratch/AFS/Dev/trunk/src-dev/dev/Jena346_TestCase.java)
URL: http://svn.apache.org/viewvc/jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena346_TestCase.java?p2=jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena346_TestCase.java&p1=jena/Scratch/AFS/Dev/trunk/src-dev/dev/Jena346_TestCase.java&r1=1408132&r2=1408484&rev=1408484&view=diff
==============================================================================
--- jena/Scratch/AFS/Dev/trunk/src-dev/dev/Jena346_TestCase.java (original)
+++ jena/Scratch/AFS/Jena-Dev/trunk/src/dev/Jena346_TestCase.java Mon Nov 12 22:35:36 2012
@@ -32,6 +32,8 @@ public class Jena346_TestCase
 {
     public static void main(String[] args)
     {
+        // And check for multiple hits on the node table (uncached)
+        
         ARQ.getContext().setTrue(TDB.symUnionDefaultGraph) ;
 
         Dataset ds = TDBFactory.createDataset() ;