From: Patrick Plitzner Date: Thu, 29 Mar 2018 09:54:06 +0000 (+0200) Subject: fix #7269 Add missing redmine dependency to taxeditor.cdmlib X-Git-Tag: 5.0.0^2~217 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/2ccbcf35e9e8b9cdd92c8c289cfe7f715ca047c7 fix #7269 Add missing redmine dependency to taxeditor.cdmlib --- diff --git a/eu.etaxonomy.taxeditor.cdmlib/.classpath b/eu.etaxonomy.taxeditor.cdmlib/.classpath index 42ddf885a..c1ee6b19b 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/.classpath +++ b/eu.etaxonomy.taxeditor.cdmlib/.classpath @@ -1,229 +1,230 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF index e38ed9c5e..b4b20af33 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF @@ -862,5 +862,6 @@ Bundle-ClassPath: ., lib/lucene-analyzers-3.6.2.jar, lib/lucene-analyzers-common-5.4.1.jar, lib/lucene-sandbox-5.4.1.jar, - lib/lucene-suggest-5.4.1.jar + lib/lucene-suggest-5.4.1.jar, + lib/redmine-java-api-3.1.0.jar Import-Package: eu.etaxonomy.cdm.api.application diff --git a/eu.etaxonomy.taxeditor.cdmlib/build.properties b/eu.etaxonomy.taxeditor.cdmlib/build.properties index 7ebfc414c..693500018 100644 --- a/eu.etaxonomy.taxeditor.cdmlib/build.properties +++ b/eu.etaxonomy.taxeditor.cdmlib/build.properties @@ -221,7 +221,8 @@ bin.includes = META-INF/,\ lib/lucene-analyzers-common-5.4.1.jar,\ lib/lucene-sandbox-5.4.1.jar,\ lib/lucene-suggest-5.4.1.jar,\ - lib/cdmlib-cache-4.15.0-SNAPSHOT.jar + lib/cdmlib-cache-4.15.0-SNAPSHOT.jar,\ + lib/redmine-java-api-3.1.0.jar jars.compile.order = . output.. = bin/ diff --git a/eu.etaxonomy.taxeditor.cdmlib/lib/redmine-java-api-3.1.0.jar b/eu.etaxonomy.taxeditor.cdmlib/lib/redmine-java-api-3.1.0.jar new file mode 100644 index 000000000..fe050aacf Binary files /dev/null and b/eu.etaxonomy.taxeditor.cdmlib/lib/redmine-java-api-3.1.0.jar differ