From 708d5fef53859d2bce585bc734f8861d037ebfb3 Mon Sep 17 00:00:00 2001 From: Cherian Mathew Date: Fri, 3 May 2013 14:39:16 +0000 Subject: [PATCH] added h2 mig jar to classpath, build, manifest files --- eu.etaxonomy.taxeditor.cdmlib/.classpath | 1 + eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF | 3 ++- eu.etaxonomy.taxeditor.cdmlib/build.properties | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/eu.etaxonomy.taxeditor.cdmlib/.classpath b/eu.etaxonomy.taxeditor.cdmlib/.classpath index d2090c43c..3e423bab8 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/.classpath +++ b/eu.etaxonomy.taxeditor.cdmlib/.classpath @@ -1,5 +1,6 @@ + diff --git a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF index a850c5fb4..644657587 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF @@ -690,4 +690,5 @@ Bundle-ClassPath: ., lib/xstream-1.3.1.jar, lib/xstream-1.4.4.jar, lib/yjp-controller-api-redist-8.0.1.jar, - lib/yjp-controller-api-redist-9.0.8.jar + lib/yjp-controller-api-redist-9.0.8.jar, + lib/h2mig_pagestore_addon.jar diff --git a/eu.etaxonomy.taxeditor.cdmlib/build.properties b/eu.etaxonomy.taxeditor.cdmlib/build.properties index 049a896c6..b32b01070 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/build.properties +++ b/eu.etaxonomy.taxeditor.cdmlib/build.properties @@ -296,5 +296,6 @@ bin.includes = META-INF/,\ lib/xstream-1.3.1.jar,\ lib/xstream-1.4.4.jar,\ lib/yjp-controller-api-redist-8.0.1.jar,\ - lib/yjp-controller-api-redist-9.0.8.jar + lib/yjp-controller-api-redist-9.0.8.jar,\ + lib/h2mig_pagestore_addon.jar -- 2.34.1