Skip to content
Snippets Groups Projects
Commit b476b006 authored by brinn's avatar brinn
Browse files

change: remove the jlink.so binaries from the jar file for now

SVN: 7464
parent 46d86fd0
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,10 @@
<include name="**/*.class" />
<include name="${build.info.filename}" />
</fileset>
<fileset dir="${nativeroot}">
<!-- Commented out until we have a stable set of libraries. -->
<!--fileset dir="${nativeroot}">
<include name="**/jlink.so"/>
</fileset>
</fileset-->
<manifest>
<attribute name="Main-Class" value="ch.systemsx.cisd.datamover.Main" />
<attribute name="Class-Path"
......
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