You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/02/02 22:33:26 UTC

incubator-ignite git commit: ignite-151-154 cache-api.jar added to assembly

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-151-154 babd67e9d -> 6799b631b


ignite-151-154 cache-api.jar added to assembly


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/6799b631
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/6799b631
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/6799b631

Branch: refs/heads/ignite-151-154
Commit: 6799b631bcf053515e7643381c75bd57989e249a
Parents: babd67e
Author: Anton Vinogradov <av...@gridgain.com>
Authored: Tue Feb 3 00:33:07 2015 +0300
Committer: Anton Vinogradov <av...@gridgain.com>
Committed: Tue Feb 3 00:33:07 2015 +0300

----------------------------------------------------------------------
 assembly/dependencies-fabric.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/6799b631/assembly/dependencies-fabric.xml
----------------------------------------------------------------------
diff --git a/assembly/dependencies-fabric.xml b/assembly/dependencies-fabric.xml
index 68c0337..4d0f037 100644
--- a/assembly/dependencies-fabric.xml
+++ b/assembly/dependencies-fabric.xml
@@ -72,6 +72,10 @@
             <directory>modules/core/licenses</directory>
             <outputDirectory>/licenses</outputDirectory>
         </fileSet>
+        <fileSet>
+            <directory>modules/core/target/libs</directory>
+            <outputDirectory>/</outputDirectory>
+        </fileSet>
     </fileSets>
 
     <files>