mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 01:42:17 +00:00
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1,12 +1,12 @@
|
||||
/* !!!
|
||||
* DIESE WERTE MUESSEN GEAENDERT WERDEN
|
||||
*/
|
||||
const APP_DISPLAY_NAME = "TempusExtern";
|
||||
const APP_NAME = "TempusExtern";
|
||||
const APP_PACKAGE = "/tw/tempusextern";
|
||||
const APP_DISPLAY_NAME = "TempusExtern81";
|
||||
const APP_NAME = "TempusExtern81";
|
||||
const APP_PACKAGE = "/tw/tempusextern81";
|
||||
const APP_VERSION = "V2.0";
|
||||
|
||||
const APP_JAR_FILE = "tempusextern.jar";
|
||||
const APP_JAR_FILE = "tempusextern81.jar";
|
||||
const APP_CONTENT_FOLDER = "content/";
|
||||
const APP_LOCALE_FOLDER = "locale/de-AT/Tempus/";
|
||||
const APP_SKIN_FOLDER = "skin/";
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
||||
<Description about="urn:mozilla:install-manifest">
|
||||
<em:id>{84cb81c9-6c90-4654-b2c4-87cdaa829281}</em:id>
|
||||
<em:name>TempusExtern</em:name>
|
||||
<em:name>TempusExtern81</em:name>
|
||||
<em:version>2.0</em:version>
|
||||
<em:description>TempusExtern</em:description>
|
||||
<em:description>TempusExtern81</em:description>
|
||||
<em:file>
|
||||
<Description about="urn:mozilla:extension:file:tempusextern.jar">
|
||||
<Description about="urn:mozilla:extension:file:tempusextern81.jar">
|
||||
<em:package>content/</em:package>
|
||||
<em:skin>skin/</em:skin>
|
||||
</Description>
|
||||
|
||||
Reference in New Issue
Block a user