From b476b006dd5f386dfeed10cae2564f42dc5803b8 Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Thu, 24 Jul 2008 13:40:24 +0000
Subject: [PATCH] change: remove the jlink.so binaries from the jar file for
 now

SVN: 7464
---
 datamover/build/build.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/datamover/build/build.xml b/datamover/build/build.xml
index ed540f7c5c8..85496ab6e6c 100644
--- a/datamover/build/build.xml
+++ b/datamover/build/build.xml
@@ -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"
-- 
GitLab