root/trunk/src/xml/app-info.xml

Revision 1011, 2.3 kB (checked in by amandel, 4 years ago)

Aligned svn keyword settings.

  • Property svn:mime-type set to text/xml
  • Property svn:eol-style set to native
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
4  **
5  ** This file is maintained by amandel (Andreas Mandel),
6  ** mgriffel (Michael Griffel) and amessner (Albrecht Messner).
7  **
8  ** PLEASE do not modify this file without approval from
9  ** the maintainers!
10  **
11  -->
12<app:app-info xmlns:app="http://www.jcoderz.org/app-info-v1.0"
13         xmlns:xi="http://www.w3.org/2001/XInclude">
14   <application
15      id="1"
16      name="FawkeZ"
17      short-name="FWK"
18      package="org.jcoderz.commons">
19
20      <xi:include href="fwk-rte-info.xml"/>
21      <xi:include href="fwk-cmn-info.xml"/>
22      <xi:include href="fwk-con-info.xml"/>
23      <xi:include href="fwk-cfg-info.xml"/>
24
25      <!-- =============================================
26        Test Messages (don't use them; may be removed in future!)
27        ============================================= -->
28      <group
29         id="255"
30         name="Test Messages"
31         short-name="TST"
32         package="org.jcoderz.commons"
33         service="NONE">
34         <message
35            id="65536"
36            name="TEST_MESSAGE"
37            level="java.util.logging.Level.INFO">
38            <text>
39               This is a test message and should not be used in a
40               production environment. The parameter foo is set to
41               ''{FOO}''. Now it''s
42               {java.util.Date:NOW,date}. Time
43               {java.util.Date:NOW,time}.
44            </text>
45            <solution>
46               This is the solution of the test message.
47            </solution>
48         </message>
49         <message
50            id="65535"
51            name="TEST_AUDIT_MESSAGE"
52            level="INFO"
53            category="AUDIT">
54            <text>
55               This is a test audit event and should not be used in a
56               production environment.
57            </text>
58         </message>
59         <configEntry furtherChangeRestricted="true">
60            <key>testKey</key>
61            <description>
62               This is a test key.
63            </description>
64            <type>String</type>
65            <serializeMethod></serializeMethod>
66            <deserializeMethod></deserializeMethod>
67            <defaultValue>test value</defaultValue>
68            <roles>FawkezAdmin</roles>
69         </configEntry>
70      </group>
71   </application>
72</app:app-info>
Note: See TracBrowser for help on using the browser.