mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Regression test changes
Added email support to the regression test, documentation coming soon
This commit is contained in:
parent
90b1a49d29
commit
0a84f38902
34
.gitignore
vendored
34
.gitignore
vendored
@ -6,14 +6,34 @@
|
|||||||
/Core/release/modules/lib/
|
/Core/release/modules/lib/
|
||||||
/Core/release/modules/ext/
|
/Core/release/modules/ext/
|
||||||
/Core/src/org/sleuthkit/autopsy/coreutils/Version.properties
|
/Core/src/org/sleuthkit/autopsy/coreutils/Version.properties
|
||||||
|
/Core/build/
|
||||||
|
/Core/dist/
|
||||||
|
/Core/nbproject/*
|
||||||
|
!/Core/nbproject/project.xml
|
||||||
|
!/Core/nbproject/project.properties
|
||||||
/CoreLibs/release/modules/lib/
|
/CoreLibs/release/modules/lib/
|
||||||
/CoreLibs/release/modules/ext/
|
/CoreLibs/release/modules/ext/
|
||||||
|
/CoreLibs/build/
|
||||||
|
/CoreLibs/dist/
|
||||||
|
/CoreLibs/nbproject/*
|
||||||
|
!/CoreLibs/nbproject/project.xml
|
||||||
|
!/CoreLibs/nbproject/project.properties
|
||||||
/KeywordSearch/release/modules/ext/
|
/KeywordSearch/release/modules/ext/
|
||||||
/KeywordSearch/release/solr/lib/
|
/KeywordSearch/release/solr/lib/
|
||||||
/KeywordSearch/release/solr/solr/lib/
|
/KeywordSearch/release/solr/solr/lib/
|
||||||
/KeywordSearch/release/solr/start.jar
|
/KeywordSearch/release/solr/start.jar
|
||||||
/KeywordSearch/release/solr/webapps/solr.war
|
/KeywordSearch/release/solr/webapps/solr.war
|
||||||
|
/KeywordSearch/build/
|
||||||
|
/KeywordSearch/dist/
|
||||||
|
/KeywordSearch/nbproject/*
|
||||||
|
!/KeywordSearch/nbproject/project.xml
|
||||||
|
!/KeywordSearch/nbproject/project.properties
|
||||||
/Ingest/release/modules/ext/
|
/Ingest/release/modules/ext/
|
||||||
|
/Ingest/build/
|
||||||
|
/Ingest/dist/
|
||||||
|
/Ingest/nbproject/*
|
||||||
|
!/Ingest/nbproject/project.xml
|
||||||
|
!/Ingest/nbproject/project.properties
|
||||||
/branding_spear
|
/branding_spear
|
||||||
/installer_spear
|
/installer_spear
|
||||||
Bundle_*.properties
|
Bundle_*.properties
|
||||||
@ -21,9 +41,19 @@ Bundle_*.properties
|
|||||||
genfiles.properties
|
genfiles.properties
|
||||||
/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
|
/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
|
||||||
/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
|
/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
|
||||||
|
/branding/build/
|
||||||
|
/branding/dist/
|
||||||
|
/branding/nbproject/*
|
||||||
|
!/branding/nbproject/project.xml
|
||||||
|
!/branding/nbproject/project.properties
|
||||||
/Testing/script/input/
|
/Testing/script/input/
|
||||||
/Testing/script/output/
|
/Testing/script/output/
|
||||||
/Testing/script/gold/
|
/Testing/script/gold/
|
||||||
|
/Testing/build/
|
||||||
|
/Testing/dist/
|
||||||
|
/Testing/nbproject/*
|
||||||
|
!/Testing/nbproject/project.xml
|
||||||
|
!/Testing/nbproject/project.properties
|
||||||
*~
|
*~
|
||||||
/netbeans-plat
|
/netbeans-plat
|
||||||
/docs/doxygen/doxygen_docs
|
/docs/doxygen/doxygen_docs
|
||||||
@ -31,4 +61,6 @@ genfiles.properties
|
|||||||
/jdiff-logs/*
|
/jdiff-logs/*
|
||||||
/gen_version.txt
|
/gen_version.txt
|
||||||
hs_err_pid*.log
|
hs_err_pid*.log
|
||||||
|
Core/src/org/sleuthkit/autopsy/casemodule/docs/QuickStart.html
|
||||||
|
Core/src/org/sleuthkit/autopsy/casemodule/docs/screenshot.png
|
||||||
|
/Testing/script/myconfig.xml
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
build.xml.data.CRC32=dee5be43
|
|
||||||
build.xml.script.CRC32=1308cb72
|
|
||||||
build.xml.stylesheet.CRC32=a56c6a5b@2.50.1
|
|
||||||
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
|
|
||||||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
|
|
||||||
nbproject/build-impl.xml.data.CRC32=dee5be43
|
|
||||||
nbproject/build-impl.xml.script.CRC32=a7a0d07a
|
|
||||||
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.50.1
|
|
@ -1,8 +0,0 @@
|
|||||||
build.xml.data.CRC32=11199bf7
|
|
||||||
build.xml.script.CRC32=d323407a
|
|
||||||
build.xml.stylesheet.CRC32=a56c6a5b@2.50.1
|
|
||||||
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
|
|
||||||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
|
|
||||||
nbproject/build-impl.xml.data.CRC32=11199bf7
|
|
||||||
nbproject/build-impl.xml.script.CRC32=aef16a21
|
|
||||||
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.50.1
|
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user