Author: seanfinan
Date: Tue Nov  4 19:56:04 2014
New Revision: 1636709

URL: http://svn.apache.org/r1636709
Log:
dictionary-lookup-fast-res added as an exclude.  There should not be a .jar for 
-res in lib/, but instead an unpacked directory in resources/

Modified:
    ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml

Modified: ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml
URL: 
http://svn.apache.org/viewvc/ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml?rev=1636709&r1=1636708&r2=1636709&view=diff
==============================================================================
--- ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml (original)
+++ ctakes/trunk/ctakes-distribution/src/main/assembly/bin.xml Tue Nov  4 
19:56:04 2014
@@ -67,7 +67,9 @@
                        <!-- exclude assertion and lvg - they still need to be 
unpacked and not read from classpath yet -->
                        
<exclude>org.apache.ctakes:ctakes-assertion-res</exclude>
                        <exclude>org.apache.ctakes:ctakes-lvg-res</exclude>
-                               <!-- exclude non-asf compliant dependencies 
used by ytex -->
+               <!-- Exclude fast-res - it should be unpacked in the resources 
directory -->
+               
<exclude>org.apache.ctakes:ctakes-dictionary-lookup-fast-res</exclude>
+               <!-- exclude non-asf compliant dependencies used by ytex -->
                                <exclude>org.hibernate:*</exclude>
                                <exclude>nz.ac.waikato.cms.weka:*</exclude>
                                <exclude>mysql:*</exclude>
@@ -125,8 +127,14 @@
                    <outputDirectory>resources</outputDirectory>
                        <fileMode>644</fileMode>
                        <directoryMode>755</directoryMode>
-       </fileSet>              
-               <fileSet>
+       </fileSet>
+      <fileSet>
+         
<directory>../ctakes-dictionary-lookup-fast-res/src/main/resources</directory>
+         <outputDirectory>resources</outputDirectory>
+         <fileMode>644</fileMode>
+         <directoryMode>755</directoryMode>
+      </fileSet>
+      <fileSet>
                    <directory>../ctakes-lvg-res/src/main/resources</directory>
                    <outputDirectory>resources</outputDirectory>
                        <fileMode>644</fileMode>


Reply via email to