Skip to content
Snippets Groups Projects
Commit 911c396e authored by Florian Hölzl's avatar Florian Hölzl
Browse files

fixed class header comments

added tooling.compatibility.ccts_feature
added tooling.base plugin
parent 5f737499
No related branches found
No related tags found
No related merge requests found
Showing
with 81 additions and 41 deletions
/**
*
*/
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed 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.fortiss.tooling.base;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
/**
* @author hoelzlf
*
* The activator class controls the plug-in life cycle.
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
*/
public class ToolingBaseActivator extends AbstractUIPlugin {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed 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.fortiss.tooling.kernel;
import org.eclipse.ui.plugin.AbstractUIPlugin;
......@@ -6,6 +23,11 @@ import org.osgi.framework.BundleContext;
/**
* The activator class controls the plug-in life cycle.
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
*/
public class ToolingKernelActivator extends AbstractUIPlugin {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.CommandStackService;
* The command stack service manages the access to the command stack and editing
* domain.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.CompositorService;
* The compositor service provides registration and access to model element
* compositors.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.ConnectorService;
* The connector service provides registration and access to model element
* connectors.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.ConstraintService;
* The constraint service manages registration and execution of model element
* constraints.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.ContextMenuService;
* The context menu service allows registration for model element specific
* context menus.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.internal.EditorService;
/**
* The editor service handles editor registration and double-click support
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.ExecutionService;
* This service provides run configurations and target execution for specific
* model elements and execution targets.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -24,7 +24,7 @@ import org.fortiss.tooling.kernel.internal.LibraryService;
* view. It gathers elements from prototypes and the common and user specific
* model library.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.internal.MarkerService;
/**
* The marker service manages model element specific markers.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.ModelElementService;
* The model context service provides information about registered model
* elements.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.MultiUserService;
* This service provides support for multi-user environments. This service is
* only active for EMFStore based repsoitories.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.internal.NavigatorService;
/**
* The navigator service provides model navigation support.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.PersistencyService;
* The persistency service provides the access to the different persistency
* options, namely an EMFStore or local XML files within an Eclipse project.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.internal.PropertiesService;
/**
* The properties service manages model element specific properties.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.PrototypeService;
* The prototype service provides registration and access to model element
* prototypes.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.internal.TransformationService;
/**
* This service manages model element specific transformations.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.ICommandStackService;
/**
* This class implements the {@link ICommandStackService} interface.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2005-2010 Technische Universitaet Muenchen |
| Copyright 2011 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.ICompositorService;
/**
* This class implements the {@link ICompositorService} interface.
*
* @author hoelzlf
* @author hoelzl
* @author $Author$
* @version $Rev$
* @levd.rating RED Rev:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment