You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2014/09/10 18:31:07 UTC

svn commit: r1624056 - /uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Author: challngr
Date: Wed Sep 10 16:31:07 2014
New Revision: 1624056

URL: http://svn.apache.org/r1624056
Log:
UIMA-3892 Configure location of private resources directory.

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml

Modified: uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml?rev=1624056&r1=1624055&r2=1624056&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/assembly/bin.xml Wed Sep 10 16:31:07 2014
@@ -294,7 +294,7 @@ under the License.    
 
     <fileSet>
       <directory>src/main/resources/private</directory>
-      <outputDirectory>resources/private</outputDirectory>
+      <outputDirectory>resources.private</outputDirectory>
       <fileMode>600</fileMode>
       <directoryMode>700</directoryMode>
       <includes />