Skip to content
Snippets Groups Projects
Commit 8a5fa9d4 authored by Sudeep Kanav's avatar Sudeep Kanav
Browse files

removed version, author, and Id svn props

refs 3192
parent 1e8c38cd
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 59 deletions
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Id$
@version $Rev$
@ConQAT.Rating GREEN Hash: BDDFDF4605756A755B785B9D63B59A64
@ConQAT.Rating GREEN Hash: BDDFDF4605756A755B785B9D63B59A64
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2011 fortiss GmbH |
| |
......@@ -25,8 +24,6 @@ import org.osgi.framework.BundleContext;
* The activator class controls the plug-in life cycle.
*
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: CD6A4CF3945BC798002082D2F2112772
*/
public class ToolingBaseUIActivator extends AbstractUIPlugin {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -29,8 +28,6 @@ import org.fortiss.tooling.kernel.model.INamedElement;
* are sorted by name.
*
* @author eder, diewald, barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 84268551BC8C1BAE9F5AA3DB0D0CEBD0
*/
public class HierarchicalNameComparator implements java.util.Comparator<EObject> {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -33,8 +32,6 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* {@link IAnnotatedSpecification}s in {@link TableViewer}-based annotation views.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: FAAC29DC1BA3288A13B3C686129B972C
*/
public abstract class AnnotationEditingSupportBase extends EditingSupport {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -29,8 +28,6 @@ import org.fortiss.tooling.base.model.element.IAnnotatedSpecification;
* {@link EditingSupport} providing a check box to display and manipulate boolean annotation values.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: FB79D0E829A57E984205EC00E112D7EB
*/
public class CheckBoxEditingSupport extends AnnotationEditingSupportBase {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -44,8 +43,6 @@ import org.fortiss.tooling.base.model.element.IDerivedAnnotation;
* {@link EReference}s).
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 2783C85FF81F67EB67B19D41FA415B97
*/
public class ComboBoxEditingSupport extends AnnotationEditingSupportBase {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 fortiss GmbH |
| |
......@@ -49,8 +48,6 @@ import org.fortiss.tooling.kernel.utils.EcoreUtils;
* {@link GenericAnnotationView}.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: D3E5F689E3633D6FEEB3C9C81C001D26
*/
public class EditingSupportFactory {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -27,8 +26,6 @@ import org.fortiss.tooling.kernel.model.INamedCommentedElement;
* {@link EditingSupport} that allows to edit the comment of {@link INamedCommentedElement}s.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 252ED8CC2E3867AADFD17D910252233D
*/
public class ElementCommentEditingSupport extends ElementEditingSupportBase {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -27,8 +26,6 @@ import org.fortiss.tooling.base.model.element.IAnnotatedSpecification;
* model elements {@link IAnnotatedSpecification}s).
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 4BFEA6DCCD462A5BAE4566824E68F9A4
*/
public class ElementEditingSupportBase extends TextEditingSupport {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -27,8 +26,6 @@ import org.fortiss.tooling.kernel.model.INamedElement;
* {@link EditingSupport} that allows to edit the name of {@link INamedElement}s.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 12C67A21A19C1510DCF4DA38B6D5DC94
*/
public class ElementNameEditingSupport extends ElementEditingSupportBase {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -51,8 +50,6 @@ import org.fortiss.tooling.kernel.model.IProjectRootElement;
* {@link MultiSelectionEditingSupport}. This class ensures that its label set is unique.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 185483CC7A4B30A9D32AAFD96FA3A02D
*/
public class LabelValueMapping {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -45,8 +44,6 @@ import org.mihalis.opal.itemSelector.SelectionChangeListener;
* {@link CellEditor} that opens a dialog for the selection of multiple elements.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 8DA04BD49ED18AE6B84B3807CDFFAAB0
*/
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -37,8 +36,6 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* {@link EditingSupport} that supports the selection of multiple values.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: D3E94EFB986E8E38EF1DB84072585BB7
*/
public class MultiSelectionEditingSupport extends AnnotationEditingSupportBase {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -32,8 +31,6 @@ import org.fortiss.tooling.base.model.element.IAnnotatedSpecification;
* {@link EditingSupport} is available.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: C13FE1D9E0A5CBD441A7025656BDCA1F
*/
public class TextEditingSupport extends AnnotationEditingSupportBase {
......
<!--
$Id$
@version $Rev$
@ConQAT.Rating GREEN Hash: 55411B5841101689998B1F45F288AAA8
@ConQAT.Rating GREEN Hash: 55411B5841101689998B1F45F288AAA8
-->
<body>
Editing support to embed annotations into table-based annotation views. When a users edits the value of an annotation, the editing support replaces the label provider that has been showing the current value of the annotation and provides a widget to set a new value.
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -33,8 +32,6 @@ import org.fortiss.tooling.base.ui.annotation.view.IAnnotationViewPart;
* item is selected for editing.
*
* @author diewald, barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: B89D5D360D2D8CB56BF80D22630E61AA
*/
public class AnnotationLabelProvider extends LabelProviderBase {
......
......@@ -34,8 +34,6 @@ import org.fortiss.tooling.base.ui.annotation.view.IAnnotationViewPart;
* </p>
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 6C5951E5A7BE03075F49B578E6CC4E36
*/
public class CheckBoxLabelProvider extends AnnotationLabelProvider {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -26,8 +25,6 @@ import org.fortiss.tooling.kernel.model.INamedElement;
* Label provider that uses the comments of {@link INamedElement}s as column labels.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 5084B8A2C653EDCE57DEB4E90AA911BA
*/
public class ElementCommentLabelProvider extends ElementLabelProviderBase {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 fortiss GmbH |
| |
......@@ -27,8 +26,6 @@ import org.fortiss.tooling.base.ui.annotation.view.IAnnotationViewPart;
* referring to {@link IAnnotatedSpecification}s).
*
* @author Simon
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: B536A7A0CD44894367944450DE0C29C4
*/
public abstract class ElementLabelProviderBase extends LabelProviderBase {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 fortiss GmbH |
| |
......@@ -25,8 +24,6 @@ import org.fortiss.tooling.kernel.model.INamedElement;
* Label provider that uses the names of {@link INamedElement}s as column labels.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 2771095C81F98B2F99F9AA17A89B6129
*/
public class ElementNameLabelProvider extends ElementLabelProviderBase {
......
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