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 2015/07/21 02:46:22 UTC

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

Author: kwright
Date: Tue Jul 21 00:46:21 2015
New Revision: 1692039

URL: http://svn.apache.org/r1692039
Log:
Pull up packaging fix from trunk.

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

Propchange: manifoldcf/integration/elasticsearch/branches/release-2.1-branch/
------------------------------------------------------------------------------
    svn:mergeinfo = /manifoldcf/integration/elasticsearch/trunk:1692038

Modified: manifoldcf/integration/elasticsearch/branches/release-2.1-branch/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/elasticsearch/branches/release-2.1-branch/src/main/assembly/bin.xml?rev=1692039&r1=1692038&r2=1692039&view=diff
==============================================================================
--- manifoldcf/integration/elasticsearch/branches/release-2.1-branch/src/main/assembly/bin.xml (original)
+++ manifoldcf/integration/elasticsearch/branches/release-2.1-branch/src/main/assembly/bin.xml Tue Jul 21 00:46:21 2015
@@ -49,10 +49,21 @@
     </moduleSets>
     <fileSets>
         <fileSet>
-          <directory></directory>
-          <outputDirectory></outputDirectory>
+            <directory>target</directory>
+            <outputDirectory/>
+            <fileMode>644</fileMode>
+            <directoryMode>755</directoryMode>
+            <includes>
+                <include>${project.artifactId}-${project.version}.jar</include>
+            </includes>
+        </fileSet>
+        
+        <fileSet>
+          <directory>.</directory>
+          <outputDirectory/>
+          <fileMode>644</fileMode>
+          <directoryMode>755</directoryMode>
           <includes>
-            <include>**/target/*.jar</include>
             <include>README.txt</include>
             <include>LICENSE.txt</include>
             <include>NOTICE.txt</include>