From fba59d4d6c9010232d6703a0223c6b99ea8c6056 Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Wed, 16 Jun 2010 17:37:49 +0000 Subject: [PATCH] MINOR: Add a dependency to /libraries/hdf5 and /libraries/nativedata. SVN: 16565 --- openbis_all/.classpath | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbis_all/.classpath b/openbis_all/.classpath index fc3c377fffa..6673ab05f8d 100644 --- a/openbis_all/.classpath +++ b/openbis_all/.classpath @@ -16,5 +16,7 @@ <classpathentry combineaccessrules="false" kind="src" path="/screening"/> <classpathentry combineaccessrules="false" kind="src" path="/rtd_cina"/> <classpathentry combineaccessrules="false" kind="src" path="/plasmid"/> + <classpathentry kind="lib" path="/libraries/hdf5"/> + <classpathentry kind="lib" path="/libraries/nativedata"/> <classpathentry kind="output" path="targets/classes"/> </classpath> -- GitLab