Project

General

Profile

« Previous | Next » 

Revision 843dce37

Added by Katja Luther about 3 years ago

fix fragment.e4xmi after renaming of termtree

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/termtree/e4/TermTreeEditor.java
58 58
import eu.etaxonomy.cdm.persistence.dto.TermNodeDto;
59 59
import eu.etaxonomy.cdm.persistence.dto.TermTreeDto;
60 60
import eu.etaxonomy.cdm.persistence.hibernate.CdmDataChangeMap;
61
import eu.etaxonomy.taxeditor.editor.definedterm.TermTreeViewerComparator;
62 61
import eu.etaxonomy.taxeditor.editor.definedterm.TermTransfer;
62
import eu.etaxonomy.taxeditor.editor.definedterm.TermTreeViewerComparator;
63 63
import eu.etaxonomy.taxeditor.event.WorkbenchEventConstants;
64 64
import eu.etaxonomy.taxeditor.l10n.Messages;
65 65
import eu.etaxonomy.taxeditor.model.AbstractUtility;
......
91 91
        	IE4ViewerPart, IPartContentHasDetails, IPartContentHasSupplementalData,
92 92
        	IContextListener, IConversationEnabled, IDirtyMarkable {
93 93

  
94
    public static final String OPEN_COMMAND_ID = "eu.etaxonomy.taxeditor.store.openTermTreeEditor";
95

  
94 96
    public static final List<String> TREE_PROPERTY_PATH = Arrays.asList(new String[] {
95 97
            "root", //$NON-NLS-1$
96 98
            "root.children", //$NON-NLS-1$
97 99
            "root.children.inapplicableIf", //$NON-NLS-1$
98
            "root.children.inapplicableIf.feature", //$NON-NLS-1$
100
            "root.children.inapplicableIf.term", //$NON-NLS-1$
99 101
            "root.children.inapplicableIf.state", //$NON-NLS-1$
100 102
            "root.children.onlyApplicableIf", //$NON-NLS-1$
101
            "root.children.onlyApplicableIf.feature", //$NON-NLS-1$
103
            "root.children.onlyApplicableIf.term", //$NON-NLS-1$
102 104
            "root.children.onlyApplicableIf.state", //$NON-NLS-1$
103 105
    });
104 106

  
......
356 358
    public Map<Object, List<String>> getPropertyPathsMap() {
357 359
        List<String> propertyPaths = Arrays.asList(new String[] {
358 360
                "children", //$NON-NLS-1$
359
                "feature", //$NON-NLS-1$
360
                "featureTree", //$NON-NLS-1$
361
                "term", //$NON-NLS-1$
362
                "termTree", //$NON-NLS-1$
361 363
        });
362 364
        Map<Object, List<String>> propertyPathMap =
363 365
                new HashMap<Object, List<String>>();

Also available in: Unified diff