Skip to content

Commit

Permalink
Adjusted exist app packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Apr 27, 2018
1 parent ec05819 commit 6c2a5e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main/assembly/exist-app.xml
Expand Up @@ -14,7 +14,8 @@
<include>*.xml</include>
</includes>
<outputDirectory/>
</fileSet>
<filtered>true</filtered>
</fileSet>
<fileSet>
<directory>${project.basedir}/src/main/xproc/xslt</directory>
<includes>
Expand All @@ -24,10 +25,10 @@
<outputDirectory>xslt</outputDirectory>
</fileSet>
<fileSet>
<directory>${project.build.directory}/search/textTranscript</directory>
<directory>${project.build.directory}/search</directory>
<includes><include>**/*</include></includes>
<outputDirectory>data</outputDirectory>
</fileSet>
</fileSets>
<baseDirectory/>
</assembly>
</assembly>

0 comments on commit 6c2a5e8

Please sign in to comment.