mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
Correct top component settings resources
This commit is contained in:
@@ -5,7 +5,7 @@ and open the template in the editor.
|
||||
-->
|
||||
<!DOCTYPE settings PUBLIC "-//NetBeans//DTD Session settings 1.0//EN" "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd">
|
||||
<settings version="1.0">
|
||||
<module name="org.sleuthkit.autopsy.corecomponents" spec="1.0"/>
|
||||
<module name="org.sleuthkit.autopsy.core" spec="1.0"/>
|
||||
<instanceof class="org.openide.windows.TopComponent"/>
|
||||
<instanceof class="org.sleuthkit.autopsy.corecomponents.DataContentTopComponent"/>
|
||||
<instance class="org.sleuthkit.autopsy.corecomponents.DataContentTopComponent" method="getDefault"/>
|
||||
|
||||
@@ -5,7 +5,7 @@ and open the template in the editor.
|
||||
-->
|
||||
<!DOCTYPE settings PUBLIC "-//NetBeans//DTD Session settings 1.0//EN" "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd">
|
||||
<settings version="1.0">
|
||||
<module name="org.sleuthkit.autopsy.directorytree" spec="1.0"/>
|
||||
<module name="org.sleuthkit.autopsy.core" spec="1.0"/>
|
||||
<instanceof class="org.openide.windows.TopComponent"/>
|
||||
<instanceof class="org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent"/>
|
||||
<instance class="org.sleuthkit.autopsy.directorytree.DirectoryTreeTopComponent" method="getDefault"/>
|
||||
|
||||
@@ -5,7 +5,7 @@ and open the template in the editor.
|
||||
-->
|
||||
<!DOCTYPE settings PUBLIC "-//NetBeans//DTD Session settings 1.0//EN" "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd">
|
||||
<settings version="1.0">
|
||||
<module name="org.sleuthkit.autopsy.filesearch" spec="1.0"/>
|
||||
<module name="org.sleuthkit.autopsy.core" spec="1.0"/>
|
||||
<instanceof class="org.openide.windows.TopComponent"/>
|
||||
<instanceof class="org.sleuthkit.autopsy.filesearch.FileSearchTopComponent"/>
|
||||
<instance class="org.sleuthkit.autopsy.filesearch.FileSearchTopComponent" method="getDefault"/>
|
||||
|
||||
@@ -5,7 +5,7 @@ and open the template in the editor.
|
||||
-->
|
||||
<!DOCTYPE settings PUBLIC "-//NetBeans//DTD Session settings 1.0//EN" "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd">
|
||||
<settings version="1.0">
|
||||
<module name="org.sleuthkit.autopsy.ingest" spec="1.0"/>
|
||||
<module name="org.sleuthkit.autopsy.core" spec="1.0"/>
|
||||
<instanceof class="org.openide.windows.TopComponent"/>
|
||||
<instanceof class="org.sleuthkit.autopsy.ingest.IngestUI"/>
|
||||
<instance class="org.sleuthkit.autopsy.ingest.IngestMessageTopComponent" method="getDefault"/>
|
||||
|
||||
Reference in New Issue
Block a user