Configuring Sun Master Indexes

ProcedureTo Delete an Object (XML Editor)

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click object.xml.

    The file opens in the NetBeans XML editor.

  2. Scroll to the nodes element containing the object you want to delete.

  3. Delete all text between and including the nodes tags that contain the object tag.

    For example, to delete the Address object below, delete the boldface text.


    <nodes>
       <tag>Person</tag>
    </nodes>
    <nodes>
       <tag>Address</tag>
    </nodes>
    
  4. Remove the object name from the relationship list, as described in Defining Relationships Between Master Index Objects.

  5. Save and close the file.