This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Scala plug-in doesn't export any packages

1 reply
Erkki Lindpere
Joined: 2008-12-19,
User offline. Last seen 42 years 45 weeks ago.

Would it be reasonable to ask that the Eclipse plug-in export all it's
packages (currently none exported)? I would like to write some
experimental code making use of SDT, and I don't care if you break my
code in future versions.

The common practice (actually requirement, I think) in Eclipse is to
export ALL packages of all plug-ins, the non-API packages are marked as
internal, for example:

Export-Package: org.eclipse.pde.internal.ui;x-internal:=true,
org.eclipse.pde.internal.ui.build;x-internal:=true,
org.eclipse.pde.internal.ui.commands;x-internal:=true,
....

Joshua.Suereth
Joined: 2008-09-02,
User offline. Last seen 32 weeks 5 days ago.
Re: Scala plug-in doesn't export any packages
Patches welcome!  Feel free to open a trac ticket (feature request?) including a patch.

On Tue, Feb 17, 2009 at 1:32 PM, Erkki Lindpere <erkki@lap.ee> wrote:
Would it be reasonable to ask that the Eclipse plug-in export all it's packages (currently none exported)? I would like to write some experimental code making use of SDT, and I don't care if you break my code in future versions.

The common practice (actually requirement, I think) in Eclipse is to export ALL packages of all plug-ins, the non-API packages are marked as internal, for example:

Export-Package: org.eclipse.pde.internal.ui;x-internal:=true,
org.eclipse.pde.internal.ui.build;x-internal:=true,
org.eclipse.pde.internal.ui.commands;x-internal:=true,
....

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland