Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Re: 3.4 api usage in ClasspathUtils: commit: correct classpath detection

it is this call:

private static File getPluginLocation(String bundleId) throws CoreException {
        try {
            final Bundle bundle = Platform.getBundle(bundleId);
            return FileLocator.getBundleFile(bundle); <<<<

On Fri, Nov 7, 2008 at 3:46 PM, Johan Compagner <jcompagner@xxxxxxxxx> wrote:
at least it doesnt compile at my place and i do run 3.4.1 but i compile against 3.3.1 (target platform)

johan



Back to the top