cleanup project's .properties files

This commit is contained in:
jmillman 2014-09-03 11:46:07 -04:00
parent 0173400d7a
commit 014e7048d1
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ OpenIDE-Module-Long-Description=\
New image and video analyzer that has been designed to make performing image-intensive investigations more efficient. \ New image and video analyzer that has been designed to make performing image-intensive investigations more efficient. \
This work has been funded by DHS S&T and this is a beta release. \ This work has been funded by DHS S&T and this is a beta release. \
It is not available on the sleuthkit.org site and has been distributed to limited users. It is not available on the sleuthkit.org site and has been distributed to limited users.
OpenIDE-Module-Name=Image Analysis OpenIDE-Module-Name=ImageAnalyzer
OpenIDE-Module-Short-Description=Advanced image and video analyzer OpenIDE-Module-Short-Description=Advanced image and video analyzer
ImageAnalyzerOptionsPanel.enabledForCaseBox.text=Enable listening to ingest for current case. ImageAnalyzerOptionsPanel.enabledForCaseBox.text=Enable listening to ingest for current case.
ImageAnalyzerOptionsPanel.enabledByDefaultBox.text=Enable listening to ingest for new cases. ImageAnalyzerOptionsPanel.enabledByDefaultBox.text=Enable listening to ingest for new cases.

View File

@ -9,7 +9,7 @@ app.version=3.1.0
### Must be one of: DEVELOPMENT, RELEASE ### Must be one of: DEVELOPMENT, RELEASE
#build.type=RELEASE #build.type=RELEASE
build.type=DEVELOPMENT build.type=DEVELOPMENT
project.org.sleuthkit.autopsy.imageanalyzer=ImageAnalyzer
update_versions=false update_versions=false
#custom JVM options #custom JVM options
#Note: can be higher on 64 bit systems, should be in sync with build.xml #Note: can be higher on 64 bit systems, should be in sync with build.xml
@ -37,4 +37,5 @@ project.org.sleuthkit.autopsy.recentactivity=RecentActivity
project.org.sleuthkit.autopsy.testing=Testing project.org.sleuthkit.autopsy.testing=Testing
project.org.sleuthkit.autopsy.thunderbirdparser=thunderbirdparser project.org.sleuthkit.autopsy.thunderbirdparser=thunderbirdparser
project.org.sleuthkit.autopsy.scalpel=ScalpelCarver project.org.sleuthkit.autopsy.scalpel=ScalpelCarver
project.org.sleuthkit.autopsy.imageanalyzer=ImageAnalyzer