git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@37265 ebf7c1c2-ba36-0410-9fe8-c592906822b4
Former-commit-id: ca02177e913447b9113213f732d54366912a6f56
@ -125,6 +125,8 @@
|
||||
|
||||
<copy todir="${dist}">
|
||||
<fileset dir="themes" includes="**/*" />
|
||||
<exclude name="**/*.psd" />
|
||||
<exclude name="**/*.pnd" />
|
||||
</copy>
|
||||
|
||||
<copy todir="${dist}/licenses">
|
||||
@ -159,7 +161,7 @@
|
||||
<fileset dir="${dep.awu}/src" includes="**/*.lng" />
|
||||
<fileset dir="${dep.updateclient}/src" includes="**/*.lng" />
|
||||
<fileset dir="${dep.browser}/src" includes="**/*.lng" />
|
||||
<fileset dir="src" includes="**/*.lng" />
|
||||
<fileset dir="src" includes="**/*.lng" />
|
||||
</copy>
|
||||
<copy todir="${dist}">
|
||||
|
||||
@ -406,6 +408,8 @@
|
||||
<fileset dir="themes">
|
||||
<include name="themes/standard/**/images/dialog/**/*" />
|
||||
<include name="themes/standard/**/images/update*" />
|
||||
<exclude name="**/*.psd" />
|
||||
<exclude name="**/*.pnd" />
|
||||
</fileset>
|
||||
</jar>
|
||||
<delete file="${dist}/Manifest.MF" failonerror="true" />
|
||||
|
@ -272,10 +272,6 @@ public class IconKey {
|
||||
public static final String ICON_LINK = "link";
|
||||
public static final String ICON_DOWNLOAD = "download";
|
||||
public static final String ICON_WARNING_GREEN = "warning_green";
|
||||
public static final String ICON_UPLOADED_SIGN_UP_NOW_EN = "uploaded/sign_up_now_en";
|
||||
public static final String ICON_UPLOADED_GET_PREMIUM_DE = "uploaded/get_premium_de";
|
||||
public static final String ICON_UPLOADED_PREMIUM_EN = "uploaded/premium_en";
|
||||
public static final String ICON_UPLOADED_GET_PREMIUM_EN = "uploaded/get_premium_en";
|
||||
public static final String ICON_AUTO_RECONNECT = "auto-reconnect";
|
||||
public static final String ICON_REMOVE_FAILED = "remove_failed";
|
||||
public static final String ICON_PUZZLE = "puzzle";
|
||||
|
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 6.2 KiB |