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/10/09 23:07:42 UTC

svn commit: r1396323 - in /jena/trunk/jena-sdb: assembly.xml pom.xml sdb.ttl

Author: andy
Date: Tue Oct  9 21:07:42 2012
New Revision: 1396323

URL: http://svn.apache.org/viewvc?rev=1396323&view=rev
Log:
Set developerConnection in the hope it fixes release build problem; tidy assembly

Modified:
    jena/trunk/jena-sdb/assembly.xml
    jena/trunk/jena-sdb/pom.xml
    jena/trunk/jena-sdb/sdb.ttl

Modified: jena/trunk/jena-sdb/assembly.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/assembly.xml?rev=1396323&r1=1396322&r2=1396323&view=diff
==============================================================================
--- jena/trunk/jena-sdb/assembly.xml (original)
+++ jena/trunk/jena-sdb/assembly.xml Tue Oct  9 21:07:42 2012
@@ -53,23 +53,10 @@
 
     <fileSet>
       <includes>
-        <include>Copyright.txt</include>
         <include>README*</include>
-	<include>LICENSE*</include>
-	<include>NOTICE*</include>
         <include>ChangeLog.txt</include>
         <include>pom.xml</include>
-      </includes>
-    </fileSet>
-
-
-
-    <!-- Put sources at the top level -->
-    <fileSet>
-      <directory>${project.build.directory}</directory>
-      <outputDirectory></outputDirectory>
-      <includes>
-        <include>${this.root}-sources.jar</include>
+	<include>sdb.ttl</include>
       </includes>
     </fileSet>
 

Modified: jena/trunk/jena-sdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/pom.xml?rev=1396323&r1=1396322&r2=1396323&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Tue Oct  9 21:07:42 2012
@@ -36,7 +36,8 @@
   <description>SDB is a persistence layer that uses an SQL database.</description>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-sdb</connection>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-sdb/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jena/trunk/jena-sdb/</developerConnection>
     <url>http://svn.apache.org/viewvc/jena/trunk/jena-sdb</url>
   </scm>
 

Modified: jena/trunk/jena-sdb/sdb.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/sdb.ttl?rev=1396323&r1=1396322&r2=1396323&view=diff
==============================================================================
--- jena/trunk/jena-sdb/sdb.ttl (original)
+++ jena/trunk/jena-sdb/sdb.ttl Tue Oct  9 21:07:42 2012
@@ -5,8 +5,9 @@
 @prefix ja:       <http://jena.hpl.hp.com/2005/11/Assembler#> .
 @prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
 
-# For use with Joseki.
+# For use with Fuseki
 [] ja:loadClass "com.hp.hpl.jena.sdb.SDB" .
+sdb:DatasetStore  rdfs:subClassOf  ja:RDFDataset .
 
 <#dataset> rdf:type sdb:DatasetStore ;
     sdb:store <#store> .