Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] osgi dependency in org.eclipse.orion.client.users

I am on the way to split the maven builds for client and server to
prepare configuring Hudson jobs. During that I found that the
client bundle org.eclipse.orion.client.users currently imports
some Java packages:

Import-Package: org.json,
 org.osgi.framework;version="1.3.0"

but there are no Java sources in this bundle. It looks like these
dependencies can be removed. Or do I miss anything here ?

--
Matthias



Back to the top