blob: 05a9f4a0d0c72a97c4cddac650487dcb194ebae8 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.stanbol.enhancer.engines.uimalocal;
// Importing this package will result in an import clause in the bundle descriptor.
// Therefore Apache Felix will allow this bundle to access the bundle that provides the package.
// CHANGE THIS to your import
import org.apache.uima.examples.tagger.ModelResource;
/**
* Dummy class for importing the required UIMA stuff.
* @author Mihaly Heder
*/
public class Imports {
// Dummy class reference: CHANGE THIS to your own!
ModelResource md;
}