You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/04/09 06:30:20 UTC

syncope git commit: [SYNCOPE-1296] fixed - This closes #69

Repository: syncope
Updated Branches:
  refs/heads/master 1f8993e33 -> 2dbd5993a


[SYNCOPE-1296] fixed - This closes #69


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/2dbd5993
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/2dbd5993
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/2dbd5993

Branch: refs/heads/master
Commit: 2dbd5993a0678da0b606dea4099bd493006d6cf3
Parents: 1f8993e
Author: Isuranga Perera <is...@gmail.com>
Authored: Sat Apr 7 00:09:45 2018 +0530
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Apr 9 08:19:57 2018 +0200

----------------------------------------------------------------------
 .../org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF      | 1 +
 .../bundles/org.apache.syncope.ide.eclipse.plugin/build.properties  | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/2dbd5993/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
index 6b176c5..ce2ad22 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/META-INF/MANIFEST.MF
@@ -16,6 +16,7 @@ Bundle-ClassPath: lib/commons-codec.jar,
       lib/commons-collections4.jar,
       lib/commons-lang3.jar,
       lib/cxf-core.jar,
+      lib/cxf-rt-features-logging.jar,
       lib/cxf-rt-frontend-jaxrs.jar,
       lib/cxf-rt-rs-client.jar,
       lib/cxf-rt-rs-extension-search.jar,

http://git-wip-us.apache.org/repos/asf/syncope/blob/2dbd5993/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
----------------------------------------------------------------------
diff --git a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
index 3a135e7..d1c7f7f 100644
--- a/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
+++ b/ide/eclipse/bundles/org.apache.syncope.ide.eclipse.plugin/build.properties
@@ -25,6 +25,7 @@ bin.includes = plugin.xml,\
       src/main/resources/icons/,\
       lib/commons-lang3.jar,\
       lib/cxf-core.jar,\
+      lib/cxf-rt-features-logging.jar,\
       lib/cxf-rt-frontend-jaxrs.jar,\
       lib/cxf-rt-rs-client.jar,\
       lib/cxf-rt-rs-extension-search.jar,\