You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by sk...@apache.org on 2013/10/04 11:10:20 UTC

[6/8] git commit: Issue OLINGO-25 - make release - fix hssql license issue

Issue OLINGO-25 - make release - fix hssql license issue


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/d83d81e7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/d83d81e7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/d83d81e7

Branch: refs/heads/master
Commit: d83d81e740434d5ed080a41285e72aca10ed7a5b
Parents: e8e92d4
Author: Stephan Klevenz <sk...@apache.org>
Authored: Fri Oct 4 11:01:34 2013 +0200
Committer: Stephan Klevenz <sk...@apache.org>
Committed: Fri Oct 4 11:08:07 2013 +0200

----------------------------------------------------------------------
 .../src/main/assembly/javadoc-assembly.xml      |    3 +
 odata2-dist/jpa/src/main/resources/LICENSE      | 2267 ++++++++++-------
 odata2-dist/lib/src/main/resources/LICENSE      | 1657 ++++++++-----
 odata2-dist/ref/src/main/resources/LICENSE      | 2311 +++++++++++-------
 .../src/main/resources/META-INF/LICENSE         | 1697 ++++++++-----
 .../jpa-web/src/main/resources/META-INF/LICENSE | 2311 +++++++++++-------
 6 files changed, 6387 insertions(+), 3859 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/d83d81e7/odata2-dist/javadoc/src/main/assembly/javadoc-assembly.xml
----------------------------------------------------------------------
diff --git a/odata2-dist/javadoc/src/main/assembly/javadoc-assembly.xml b/odata2-dist/javadoc/src/main/assembly/javadoc-assembly.xml
index c07be98..b6edfe3 100644
--- a/odata2-dist/javadoc/src/main/assembly/javadoc-assembly.xml
+++ b/odata2-dist/javadoc/src/main/assembly/javadoc-assembly.xml
@@ -24,6 +24,9 @@
         <fileSet>
             <directory>${project.build.directory}/maven-shared-archive-resources/META-INF</directory>
             <outputDirectory>/</outputDirectory>
+            <excludes>
+                <exclude>DEPENDENCIES</exclude>
+            </excludes>
         </fileSet>
     </fileSets>
 </assembly>