mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
change java source level to 1.7
This commit is contained in:
parent
26a1f81419
commit
34e1b811c3
@ -1,5 +1,5 @@
|
|||||||
file.reference.Tsk_DataModel.jar=release/modules/ext/Tsk_DataModel.jar
|
file.reference.Tsk_DataModel.jar=release/modules/ext/Tsk_DataModel.jar
|
||||||
javac.source=1.6
|
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/
|
nbm.homepage=http://www.sleuthkit.org/
|
||||||
|
@ -19,6 +19,6 @@ file.reference.slf4j-api-1.6.1.jar=release/modules/ext/slf4j-api-1.6.1.jar
|
|||||||
file.reference.slf4j-simple-1.6.1.jar=release/modules/ext/slf4j-simple-1.6.1.jar
|
file.reference.slf4j-simple-1.6.1.jar=release/modules/ext/slf4j-simple-1.6.1.jar
|
||||||
file.reference.xml-apis-1.0.b2.jar=release/modules/ext/xml-apis-1.0.b2.jar
|
file.reference.xml-apis-1.0.b2.jar=release/modules/ext/xml-apis-1.0.b2.jar
|
||||||
file.reference.xmlbeans-2.3.0.jar=release/modules/ext/xmlbeans-2.3.0.jar
|
file.reference.xmlbeans-2.3.0.jar=release/modules/ext/xmlbeans-2.3.0.jar
|
||||||
javac.source=1.6
|
javac.source=1.7
|
||||||
javac.compilerargs=-Xlint -Xlint:-serial
|
javac.compilerargs=-Xlint -Xlint:-serial
|
||||||
nbm.needs.restart=true
|
nbm.needs.restart=true
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
javac.source=1.6
|
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/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
javac.source=1.6
|
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/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
javac.source=1.6
|
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/
|
||||||
|
1
NEWS.txt
1
NEWS.txt
@ -8,6 +8,7 @@ Improvements:
|
|||||||
- Tweaked memory settings to eliminate out-of-memory errors.
|
- Tweaked memory settings to eliminate out-of-memory errors.
|
||||||
- Faster application launch time.
|
- Faster application launch time.
|
||||||
- Netbeans RCP upgrade from 7.2.1 to 7.3
|
- Netbeans RCP upgrade from 7.2.1 to 7.3
|
||||||
|
- Upgrade from Java 6 to Java 7
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
- fixed DLL dependency version issue causing Autopsy not to launch on some systems
|
- fixed DLL dependency version issue causing Autopsy not to launch on some systems
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
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.6
|
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/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
javac.source=1.6
|
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/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
javac.source=1.6
|
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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user