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 2015/03/22 20:34:26 UTC

jena git commit: JENA-896 : Don't pack ReleaseNotes

Repository: jena
Updated Branches:
  refs/heads/master 570def232 -> 85f47db8d


JENA-896 : Don't pack ReleaseNotes


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/85f47db8
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/85f47db8
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/85f47db8

Branch: refs/heads/master
Commit: 85f47db8d13156648910c99263d930e5ecb9688a
Parents: 570def2
Author: Andy Seaborne <an...@apache.org>
Authored: Sun Mar 22 19:34:20 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sun Mar 22 19:34:20 2015 +0000

----------------------------------------------------------------------
 apache-jena/assembly-jena-zip.xml               | 32 --------------------
 .../apache-jena-fuseki/assembly-dist.xml        |  2 --
 2 files changed, 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/85f47db8/apache-jena/assembly-jena-zip.xml
----------------------------------------------------------------------
diff --git a/apache-jena/assembly-jena-zip.xml b/apache-jena/assembly-jena-zip.xml
index 971b8cf..503b93e 100644
--- a/apache-jena/assembly-jena-zip.xml
+++ b/apache-jena/assembly-jena-zip.xml
@@ -177,36 +177,4 @@
 
   </fileSets>
 
-  <files>
-    <file>
-      <source>../jena-core/ReleaseNotes.txt</source>
-      <outputDirectory>/</outputDirectory>
-      <destName>ReleaseNotes-Jena.txt</destName>
-      <fileMode>0622</fileMode>
-    </file>
-
-    <file>
-      <source>../jena-arq/ReleaseNotes.txt</source>
-      <outputDirectory>/</outputDirectory>
-      <destName>ReleaseNotes-ARQ.txt</destName>
-      <fileMode>0622</fileMode>
-    </file>
-
-    <file>
-      <source>../jena-tdb/ReleaseNotes.txt</source>
-      <outputDirectory>/</outputDirectory>
-      <destName>ReleaseNotes-TDB.txt</destName>
-      <fileMode>0622</fileMode>
-    </file>
-    
-    <!--
-    <file>
-      <source>../jena-fuseki/ReleaseNotes.txt</source>
-      <outputDirectory>/</outputDirectory>
-      <destName>ReleaseNotes-Fuseki.txt</destName>
-      <fileMode>0622</fileMode>
-    </file>
-    -->
-  </files>
-
 </assembly>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/jena/blob/85f47db8/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml b/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml
index 0afa6c4..5e9a803 100644
--- a/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml
+++ b/jena-fuseki2/apache-jena-fuseki/assembly-dist.xml
@@ -74,7 +74,6 @@
 	<include>templates/*</include>
         <include>README*</include>
         <include>DEPENDENCIES*</include>
-        <include>ReleaseNotes.txt</include>
       </includes>
     </fileSet>
 
@@ -82,7 +81,6 @@
       <outputDirectory></outputDirectory>
       <includes>
         <include>log4j.properties</include>
-	<!--<include>examples/**</include>-->
         <include>fuseki</include>
         <include>fuseki-server</include>
         <include>fuseki-server.bat</include>