GitHub user mbeckerle opened a pull request:
https://github.com/apache/incubator-daffodil/pull/9
Fix eclipse classpaths and application that maintains them.
Problem was being caused by duplicate entries in bundles and jars
subdirs of lib_managed.
sbt populates same jars into both bundles and jars directories
for a number of dependencies.
Duplicates removed, and tool now checks and excludes duplicates.
DFDL-1866
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mbeckerle/incubator-daffodil
daffodil-1866-eclipse-classpath
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-daffodil/pull/9.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #9
----
commit 524f65079284a6747701a3d5b470f6c13e365b8e
Author: mbeckerle <[email protected]>
Date: 2017-11-29T13:41:19Z
Fix eclipse classpaths and application that maintains them.
Problem was being caused by duplicate entries in bundles and jars
subdirs of lib_managed.
sbt populates same jars into both bundles and jars directories
for a number of dependencies.
Duplicates removed, and tool now checks and excludes duplicates.
DFDL-1866
----
---