You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2016/12/31 17:08:57 UTC

opennlp git commit: OPENNLP-905 Copy LICENSE and NOTICE files to root of distribution

Repository: opennlp
Updated Branches:
  refs/heads/trunk cb3e2250d -> 67ffda9ac


OPENNLP-905 Copy LICENSE and NOTICE files to root of distribution


Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo
Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/67ffda9a
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/67ffda9a
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/67ffda9a

Branch: refs/heads/trunk
Commit: 67ffda9ac16092c04dec7b4b857c48f8db53a7c9
Parents: cb3e225
Author: J�rn Kottmann <jo...@apache.org>
Authored: Sat Dec 31 18:08:09 2016 +0100
Committer: J�rn Kottmann <jo...@apache.org>
Committed: Sat Dec 31 18:08:09 2016 +0100

----------------------------------------------------------------------
 opennlp-distr/src/main/assembly/bin.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/67ffda9a/opennlp-distr/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/opennlp-distr/src/main/assembly/bin.xml b/opennlp-distr/src/main/assembly/bin.xml
index 615c7fc..feab11d 100644
--- a/opennlp-distr/src/main/assembly/bin.xml
+++ b/opennlp-distr/src/main/assembly/bin.xml
@@ -45,7 +45,8 @@
 	    <fileSet>
 	    	<directory>src/main/readme</directory>
 	    	<fileMode>644</fileMode>
-	    	<directoryMode>755</directoryMode>      
+	    	<directoryMode>755</directoryMode>
+			<outputDirectory>.</outputDirectory>
 	    </fileSet>
 		
 	    <fileSet>