mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
removed old branding code and files
This commit is contained in:
parent
44c6e2c68b
commit
5a0aa04d10
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.9 KiB |
19
build.xml
19
build.xml
@ -71,7 +71,7 @@
|
|||||||
<copy file="${basedir}/KNOWN_ISSUES.txt" tofile="${zip-tmp}/${app.name}/KNOWN_ISSUES.txt"/>
|
<copy file="${basedir}/KNOWN_ISSUES.txt" tofile="${zip-tmp}/${app.name}/KNOWN_ISSUES.txt"/>
|
||||||
|
|
||||||
<unzip src="${thirdparty.dir}/gstreamer/${os.family}/i386/0.10.7/gstreamer.zip" dest="${zip-tmp}/${app.name}/gstreamer"/>
|
<unzip src="${thirdparty.dir}/gstreamer/${os.family}/i386/0.10.7/gstreamer.zip" dest="${zip-tmp}/${app.name}/gstreamer"/>
|
||||||
<copy file="${basedir}/branding_${app.name}/icon.ico" tofile="${zip-tmp}/${app.name}/icon.ico" overwrite="true"/>
|
<copy file="${basedir}/icons/icon.ico" tofile="${zip-tmp}/${app.name}/icon.ico" overwrite="true"/>
|
||||||
<if>
|
<if>
|
||||||
<equals arg1="${os.family}" arg2="windows"/>
|
<equals arg1="${os.family}" arg2="windows"/>
|
||||||
<then>
|
<then>
|
||||||
@ -151,15 +151,10 @@
|
|||||||
<property name="disabled.modules" value=""/>
|
<property name="disabled.modules" value=""/>
|
||||||
<property name="enabled.clusters" value=""/>
|
<property name="enabled.clusters" value=""/>
|
||||||
<property name="disabled.clusters" value=""/>
|
<property name="disabled.clusters" value=""/>
|
||||||
<condition property="branding.dir" value="branding_${app.name}">
|
|
||||||
<not>
|
|
||||||
<equals arg1="${app.name}" arg2="autopsy"/>
|
|
||||||
</not>
|
|
||||||
</condition>
|
|
||||||
<property name="branding.dir" location="branding"/>
|
<property name="branding.dir" location="branding"/>
|
||||||
<property name="dist.dir" location="dist"/>
|
<property name="dist.dir" location="dist"/>
|
||||||
<!-- MOVE THE .DLL FILES TO THE NETBEANS DIRECTORY -->
|
|
||||||
|
|
||||||
<condition property="run.branding"> <!-- #84689 -->
|
<condition property="run.branding"> <!-- #84689 -->
|
||||||
<and>
|
<and>
|
||||||
<available file="${branding.dir}" type="dir"/>
|
<available file="${branding.dir}" type="dir"/>
|
||||||
@ -174,9 +169,7 @@
|
|||||||
<target name="build-brand" depends="-init">
|
<target name="build-brand" depends="-init">
|
||||||
|
|
||||||
<echo>${app.name} branding</echo>
|
<echo>${app.name} branding</echo>
|
||||||
|
|
||||||
<copy file="${basedir}/branding_${app.name}/welcome_logo.png" tofile="${basedir}/Core/src/org/sleuthkit/autopsy/casemodule/welcome_logo.png" overwrite="true"/>
|
|
||||||
|
|
||||||
<propertyfile
|
<propertyfile
|
||||||
file="${branding.dir}/core/core.jar/org/netbeans/core/startup/Bundle.properties"
|
file="${branding.dir}/core/core.jar/org/netbeans/core/startup/Bundle.properties"
|
||||||
comment="Updated by build script">
|
comment="Updated by build script">
|
||||||
@ -198,10 +191,6 @@
|
|||||||
<entry key="build.type" value="${build.type}" />
|
<entry key="build.type" value="${build.type}" />
|
||||||
</propertyfile>
|
</propertyfile>
|
||||||
|
|
||||||
<copy todir="${basedir}" failonerror="false">
|
|
||||||
<fileset dir="${branding.dir}/bundles"
|
|
||||||
includes="**/*"/>
|
|
||||||
</copy>
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="jni" depends="build,findTSK">
|
<target name="jni" depends="build,findTSK">
|
||||||
|
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 284 KiB |
@ -2,7 +2,7 @@ app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
|
|||||||
### Title of the application
|
### Title of the application
|
||||||
app.title=Autopsy
|
app.title=Autopsy
|
||||||
### lowercase version of above
|
### lowercase version of above
|
||||||
app.name=autopsy
|
app.name=${branding.token}
|
||||||
### if left unset, version will default to today's date
|
### if left unset, version will default to today's date
|
||||||
app.version=3.0.8
|
app.version=3.0.8
|
||||||
### Build type isn't used at this point, but it may be useful
|
### Build type isn't used at this point, but it may be useful
|
||||||
@ -22,7 +22,6 @@ auxiliary.org-netbeans-modules-apisupport-installer.os-macosx=false
|
|||||||
auxiliary.org-netbeans-modules-apisupport-installer.os-solaris=false
|
auxiliary.org-netbeans-modules-apisupport-installer.os-solaris=false
|
||||||
auxiliary.org-netbeans-modules-apisupport-installer.os-windows=true
|
auxiliary.org-netbeans-modules-apisupport-installer.os-windows=true
|
||||||
auxiliary.org-netbeans-modules-apisupport-installer.pack200-enabled=false
|
auxiliary.org-netbeans-modules-apisupport-installer.pack200-enabled=false
|
||||||
branding.token=${app.name}
|
|
||||||
modules=\
|
modules=\
|
||||||
${project.org.sleuthkit.autopsy.keywordsearch}:\
|
${project.org.sleuthkit.autopsy.keywordsearch}:\
|
||||||
${project.org.sleuthkit.autopsy.hashdatabase}:\
|
${project.org.sleuthkit.autopsy.hashdatabase}:\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user