Skip to content
Snippets Groups Projects
Commit 25460c1b authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

#972

parent f9413cdc
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,9 @@ ...@@ -43,6 +43,9 @@
<excludes> <excludes>
<exclude> <exclude>
bin/*.sh bin/*.sh
</exclude>
<exclude>
lib/klay_*.jar
</exclude> </exclude>
</excludes> </excludes>
<outputDirectory>/</outputDirectory> <outputDirectory>/</outputDirectory>
......
...@@ -285,6 +285,11 @@ ...@@ -285,6 +285,11 @@
<tasks> <tasks>
<copy file="${project.basedir}/lib/${klay.jar}" <copy file="${project.basedir}/lib/${klay.jar}"
todir="${project.build.directory}/Kieker.WebGUI-${project.version}/WEB-INF/lib" /> todir="${project.build.directory}/Kieker.WebGUI-${project.version}/WEB-INF/lib" />
<copy todir="${project.build.directory}/Kieker.WebGUI-${project.version}/WEB-INF/lib" >
<fileset dir="${project.basedir}/lib/">
<exclude name="**/*.jar"/>
</fileset>
</copy>
</tasks> </tasks>
</configuration> </configuration>
</execution> </execution>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment