mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Line endings
This commit is contained in:
parent
be99543825
commit
e71159cf2f
@ -1,9 +1,9 @@
|
|||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
AutoUpdate-Show-In-Client: true
|
AutoUpdate-Show-In-Client: true
|
||||||
OpenIDE-Module: org.sleuthkit.autopsy.keywordsearch/5
|
OpenIDE-Module: org.sleuthkit.autopsy.keywordsearch/5
|
||||||
OpenIDE-Module-Implementation-Version: 9
|
OpenIDE-Module-Implementation-Version: 9
|
||||||
OpenIDE-Module-Install: org/sleuthkit/autopsy/keywordsearch/Installer.class
|
OpenIDE-Module-Install: org/sleuthkit/autopsy/keywordsearch/Installer.class
|
||||||
OpenIDE-Module-Layer: org/sleuthkit/autopsy/keywordsearch/layer.xml
|
OpenIDE-Module-Layer: org/sleuthkit/autopsy/keywordsearch/layer.xml
|
||||||
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/keywordsearch/Bundle.properties
|
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/keywordsearch/Bundle.properties
|
||||||
OpenIDE-Module-Requires: org.openide.windows.WindowManager
|
OpenIDE-Module-Requires: org.openide.windows.WindowManager
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
javac.source=1.7
|
javac.source=1.7
|
||||||
javac.compilerargs=-Xlint -Xlint:-serial
|
javac.compilerargs=-Xlint -Xlint:-serial
|
||||||
license.file=../LICENSE-2.0.txt
|
license.file=../LICENSE-2.0.txt
|
||||||
nbm.homepage=http://www.sleuthkit.org/autopsy/
|
nbm.homepage=http://www.sleuthkit.org/autopsy/
|
||||||
nbm.needs.restart=true
|
nbm.needs.restart=true
|
||||||
spec.version.base=3.2
|
spec.version.base=3.2
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
OpenIDE-Module: org.sleuthkit.autopsy.recentactivity/5
|
OpenIDE-Module: org.sleuthkit.autopsy.recentactivity/5
|
||||||
OpenIDE-Module-Implementation-Version: 9
|
OpenIDE-Module-Implementation-Version: 9
|
||||||
OpenIDE-Module-Layer: org/sleuthkit/autopsy/recentactivity/layer.xml
|
OpenIDE-Module-Layer: org/sleuthkit/autopsy/recentactivity/layer.xml
|
||||||
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/recentactivity/Bundle.properties
|
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/recentactivity/Bundle.properties
|
||||||
OpenIDE-Module-Requires:
|
OpenIDE-Module-Requires:
|
||||||
org.openide.modules.InstalledFileLocator,
|
org.openide.modules.InstalledFileLocator,
|
||||||
org.openide.windows.TopComponent$Registry,
|
org.openide.windows.TopComponent$Registry,
|
||||||
org.openide.windows.WindowManager
|
org.openide.windows.WindowManager
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
file.reference.gson-2.1.jar=release/modules/ext/gson-2.1.jar
|
file.reference.gson-2.1.jar=release/modules/ext/gson-2.1.jar
|
||||||
javac.source=1.7
|
javac.source=1.7
|
||||||
javac.compilerargs=-Xlint -Xlint:-serial
|
javac.compilerargs=-Xlint -Xlint:-serial
|
||||||
license.file=../LICENSE-2.0.txt
|
license.file=../LICENSE-2.0.txt
|
||||||
nbm.homepage=http://www.sleuthkit.org/autopsy/
|
nbm.homepage=http://www.sleuthkit.org/autopsy/
|
||||||
nbm.needs.restart=true
|
nbm.needs.restart=true
|
||||||
spec.version.base=3.0
|
spec.version.base=3.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
OpenIDE-Module: org.sleuthkit.autopsy.sevenzip/1
|
OpenIDE-Module: org.sleuthkit.autopsy.sevenzip/1
|
||||||
OpenIDE-Module-Implementation-Version: 3
|
OpenIDE-Module-Implementation-Version: 3
|
||||||
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/sevenzip/Bundle.properties
|
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/sevenzip/Bundle.properties
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
AutoUpdate-Show-In-Client: false
|
AutoUpdate-Show-In-Client: false
|
||||||
OpenIDE-Module: org.sleuthkit.autopsy.testing/3
|
OpenIDE-Module: org.sleuthkit.autopsy.testing/3
|
||||||
OpenIDE-Module-Implementation-Version: 7
|
OpenIDE-Module-Implementation-Version: 7
|
||||||
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/testing/Bundle.properties
|
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/testing/Bundle.properties
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
OpenIDE-Module-Name=Testing
|
OpenIDE-Module-Name=Testing
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
OpenIDE-Module: org.sleuthkit.autopsy.timeline/1
|
OpenIDE-Module: org.sleuthkit.autopsy.timeline/1
|
||||||
OpenIDE-Module-Layer: org/sleuthkit/autopsy/timeline/layer.xml
|
OpenIDE-Module-Layer: org/sleuthkit/autopsy/timeline/layer.xml
|
||||||
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/timeline/Bundle.properties
|
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/timeline/Bundle.properties
|
||||||
OpenIDE-Module-Requires: org.openide.windows.WindowManager
|
OpenIDE-Module-Requires: org.openide.windows.WindowManager
|
||||||
OpenIDE-Module-Implementation-Version: 3
|
OpenIDE-Module-Implementation-Version: 3
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Manifest-Version: 1.0
|
Manifest-Version: 1.0
|
||||||
AutoUpdate-Show-In-Client: true
|
AutoUpdate-Show-In-Client: true
|
||||||
OpenIDE-Module: org.sleuthkit.autopsy.thunderbirdparser/3
|
OpenIDE-Module: org.sleuthkit.autopsy.thunderbirdparser/3
|
||||||
OpenIDE-Module-Implementation-Version: 9
|
OpenIDE-Module-Implementation-Version: 9
|
||||||
OpenIDE-Module-Layer: org/sleuthkit/autopsy/thunderbirdparser/layer.xml
|
OpenIDE-Module-Layer: org/sleuthkit/autopsy/thunderbirdparser/layer.xml
|
||||||
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/thunderbirdparser/Bundle.properties
|
OpenIDE-Module-Localizing-Bundle: org/sleuthkit/autopsy/thunderbirdparser/Bundle.properties
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
javac.source=1.7
|
javac.source=1.7
|
||||||
javac.compilerargs=-Xlint -Xlint:-serial
|
javac.compilerargs=-Xlint -Xlint:-serial
|
||||||
license.file=../LICENSE-2.0.txt
|
license.file=../LICENSE-2.0.txt
|
||||||
nbm.homepage=http://www.sleuthkit.org/autopsy/
|
nbm.homepage=http://www.sleuthkit.org/autopsy/
|
||||||
nbm.needs.restart=true
|
nbm.needs.restart=true
|
||||||
spec.version.base=1.2
|
spec.version.base=1.2
|
||||||
|
1878
update_versions.py
1878
update_versions.py
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user