You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2013/03/27 16:47:14 UTC

svn commit: r1461661 - in /manifoldcf/integration/elasticsearch/branches/release-0.1-branch: ./ src/main/assembly/bin.xml src/main/assembly/src.xml

Author: kwright
Date: Wed Mar 27 15:47:14 2013
New Revision: 1461661

URL: http://svn.apache.org/r1461661
Log:
Fix packaging specifications - pulling up r1461657 from trunk.

Modified:
    manifoldcf/integration/elasticsearch/branches/release-0.1-branch/   (props changed)
    manifoldcf/integration/elasticsearch/branches/release-0.1-branch/src/main/assembly/bin.xml
    manifoldcf/integration/elasticsearch/branches/release-0.1-branch/src/main/assembly/src.xml

Propchange: manifoldcf/integration/elasticsearch/branches/release-0.1-branch/
------------------------------------------------------------------------------
    svn:mergeinfo = /manifoldcf/integration/elasticsearch/trunk:1461657

Modified: manifoldcf/integration/elasticsearch/branches/release-0.1-branch/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/elasticsearch/branches/release-0.1-branch/src/main/assembly/bin.xml?rev=1461661&r1=1461660&r2=1461661&view=diff
==============================================================================
--- manifoldcf/integration/elasticsearch/branches/release-0.1-branch/src/main/assembly/bin.xml (original)
+++ manifoldcf/integration/elasticsearch/branches/release-0.1-branch/src/main/assembly/bin.xml Wed Mar 27 15:47:14 2013
@@ -56,6 +56,7 @@
           <directory></directory>
           <outputDirectory></outputDirectory>
           <includes>
+            <include>**/target/*.jar</include>
             <include>README.txt</include>
             <include>LICENSE.txt</include>
             <include>NOTICE.txt</include>

Modified: manifoldcf/integration/elasticsearch/branches/release-0.1-branch/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/elasticsearch/branches/release-0.1-branch/src/main/assembly/src.xml?rev=1461661&r1=1461660&r2=1461661&view=diff
==============================================================================
--- manifoldcf/integration/elasticsearch/branches/release-0.1-branch/src/main/assembly/src.xml (original)
+++ manifoldcf/integration/elasticsearch/branches/release-0.1-branch/src/main/assembly/src.xml Wed Mar 27 15:47:14 2013
@@ -39,6 +39,7 @@
             <exclude>**/.*/**</exclude>
             <exclude>**/target/**</exclude>
             <exclude>**/lib/**</exclude>
+            <exclude>**/data/**</exclude>
           </excludes>
         </fileSet>
     </fileSets>