1
0
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:
adam-m
2012-09-26 10:06:53 -04:00
parent 7444edeede
commit 3d2cc16055
4 changed files with 4 additions and 4 deletions

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>

View File

@@ -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"/>