Code Search for Developers
 
 
  

BirtOdaPlugin.java from BIRT at Krugle


Show BirtOdaPlugin.java syntax highlighted

/*
 *************************************************************************
 * Copyright (c) 2006 Actuate Corporation.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *  Actuate Corporation - initial API and implementation
 *  
 *************************************************************************
 */

package org.eclipse.birt.data.oda.util;

import org.eclipse.birt.core.plugin.BIRTPlugin;
import org.eclipse.birt.data.oda.util.manifest.DtpManifestExplorer;
import org.eclipse.birt.data.oda.util.manifest.ManifestExplorer;
import org.osgi.framework.BundleContext;

/**
 * Bundle activator class.
 */
public class BirtOdaPlugin extends BIRTPlugin
{

    /* (non-Javadoc)
     * @see org.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext)
     */
    public void stop( BundleContext context ) throws Exception
    {
        // release plugin's singleton instances
        DtpManifestExplorer.releaseInstance();
        ManifestExplorer.releaseInstance();
        
        super.stop( context );
    }

}




See more files for this project here

BIRT

BIRT is an open source, Eclipse-based reporting system that integrates with your application to produce compelling reports for both web and PDF.

Project homepage: http://www.eclipse.org/birt/phoenix/
Programming language(s): Java,XML
License: gpl2

  driverconfig/
  logging/
    FileHandler.java
    Filter.java
    Handler.java
    Level.java
    LogFormatter.java
    LogManager.java
    LogRecord.java
    Logger.java
    LoggingErrorHandler.java
    SimpleFormatter.java
    StreamHandler.java
    package.html
  manifest/
    DataSetType.java
    DataTypeMapping.java
    DtpManifestExplorer.java
    ExtensionManifest.java
    JavaRuntimeInterface.java
    ManifestExplorer.java
    Property.java
    PropertyChoice.java
    RuntimeInterface.java
    TraceLogging.java
    package.html
  BirtOdaPlugin.java
  OdaResources.java
  OdaResources_de_DE.msg
  OdaResources_es_ES.msg
  OdaResources_fr_FR.msg
  OdaResources_ja_JP.msg
  OdaResources_ko_KR.msg
  OdaResources_zh_CN.msg
  ResourceCache.java
  ResourceManager.java
  StringSubstitutionUtil.java
  package.html